#408A60

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

Shades of Eucalyptus #408A60

Tints of Eucalyptus #408A60

Color information

#408A60 (or 0x408A60) is unknown color: approx 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

RGB6413896-
CMYK0.5400.300.46
HSL145.95º36.63%39.61%-
HSV(B)145.95º53.62%54.12%-
XYZ13.3120.1114.25-
YUV111.09119.4894.42-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.48%
GREEN value IS 138 (54.30% 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 (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal64138960.5400.300.46145.9536.6339.61
Hex408A603601E2E922528
Octal10021214066036562224550
Binary100000010001010110000011011001111010111010010010100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>