#409770

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

Shades of Eucalyptus #409770

Tints of Eucalyptus #409770

Color information

#409770 (or 0x409770) is unknown color: approx Eucalyptus. HEX triplet: 40, 97 and 70. RGB value is (64,151,112). Sum of RGB (Red+Green+Blue) = 64+151+112=327 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.57% from 327); Green value is 151 (59.38% from 255 or 46.18% from 327); Blue value is 112 (44.14% from 255 or 34.25% from 327); Max value from RGB is 151 - color contains mainly: green. Hex color #409770 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409770 is #BF688F. Grayscale: #787878. Windows color (decimal): -12544144 or 7378752. OLE color: 7378752.

HSL color Cylindrical-coordinate representation of color #409770: hue angle of 153.1º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #409770 is Cyan = 0.58, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB64151112-
CMYK0.5800.260.41
HSL153.1º40.47%42.16%-
HSV(B)153.1º57.62%59.22%-
XYZ16.1124.3919.19-
YUV120.54123.1887.67-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.57%
GREEN value IS 151 (59.38% from 255) = 46.18%
BLUE value IS 112 (44.14% from 255) = 34.25%
R=19.57%
G=46.18%
B=34.25%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal641511120.5800.260.41153.140.4742.16
Hex4097703A01A2999282a
Octal10022716072032512315052
Binary100000010010111111000011101001101010100110011001101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #409770; }

 p { color: rgb(64,151,112); }

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

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

 a { background-color: rgb(64,151,112); }

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

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

 span { border-color: rgb(64,151,112); }

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