#408D14

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

Shades of La Palma #408D14

Tints of La Palma #408D14

Color information

#408D14 (or 0x408D14) is unknown color: approx La Palma. HEX triplet: 40, 8D and 14. RGB value is (64,141,20). Sum of RGB (Red+Green+Blue) = 64+141+20=225 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.44% from 225); Green value is 141 (55.47% from 255 or 62.67% from 225); Blue value is 20 (8.20% from 255 or 8.89% from 225); Max value from RGB is 141 - color contains mainly: green. Hex color #408D14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #408D14 is #BF72EB. Grayscale: #686868. Windows color (decimal): -12546796 or 1346880. OLE color: 1346880.

HSL color Cylindrical-coordinate representation of color #408D14: hue angle of 98.18º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #408D14 is Cyan = 0.55, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.

Color convert

RGB6414120-
CMYK0.5500.860.45
HSL98.18º75.16%31.57%-
HSV(B)98.18º85.82%55.29%-
XYZ11.7720.193.94-
YUV104.1880.4999.34-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.44%
GREEN value IS 141 (55.47% from 255) = 62.67%
BLUE value IS 20 (8.20% from 255) = 8.89%
R=28.44%
G=62.67%
B=8.89%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal64141200.5500.860.4598.1875.1631.57
Hex408D14370562D624b20
Octal100215246701265514211340
Binary100000010001101101001101110101011010110111000101001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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