Shades of Eucalyptus #3C996A
Tints of Eucalyptus #3C996A
RGB
CMYK
RGB Variations
Color information
#3C996A (or 0x3C996A) is known color: Eucalyptus. HEX triplet: 3C, 99 and 6A. RGB value is (60,153,106). Sum of RGB (Red+Green+Blue) = 60+153+106=319 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.81% from 319); Green value is 153 (60.16% from 255 or 47.96% from 319); Blue value is 106 (41.80% from 255 or 33.23% from 319); Max value from RGB is 153 - color contains mainly: green. Hex color #3C996A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C996A is #C36695. Grayscale: #777777. Windows color (decimal): -12805782 or 6986044. OLE color: 6986044.
HSL color Cylindrical-coordinate representation of color #3C996A: hue angle of 149.68º 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 #3C996A is Cyan = 0.61, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 60 | 153 | 106 | - |
| CMYK | 0.61 | 0 | 0.31 | 0.4 |
| HSL | 149.68º | 0.44% | 0.42% | - |
| HSV(B) | 149.68º | 0.61% | 0.6% | - |
| XYZ | 15.86 | 24.78 | 17.58 | - |
| YUV | 119.84 | 120.19 | 85.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 153 | 106 | 0.61 | 0 | 0.31 | 0.4 | 149.68 | 0.44 | 0.42 |
| Hex | 3C | 99 | 6A | 3D | 0 | 1F | 28 | 96 | 2C | 2A |
| Octal | 74 | 231 | 152 | 75 | 0 | 37 | 50 | 226 | 54 | 52 |
| Binary | 111100 | 10011001 | 1101010 | 111101 | 0 | 11111 | 101000 | 10010110 | 101100 | 101010 |
Color Harmonies of #3C996A
Complementary color
Monochromatic Colors of #3C996A
Black with #3C996A
Text Example
Text Example
White with #3C996A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C996A; }
p { color: rgb(60,153,106); }
H1.HeaderClassName
{
color: #3C996A;
}
.AnyTagClassName
{
color: #3C996A;
}
</style>
background-color css
<style>
a { background-color: #3C996A; }
a { background-color: rgb(60,153,106); }
div.DivClassName
{
background-color: #3C996A;
}
.BgClassName
{
background-color: #3C996A;
}
</style>
border-color css
<style>
span { border-color: #3C996A; }
span { border-color: rgb(60,153,106); }
td.TdClassName
{
border-color: #3C996A;
}
.TagClassName
{
border-color: #3C996A;
}
</style>