#409D14

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

Shades of La Palma #409D14

Tints of La Palma #409D14

Color information

#409D14 (or 0x409D14) is unknown color: approx La Palma. HEX triplet: 40, 9D and 14. RGB value is (64,157,20). Sum of RGB (Red+Green+Blue) = 64+157+20=241 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.56% from 241); Green value is 157 (61.72% from 255 or 65.15% from 241); Blue value is 20 (8.20% from 255 or 8.30% from 241); Max value from RGB is 157 - color contains mainly: green. Hex color #409D14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #409D14 is #BF62EB. Grayscale: #727272. Windows color (decimal): -12542700 or 1350976. OLE color: 1350976.

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

Color convert

RGB6415720-
CMYK0.5900.870.38
HSL100.73º77.4%34.71%-
HSV(B)100.73º87.26%61.57%-
XYZ14.325.254.78-
YUV113.5775.1992.64-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.56%
GREEN value IS 157 (61.72% from 255) = 65.15%
BLUE value IS 20 (8.20% from 255) = 8.30%
R=26.56%
G=65.15%
B=8.30%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal64157200.5900.870.38100.7377.434.71
Hex409D143B05726654d23
Octal100235247301274614511543
Binary100000010011101101001110110101011110011011001011001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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