#408C5E

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

Shades of Eucalyptus #408C5E

Tints of Eucalyptus #408C5E

Color information

#408C5E (or 0x408C5E) is unknown color: approx Eucalyptus. HEX triplet: 40, 8C and 5E. RGB value is (64,140,94). Sum of RGB (Red+Green+Blue) = 64+140+94=298 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.48% from 298); Green value is 140 (55.08% from 255 or 46.98% from 298); Blue value is 94 (37.11% from 255 or 31.54% from 298); Max value from RGB is 140 - color contains mainly: green. Hex color #408C5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408C5E is #BF73A1. Grayscale: #707070. Windows color (decimal): -12546978 or 6196288. OLE color: 6196288.

HSL color Cylindrical-coordinate representation of color #408C5E: hue angle of 143.68º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #408C5E is Cyan = 0.54, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.45.

Color convert

RGB6414094-
CMYK0.5400.330.45
HSL143.68º37.25%40%-
HSV(B)143.68º54.29%54.9%-
XYZ13.5120.6513.86-
YUV112.03117.8293.74-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.48%
GREEN value IS 140 (55.08% from 255) = 46.98%
BLUE value IS 94 (37.11% from 255) = 31.54%
R=21.48%
G=46.98%
B=31.54%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal64140940.5400.330.45143.6837.2540
Hex408C5E360212D902528
Octal10021413666041552204550
Binary1000000100011001011110110110010000110110110010000100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,140,94); }

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

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

 a { background-color: rgb(64,140,94); }

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

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

 span { border-color: rgb(64,140,94); }

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