Html Css Color HEX #408E60 Eucalyptus

📋 copy color: '#408E60'

red 64 ◦ green 142 ◦ blue 96

#408E60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eucalyptus #408E60

Tints of Eucalyptus #408E60

RGB

 RED value IS 64 (25.39% from 255) = 21.19%

 GREEN value IS 142 (55.86% from 255) = 47.02%

 BLUE value IS 96 (37.89% from 255) = 31.79%

R = 21.19%
G = 47.02%
B = 31.79%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.32

 K value IS 0.44

RGB Variations

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

Color information

#408E60 (or 0x408E60) is known color: Eucalyptus. HEX triplet: 40, 8E and 60. RGB value is (64,142,96). Sum of RGB (Red+Green+Blue) = 64+142+96=302 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.19% from 302); Green value is 142 (55.86% from 255 or 47.02% from 302); Blue value is 96 (37.89% from 255 or 31.79% from 302); Max value from RGB is 142 - color contains mainly: green. Hex color #408E60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408E60 is #BF719F. Grayscale: #717171. Windows color (decimal): -12546464 or 6327872. OLE color: 6327872.

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

Color convert

RGB 64 142 96 -
CMYK 0.55 0 0.32 0.44
HSL 144.62º 0.38% 0.4% -
HSV(B) 144.62º 0.55% 0.56% -
XYZ 13.9 21.28 14.44 -
YUV 113.43 118.16 92.74 -
System Red Green Blue C M Y K H S L
Decimal 64 142 96 0.55 0 0.32 0.44 144.62 0.38 0.4
Hex 40 8E 60 37 0 20 2C 91 26 28
Octal 100 216 140 67 0 40 54 221 46 50
Binary 1000000 10001110 1100000 110111 0 100000 101100 10010001 100110 101000

Color Harmonies of #408E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408E60

Black with #408E60

Text Example


Text Example

White with #408E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #408E60;
 }
 .AnyTagClassName
 {
   color: #408E60;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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