#408D60

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

Shades of Eucalyptus #408D60

Tints of Eucalyptus #408D60

Color information

#408D60 (or 0x408D60) is unknown color: approx Eucalyptus. HEX triplet: 40, 8D and 60. RGB value is (64,141,96). Sum of RGB (Red+Green+Blue) = 64+141+96=301 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.26% from 301); Green value is 141 (55.47% from 255 or 46.84% from 301); Blue value is 96 (37.89% from 255 or 31.89% from 301); Max value from RGB is 141 - color contains mainly: green. Hex color #408D60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408D60 is #BF729F. Grayscale: #707070. Windows color (decimal): -12546720 or 6327616. OLE color: 6327616.

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

Color convert

RGB6414196-
CMYK0.5500.320.45
HSL144.94º37.56%40.2%-
HSV(B)144.94º54.61%55.29%-
XYZ13.7520.9814.39-
YUV112.85118.4993.16-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.26%
GREEN value IS 141 (55.47% from 255) = 46.84%
BLUE value IS 96 (37.89% from 255) = 31.89%
R=21.26%
G=46.84%
B=31.89%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal64141960.5500.320.45144.9437.5640.2
Hex408D60370202D912628
Octal10021514067040552214650
Binary1000000100011011100000110111010000010110110010001100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,141,96); }

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

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

 a { background-color: rgb(64,141,96); }

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

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

 span { border-color: rgb(64,141,96); }

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