#3C9970

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

Shades of Eucalyptus #3C9970

Tints of Eucalyptus #3C9970

Color information

#3C9970 (or 0x3C9970) is unknown color: approx Eucalyptus. HEX triplet: 3C, 99 and 70. RGB value is (60,153,112). Sum of RGB (Red+Green+Blue) = 60+153+112=325 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.46% from 325); Green value is 153 (60.16% from 255 or 47.08% from 325); Blue value is 112 (44.14% from 255 or 34.46% from 325); Max value from RGB is 153 - color contains mainly: green. Hex color #3C9970 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C9970 is #C3668F. Grayscale: #787878. Windows color (decimal): -12805776 or 7379260. OLE color: 7379260.

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

Color convert

RGB60153112-
CMYK0.6100.270.4
HSL153.55º43.66%41.76%-
HSV(B)153.55º60.78%60%-
XYZ16.1824.9119.29-
YUV120.52123.1984.83-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.46%
GREEN value IS 153 (60.16% from 255) = 47.08%
BLUE value IS 112 (44.14% from 255) = 34.46%
R=18.46%
G=47.08%
B=34.46%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal601531120.6100.270.4153.5543.6641.76
Hex3C99703D01B289a2c2a
Octal7423116075033502325452
Binary11110010011001111000011110101101110100010011010101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C9970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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