#408960

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

Shades of Eucalyptus #408960

Tints of Eucalyptus #408960

Color information

#408960 (or 0x408960) is unknown color: approx Eucalyptus. HEX triplet: 40, 89 and 60. RGB value is (64,137,96). Sum of RGB (Red+Green+Blue) = 64+137+96=297 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.55% from 297); Green value is 137 (53.91% from 255 or 46.13% from 297); Blue value is 96 (37.89% from 255 or 32.32% from 297); Max value from RGB is 137 - color contains mainly: green. Hex color #408960 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408960 is #BF769F. Grayscale: #6E6E6E. Windows color (decimal): -12547744 or 6326592. OLE color: 6326592.

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

Color convert

RGB6413796-
CMYK0.5300.300.46
HSL146.3º36.32%39.41%-
HSV(B)146.3º53.28%53.73%-
XYZ13.1719.8314.2-
YUV110.5119.8294.83-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.55%
GREEN value IS 137 (53.91% from 255) = 46.13%
BLUE value IS 96 (37.89% from 255) = 32.32%
R=21.55%
G=46.13%
B=32.32%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal64137960.5300.300.46146.336.3239.41
Hex4089603501E2E922427
Octal10021114065036562224447
Binary100000010001001110000011010101111010111010010010100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408960; }

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

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

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

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

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

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

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

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