#3C9A70

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

Shades of Eucalyptus #3C9A70

Tints of Eucalyptus #3C9A70

Color information

#3C9A70 (or 0x3C9A70) is unknown color: approx Eucalyptus. HEX triplet: 3C, 9A and 70. RGB value is (60,154,112). Sum of RGB (Red+Green+Blue) = 60+154+112=326 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.40% from 326); Green value is 154 (60.55% from 255 or 47.24% from 326); Blue value is 112 (44.14% from 255 or 34.36% from 326); Max value from RGB is 154 - color contains mainly: green. Hex color #3C9A70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C9A70 is #C3658F. Grayscale: #797979. Windows color (decimal): -12805520 or 7379516. OLE color: 7379516.

HSL color Cylindrical-coordinate representation of color #3C9A70: hue angle of 153.19º 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 #3C9A70 is Cyan = 0.61, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB60154112-
CMYK0.6100.270.40
HSL153.19º43.93%41.96%-
HSV(B)153.19º61.04%60.39%-
XYZ16.3425.2419.34-
YUV121.11122.8684.42-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.40%
GREEN value IS 154 (60.55% from 255) = 47.24%
BLUE value IS 112 (44.14% from 255) = 34.36%
R=18.40%
G=47.24%
B=34.36%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal601541120.6100.270.40153.1943.9341.96
Hex3C9A703D01B28992c2a
Octal7423216075033502315452
Binary11110010011010111000011110101101110100010011001101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C9A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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