#409c14

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

Shades of La Palma #409C14

Tints of La Palma #409C14

Color information

#409C14 (or 0x409C14) is unknown color: approx La Palma. HEX triplet: 40, 9C and 14. RGB value is (64,156,20). Sum of RGB (Red+Green+Blue) = 64+156+20=240 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.67% from 240); Green value is 156 (61.33% from 255 or 65% from 240); Blue value is 20 (8.20% from 255 or 8.33% from 240); Max value from RGB is 156 - color contains mainly: green. Hex color #409C14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #409C14 is #BF63EB. Grayscale: #717171. Windows color (decimal): -12542956 or 1350720. OLE color: 1350720.

HSL color Cylindrical-coordinate representation of color #409C14: hue angle of 100.59º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #409C14 is Cyan = 0.59, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.39.

Color convert

RGB6415620-
CMYK0.5900.870.39
HSL100.59º77.27%34.51%-
HSV(B)100.59º87.18%61.18%-
XYZ14.1324.924.73-
YUV112.9975.5293.06-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.67%
GREEN value IS 156 (61.33% from 255) = 65%
BLUE value IS 20 (8.20% from 255) = 8.33%
R=26.67%
G=65%
B=8.33%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal64156200.5900.870.39100.5977.2734.51
Hex409C143B05727654d23
Octal100234247301274714511543
Binary100000010011100101001110110101011110011111001011001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409c14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #409c14; }

 p { color: rgb(64,156,20); }

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

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

 a { background-color: rgb(64,156,20); }

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

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

 span { border-color: rgb(64,156,20); }

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