#3C9C72

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

Shades of Eucalyptus #3C9C72

Tints of Eucalyptus #3C9C72

Color information

#3C9C72 (or 0x3C9C72) is unknown color: approx Eucalyptus. HEX triplet: 3C, 9C and 72. RGB value is (60,156,114). Sum of RGB (Red+Green+Blue) = 60+156+114=330 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.18% from 330); Green value is 156 (61.33% from 255 or 47.27% from 330); Blue value is 114 (44.92% from 255 or 34.55% from 330); Max value from RGB is 156 - color contains mainly: green. Hex color #3C9C72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C9C72 is #C3638D. Grayscale: #7A7A7A. Windows color (decimal): -12805006 or 7511100. OLE color: 7511100.

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

Color convert

RGB60156114-
CMYK0.6200.270.39
HSL153.75º44.44%42.35%-
HSV(B)153.75º61.54%61.18%-
XYZ16.7925.9520.04-
YUV122.51123.283.42-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.18%
GREEN value IS 156 (61.33% from 255) = 47.27%
BLUE value IS 114 (44.92% from 255) = 34.55%
R=18.18%
G=47.27%
B=34.55%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal601561140.6200.270.39153.7544.4442.35
Hex3C9C723E01B279a2c2a
Octal7423416276033472325452
Binary11110010011100111001011111001101110011110011010101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C9C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,156,114); }

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

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

 a { background-color: rgb(60,156,114); }

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

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

 span { border-color: rgb(60,156,114); }

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