Shades of Eucalyptus #33976B
Tints of Eucalyptus #33976B
RGB
CMYK
RGB Variations
Color information
#33976B (or 0x33976B) is known color: Eucalyptus. HEX triplet: 33, 97 and 6B. RGB value is (51,151,107). Sum of RGB (Red+Green+Blue) = 51+151+107=309 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.50% from 309); Green value is 151 (59.38% from 255 or 48.87% from 309); Blue value is 107 (42.19% from 255 or 34.63% from 309); Max value from RGB is 151 - color contains mainly: green. Hex color #33976B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33976B is #CC6894. Grayscale: #747474. Windows color (decimal): -13396117 or 7051059. OLE color: 7051059.
HSL color Cylindrical-coordinate representation of color #33976B: hue angle of 153.6º 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 #33976B is Cyan = 0.66, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 51 | 151 | 107 | - |
| CMYK | 0.66 | 0 | 0.29 | 0.41 |
| HSL | 153.6º | 0.5% | 0.4% | - |
| HSV(B) | 153.6º | 0.66% | 0.59% | - |
| XYZ | 15.09 | 23.9 | 17.73 | - |
| YUV | 116.08 | 122.87 | 81.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 151 | 107 | 0.66 | 0 | 0.29 | 0.41 | 153.6 | 0.5 | 0.4 |
| Hex | 33 | 97 | 6B | 42 | 0 | 1D | 29 | 9A | 32 | 28 |
| Octal | 63 | 227 | 153 | 102 | 0 | 35 | 51 | 232 | 62 | 50 |
| Binary | 110011 | 10010111 | 1101011 | 1000010 | 0 | 11101 | 101001 | 10011010 | 110010 | 101000 |
Color Harmonies of #33976B
Complementary color
Monochromatic Colors of #33976B
Black with #33976B
Text Example
Text Example
White with #33976B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33976B; }
p { color: rgb(51,151,107); }
H1.HeaderClassName
{
color: #33976B;
}
.AnyTagClassName
{
color: #33976B;
}
</style>
background-color css
<style>
a { background-color: #33976B; }
a { background-color: rgb(51,151,107); }
div.DivClassName
{
background-color: #33976B;
}
.BgClassName
{
background-color: #33976B;
}
</style>
border-color css
<style>
span { border-color: #33976B; }
span { border-color: rgb(51,151,107); }
td.TdClassName
{
border-color: #33976B;
}
.TagClassName
{
border-color: #33976B;
}
</style>