#409970

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

Shades of Eucalyptus #409970

Tints of Eucalyptus #409970

Color information

#409970 (or 0x409970) is unknown color: approx Eucalyptus. HEX triplet: 40, 99 and 70. RGB value is (64,153,112). Sum of RGB (Red+Green+Blue) = 64+153+112=329 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.45% from 329); Green value is 153 (60.16% from 255 or 46.50% from 329); Blue value is 112 (44.14% from 255 or 34.04% from 329); Max value from RGB is 153 - color contains mainly: green. Hex color #409970 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409970 is #BF668F. Grayscale: #797979. Windows color (decimal): -12543632 or 7379264. OLE color: 7379264.

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

Color convert

RGB64153112-
CMYK0.5800.270.4
HSL152.36º41.01%42.55%-
HSV(B)152.36º58.17%60%-
XYZ16.4325.0419.3-
YUV121.71122.5186.83-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.45%
GREEN value IS 153 (60.16% from 255) = 46.50%
BLUE value IS 112 (44.14% from 255) = 34.04%
R=19.45%
G=46.50%
B=34.04%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal641531120.5800.270.4152.3641.0142.55
Hex4099703A01B2898292b
Octal10023116072033502305153
Binary100000010011001111000011101001101110100010011000101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #409970; }

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

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

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

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

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

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

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

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