#409005

Color #409005 La Palma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Palma #409005

Tints of La Palma #409005

Color information

#409005 (or 0x409005) is unknown color: approx La Palma. HEX triplet: 40, 90 and 05. RGB value is (64,144,5). Sum of RGB (Red+Green+Blue) = 64+144+5=213 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.05% from 213); Green value is 144 (56.64% from 255 or 67.61% from 213); Blue value is 5 (2.34% from 255 or 2.35% from 213); Max value from RGB is 144 - color contains mainly: green. Hex color #409005 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #409005 is #BF6FFA. Grayscale: #686868. Windows color (decimal): -12546043 or 364608. OLE color: 364608.

HSL color Cylindrical-coordinate representation of color #409005: hue angle of 94.53º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #409005 is Cyan = 0.56, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB641445-
CMYK0.5600.970.44
HSL94.53º93.29%29.22%-
HSV(B)94.53º96.53%56.47%-
XYZ12.1221.053.57-
YUV104.237299.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 64 (25.39% from 255) = 30.05%
GREEN value IS 144 (56.64% from 255) = 67.61%
BLUE value IS 5 (2.34% from 255) = 2.35%
R=30.05%
G=67.61%
B=2.35%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal6414450.5600.970.4494.5393.2929.22
Hex40905380612C5f5d1d
Octal10022057001415413713535
Binary100000010010000101111000011000011011001011111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #409005; }

 p { color: rgb(64,144,5); }

 H1.HeaderClassName
 {
   color: #409005;
 }
 .AnyTagClassName
 {
   color: #409005;
 }
</style>
background-color css

<style>
 a { background-color: #409005; }

 a { background-color: rgb(64,144,5); }

 div.DivClassName
 {
   background-color: #409005;
 }
 .BgClassName
 {
   background-color: #409005;
 }
</style>
border-color css

<style>
 span { border-color: #409005; }

 span { border-color: rgb(64,144,5); }

 td.TdClassName
 {
   border-color: #409005;
 }
 .TagClassName
 {
   border-color: #409005;
 }
</style>