#408e62

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

Shades of Eucalyptus #408E62

Tints of Eucalyptus #408E62

Color information

#408E62 (or 0x408E62) is unknown color: approx Eucalyptus. HEX triplet: 40, 8E and 62. RGB value is (64,142,98). Sum of RGB (Red+Green+Blue) = 64+142+98=304 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.05% from 304); Green value is 142 (55.86% from 255 or 46.71% from 304); Blue value is 98 (38.67% from 255 or 32.24% from 304); Max value from RGB is 142 - color contains mainly: green. Hex color #408E62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408E62 is #BF719D. Grayscale: #717171. Windows color (decimal): -12546462 or 6458944. OLE color: 6458944.

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

Color convert

RGB6414298-
CMYK0.5500.310.44
HSL146.15º37.86%40.39%-
HSV(B)146.15º54.93%55.69%-
XYZ13.9921.3214.93-
YUV113.66119.1692.58-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.05%
GREEN value IS 142 (55.86% from 255) = 46.71%
BLUE value IS 98 (38.67% from 255) = 32.24%
R=21.05%
G=46.71%
B=32.24%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal64142980.5500.310.44146.1537.8640.39
Hex408E623701F2C922628
Octal10021614267037542224650
Binary100000010001110110001011011101111110110010010010100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408e62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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