#3E9970

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

Shades of Eucalyptus #3E9970

Tints of Eucalyptus #3E9970

Color information

#3E9970 (or 0x3E9970) is unknown color: approx Eucalyptus. HEX triplet: 3E, 99 and 70. RGB value is (62,153,112). Sum of RGB (Red+Green+Blue) = 62+153+112=327 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.96% from 327); Green value is 153 (60.16% from 255 or 46.79% from 327); Blue value is 112 (44.14% from 255 or 34.25% from 327); Max value from RGB is 153 - color contains mainly: green. Hex color #3E9970 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E9970 is #C1668F. Grayscale: #797979. Windows color (decimal): -12674704 or 7379262. OLE color: 7379262.

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

Color convert

RGB62153112-
CMYK0.5900.270.4
HSL152.97º42.33%42.16%-
HSV(B)152.97º59.48%60%-
XYZ16.324.9819.29-
YUV121.12122.8585.83-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.96%
GREEN value IS 153 (60.16% from 255) = 46.79%
BLUE value IS 112 (44.14% from 255) = 34.25%
R=18.96%
G=46.79%
B=34.25%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal621531120.5900.270.4152.9742.3342.16
Hex3E99703B01B28992a2a
Octal7623116073033502315252
Binary11111010011001111000011101101101110100010011001101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E9970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E9970; }

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

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

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

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

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

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

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

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