#408E67

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

Shades of Eucalyptus #408E67

Tints of Eucalyptus #408E67

Color information

#408E67 (or 0x408E67) is unknown color: approx Eucalyptus. HEX triplet: 40, 8E and 67. RGB value is (64,142,103). Sum of RGB (Red+Green+Blue) = 64+142+103=309 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.71% from 309); Green value is 142 (55.86% from 255 or 45.95% from 309); Blue value is 103 (40.62% from 255 or 33.33% from 309); Max value from RGB is 142 - color contains mainly: green. Hex color #408E67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408E67 is #BF7198. Grayscale: #727272. Windows color (decimal): -12546457 or 6786624. OLE color: 6786624.

HSL color Cylindrical-coordinate representation of color #408E67: hue angle of 150º 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 #408E67 is Cyan = 0.55, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.

Color convert

RGB64142103-
CMYK0.5500.270.44
HSL150º37.86%40.39%-
HSV(B)150º54.93%55.69%-
XYZ14.2421.4216.22-
YUV114.23121.6692.17-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.71%
GREEN value IS 142 (55.86% from 255) = 45.95%
BLUE value IS 103 (40.62% from 255) = 33.33%
R=20.71%
G=45.95%
B=33.33%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal641421030.5500.270.4415037.8640.39
Hex408E673701B2C962628
Octal10021614767033542264650
Binary100000010001110110011111011101101110110010010110100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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