Shades of Eucalyptus #3C976D
Tints of Eucalyptus #3C976D
RGB
CMYK
RGB Variations
Color information
#3C976D (or 0x3C976D) is known color: Eucalyptus. HEX triplet: 3C, 97 and 6D. RGB value is (60,151,109). Sum of RGB (Red+Green+Blue) = 60+151+109=320 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.75% from 320); Green value is 151 (59.38% from 255 or 47.19% from 320); Blue value is 109 (42.97% from 255 or 34.06% from 320); Max value from RGB is 151 - color contains mainly: green. Hex color #3C976D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C976D is #C36892. Grayscale: #777777. Windows color (decimal): -12806291 or 7182140. OLE color: 7182140.
HSL color Cylindrical-coordinate representation of color #3C976D: hue angle of 152.31º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C976D is Cyan = 0.60, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 60 | 151 | 109 | - |
| CMYK | 0.60 | 0 | 0.28 | 0.41 |
| HSL | 152.31º | 0.43% | 0.41% | - |
| HSV(B) | 152.31º | 0.6% | 0.59% | - |
| XYZ | 15.69 | 24.2 | 18.31 | - |
| YUV | 119 | 122.35 | 85.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 151 | 109 | 0.60 | 0 | 0.28 | 0.41 | 152.31 | 0.43 | 0.41 |
| Hex | 3C | 97 | 6D | 3C | 0 | 1C | 29 | 98 | 2B | 29 |
| Octal | 74 | 227 | 155 | 74 | 0 | 34 | 51 | 230 | 53 | 51 |
| Binary | 111100 | 10010111 | 1101101 | 111100 | 0 | 11100 | 101001 | 10011000 | 101011 | 101001 |
Color Harmonies of #3C976D
Complementary color
Monochromatic Colors of #3C976D
Black with #3C976D
Text Example
Text Example
White with #3C976D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C976D; }
p { color: rgb(60,151,109); }
H1.HeaderClassName
{
color: #3C976D;
}
.AnyTagClassName
{
color: #3C976D;
}
</style>
background-color css
<style>
a { background-color: #3C976D; }
a { background-color: rgb(60,151,109); }
div.DivClassName
{
background-color: #3C976D;
}
.BgClassName
{
background-color: #3C976D;
}
</style>
border-color css
<style>
span { border-color: #3C976D; }
span { border-color: rgb(60,151,109); }
td.TdClassName
{
border-color: #3C976D;
}
.TagClassName
{
border-color: #3C976D;
}
</style>