#408E0E

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

Shades of La Palma #408E0E

Tints of La Palma #408E0E

Color information

#408E0E (or 0x408E0E) is unknown color: approx La Palma. HEX triplet: 40, 8E and 0E. RGB value is (64,142,14). Sum of RGB (Red+Green+Blue) = 64+142+14=220 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.09% from 220); Green value is 142 (55.86% from 255 or 64.55% from 220); Blue value is 14 (5.86% from 255 or 6.36% from 220); Max value from RGB is 142 - color contains mainly: green. Hex color #408E0E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #408E0E is #BF71F1. Grayscale: #686868. Windows color (decimal): -12546546 or 953920. OLE color: 953920.

HSL color Cylindrical-coordinate representation of color #408E0E: hue angle of 96.56º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #408E0E is Cyan = 0.55, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.44.

Color convert

RGB6414214-
CMYK0.5500.900.44
HSL96.56º82.05%30.59%-
HSV(B)96.56º90.14%55.69%-
XYZ11.8720.473.74-
YUV104.0977.1699.41-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.09%
GREEN value IS 142 (55.86% from 255) = 64.55%
BLUE value IS 14 (5.86% from 255) = 6.36%
R=29.09%
G=64.55%
B=6.36%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal64142140.5500.900.4496.5682.0530.59
Hex408EE3705A2C61521f
Octal100216166701325414112237
Binary1000000100011101110110111010110101011001100001101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,142,14); }

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

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

 a { background-color: rgb(64,142,14); }

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

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

 span { border-color: rgb(64,142,14); }

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