#408C64

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

Shades of Eucalyptus #408C64

Tints of Eucalyptus #408C64

Color information

#408C64 (or 0x408C64) is unknown color: approx Eucalyptus. HEX triplet: 40, 8C and 64. RGB value is (64,140,100). Sum of RGB (Red+Green+Blue) = 64+140+100=304 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.05% from 304); Green value is 140 (55.08% from 255 or 46.05% from 304); Blue value is 100 (39.45% from 255 or 32.89% from 304); Max value from RGB is 140 - color contains mainly: green. Hex color #408C64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408C64 is #BF739B. Grayscale: #707070. Windows color (decimal): -12546972 or 6589504. OLE color: 6589504.

HSL color Cylindrical-coordinate representation of color #408C64: hue angle of 148.42º 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 #408C64 is Cyan = 0.54, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.45.

Color convert

RGB64140100-
CMYK0.5400.290.45
HSL148.42º37.25%40%-
HSV(B)148.42º54.29%54.9%-
XYZ13.7920.7715.34-
YUV112.72120.8293.25-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.05%
GREEN value IS 140 (55.08% from 255) = 46.05%
BLUE value IS 100 (39.45% from 255) = 32.89%
R=21.05%
G=46.05%
B=32.89%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal641401000.5400.290.45148.4237.2540
Hex408C643601D2D942528
Octal10021414466035552244550
Binary100000010001100110010011011001110110110110010100100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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