Shades of Eucalyptus #33976C
Tints of Eucalyptus #33976C
RGB
CMYK
RGB Variations
Color information
#33976C (or 0x33976C) is known color: Eucalyptus. HEX triplet: 33, 97 and 6C. RGB value is (51,151,108). Sum of RGB (Red+Green+Blue) = 51+151+108=310 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.45% from 310); Green value is 151 (59.38% from 255 or 48.71% from 310); Blue value is 108 (42.58% from 255 or 34.84% from 310); Max value from RGB is 151 - color contains mainly: green. Hex color #33976C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33976C is #CC6893. Grayscale: #747474. Windows color (decimal): -13396116 or 7116595. OLE color: 7116595.
HSL color Cylindrical-coordinate representation of color #33976C: hue angle of 154.2º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #33976C is Cyan = 0.66, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 51 | 151 | 108 | - |
| CMYK | 0.66 | 0 | 0.28 | 0.41 |
| HSL | 154.2º | 0.5% | 0.4% | - |
| HSV(B) | 154.2º | 0.66% | 0.59% | - |
| XYZ | 15.14 | 23.92 | 18.01 | - |
| YUV | 116.2 | 123.37 | 81.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 151 | 108 | 0.66 | 0 | 0.28 | 0.41 | 154.2 | 0.5 | 0.4 |
| Hex | 33 | 97 | 6C | 42 | 0 | 1C | 29 | 9A | 32 | 28 |
| Octal | 63 | 227 | 154 | 102 | 0 | 34 | 51 | 232 | 62 | 50 |
| Binary | 110011 | 10010111 | 1101100 | 1000010 | 0 | 11100 | 101001 | 10011010 | 110010 | 101000 |
Color Harmonies of #33976C
Complementary color
Monochromatic Colors of #33976C
Black with #33976C
Text Example
Text Example
White with #33976C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33976C; }
p { color: rgb(51,151,108); }
H1.HeaderClassName
{
color: #33976C;
}
.AnyTagClassName
{
color: #33976C;
}
</style>
background-color css
<style>
a { background-color: #33976C; }
a { background-color: rgb(51,151,108); }
div.DivClassName
{
background-color: #33976C;
}
.BgClassName
{
background-color: #33976C;
}
</style>
border-color css
<style>
span { border-color: #33976C; }
span { border-color: rgb(51,151,108); }
td.TdClassName
{
border-color: #33976C;
}
.TagClassName
{
border-color: #33976C;
}
</style>