Shades of Eucalyptus #33986C
Tints of Eucalyptus #33986C
RGB
CMYK
RGB Variations
Color information
#33986C (or 0x33986C) is known color: Eucalyptus. HEX triplet: 33, 98 and 6C. RGB value is (51,152,108). Sum of RGB (Red+Green+Blue) = 51+152+108=311 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.40% from 311); Green value is 152 (59.77% from 255 or 48.87% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 152 - color contains mainly: green. Hex color #33986C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33986C is #CC6793. Grayscale: #747474. Windows color (decimal): -13395860 or 7116851. OLE color: 7116851.
HSL color Cylindrical-coordinate representation of color #33986C: hue angle of 153.86º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #33986C is Cyan = 0.66, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 51 | 152 | 108 | - |
| CMYK | 0.66 | 0 | 0.29 | 0.40 |
| HSL | 153.86º | 0.5% | 0.4% | - |
| HSV(B) | 153.86º | 0.66% | 0.6% | - |
| XYZ | 15.3 | 24.24 | 18.06 | - |
| YUV | 116.79 | 123.04 | 81.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 152 | 108 | 0.66 | 0 | 0.29 | 0.40 | 153.86 | 0.5 | 0.4 |
| Hex | 33 | 98 | 6C | 42 | 0 | 1D | 28 | 9A | 32 | 28 |
| Octal | 63 | 230 | 154 | 102 | 0 | 35 | 50 | 232 | 62 | 50 |
| Binary | 110011 | 10011000 | 1101100 | 1000010 | 0 | 11101 | 101000 | 10011010 | 110010 | 101000 |
Color Harmonies of #33986C
Complementary color
Monochromatic Colors of #33986C
Black with #33986C
Text Example
Text Example
White with #33986C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33986C; }
p { color: rgb(51,152,108); }
H1.HeaderClassName
{
color: #33986C;
}
.AnyTagClassName
{
color: #33986C;
}
</style>
background-color css
<style>
a { background-color: #33986C; }
a { background-color: rgb(51,152,108); }
div.DivClassName
{
background-color: #33986C;
}
.BgClassName
{
background-color: #33986C;
}
</style>
border-color css
<style>
span { border-color: #33986C; }
span { border-color: rgb(51,152,108); }
td.TdClassName
{
border-color: #33986C;
}
.TagClassName
{
border-color: #33986C;
}
</style>