#408E3C

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

Shades of La Palma #408E3C

Tints of La Palma #408E3C

Color information

#408E3C (or 0x408E3C) is unknown color: approx La Palma. HEX triplet: 40, 8E and 3C. RGB value is (64,142,60). Sum of RGB (Red+Green+Blue) = 64+142+60=266 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.06% from 266); Green value is 142 (55.86% from 255 or 53.38% from 266); Blue value is 60 (23.83% from 255 or 22.56% from 266); Max value from RGB is 142 - color contains mainly: green. Hex color #408E3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #408E3C is #BF71C3. Grayscale: #6D6D6D. Windows color (decimal): -12546500 or 3968576. OLE color: 3968576.

HSL color Cylindrical-coordinate representation of color #408E3C: hue angle of 117.07º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #408E3C is Cyan = 0.55, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.44.

Color convert

RGB6414260-
CMYK0.5500.580.44
HSL117.07º40.59%39.61%-
HSV(B)117.07º57.75%55.69%-
XYZ12.620.767.62-
YUV109.33100.1695.67-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.06%
GREEN value IS 142 (55.86% from 255) = 53.38%
BLUE value IS 60 (23.83% from 255) = 22.56%
R=24.06%
G=53.38%
B=22.56%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal64142600.5500.580.44117.0740.5939.61
Hex408E3C3703A2C752928
Octal1002167467072541655150
Binary10000001000111011110011011101110101011001110101101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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