Shades of Eucalyptus #33966C
Tints of Eucalyptus #33966C
RGB
CMYK
RGB Variations
Color information
#33966C (or 0x33966C) is known color: Eucalyptus. HEX triplet: 33, 96 and 6C. RGB value is (51,150,108). Sum of RGB (Red+Green+Blue) = 51+150+108=309 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.50% from 309); Green value is 150 (58.98% from 255 or 48.54% from 309); Blue value is 108 (42.58% from 255 or 34.95% from 309); Max value from RGB is 150 - color contains mainly: green. Hex color #33966C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33966C is #CC6993. Grayscale: #737373. Windows color (decimal): -13396372 or 7116339. OLE color: 7116339.
HSL color Cylindrical-coordinate representation of color #33966C: hue angle of 154.55º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #33966C is Cyan = 0.66, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 51 | 150 | 108 | - |
| CMYK | 0.66 | 0 | 0.28 | 0.41 |
| HSL | 154.55º | 0.49% | 0.39% | - |
| HSV(B) | 154.55º | 0.66% | 0.59% | - |
| XYZ | 14.98 | 23.6 | 17.95 | - |
| YUV | 115.61 | 123.7 | 81.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 150 | 108 | 0.66 | 0 | 0.28 | 0.41 | 154.55 | 0.49 | 0.39 |
| Hex | 33 | 96 | 6C | 42 | 0 | 1C | 29 | 9B | 31 | 27 |
| Octal | 63 | 226 | 154 | 102 | 0 | 34 | 51 | 233 | 61 | 47 |
| Binary | 110011 | 10010110 | 1101100 | 1000010 | 0 | 11100 | 101001 | 10011011 | 110001 | 100111 |
Color Harmonies of #33966C
Complementary color
Monochromatic Colors of #33966C
Black with #33966C
Text Example
Text Example
White with #33966C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33966C; }
p { color: rgb(51,150,108); }
H1.HeaderClassName
{
color: #33966C;
}
.AnyTagClassName
{
color: #33966C;
}
</style>
background-color css
<style>
a { background-color: #33966C; }
a { background-color: rgb(51,150,108); }
div.DivClassName
{
background-color: #33966C;
}
.BgClassName
{
background-color: #33966C;
}
</style>
border-color css
<style>
span { border-color: #33966C; }
span { border-color: rgb(51,150,108); }
td.TdClassName
{
border-color: #33966C;
}
.TagClassName
{
border-color: #33966C;
}
</style>