#408E38

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

Shades of La Palma #408E38

Tints of La Palma #408E38

Color information

#408E38 (or 0x408E38) is unknown color: approx La Palma. HEX triplet: 40, 8E and 38. RGB value is (64,142,56). Sum of RGB (Red+Green+Blue) = 64+142+56=262 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.43% from 262); Green value is 142 (55.86% from 255 or 54.20% from 262); Blue value is 56 (22.27% from 255 or 21.37% from 262); Max value from RGB is 142 - color contains mainly: green. Hex color #408E38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #408E38 is #BF71C7. Grayscale: #6D6D6D. Windows color (decimal): -12546504 or 3706432. OLE color: 3706432.

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

Color convert

RGB6414256-
CMYK0.5500.610.44
HSL114.42º43.43%38.82%-
HSV(B)114.42º60.56%55.69%-
XYZ12.520.727.08-
YUV108.8798.1695.99-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.43%
GREEN value IS 142 (55.86% from 255) = 54.20%
BLUE value IS 56 (22.27% from 255) = 21.37%
R=24.43%
G=54.20%
B=21.37%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal64142560.5500.610.44114.4243.4338.82
Hex408E383703D2C722b27
Octal1002167067075541625347
Binary10000001000111011100011011101111011011001110010101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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