Html Css Color HEX #408A60 Eucalyptus

📋 copy color: '#408A60'

red 64 ◦ green 138 ◦ blue 96

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

Shades of Eucalyptus #408A60

Tints of Eucalyptus #408A60

RGB

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

 GREEN value IS 138 (54.3% from 255) = 46.31%

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

R = 21.48%
G = 46.31%
B = 32.21%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.30

 K value IS 0.46

RGB Variations

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

Color information

#408A60 (or 0x408A60) is known color: Eucalyptus. HEX triplet: 40, 8A and 60. RGB value is (64,138,96). Sum of RGB (Red+Green+Blue) = 64+138+96=298 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.48% from 298); Green value is 138 (54.30% from 255 or 46.31% from 298); Blue value is 96 (37.89% from 255 or 32.21% from 298); Max value from RGB is 138 - color contains mainly: green. Hex color #408A60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408A60 is #BF759F. Grayscale: #6F6F6F. Windows color (decimal): -12547488 or 6326848. OLE color: 6326848.

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

Color convert

RGB 64 138 96 -
CMYK 0.54 0 0.30 0.46
HSL 145.95º 0.37% 0.4% -
HSV(B) 145.95º 0.54% 0.54% -
XYZ 13.31 20.11 14.25 -
YUV 111.09 119.48 94.42 -
System Red Green Blue C M Y K H S L
Decimal 64 138 96 0.54 0 0.30 0.46 145.95 0.37 0.4
Hex 40 8A 60 36 0 1E 2E 92 25 28
Octal 100 212 140 66 0 36 56 222 45 50
Binary 1000000 10001010 1100000 110110 0 11110 101110 10010010 100101 101000

Color Harmonies of #408A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408A60

Black with #408A60

Text Example


Text Example

White with #408A60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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