Shades of Eucalyptus #33A068
Tints of Eucalyptus #33A068
RGB
CMYK
RGB Variations
Color information
#33A068 (or 0x33A068) is known color: Eucalyptus. HEX triplet: 33, A0 and 68. RGB value is (51,160,104). Sum of RGB (Red+Green+Blue) = 51+160+104=315 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.19% from 315); Green value is 160 (62.89% from 255 or 50.79% from 315); Blue value is 104 (41.02% from 255 or 33.02% from 315); Max value from RGB is 160 - color contains mainly: green. Hex color #33A068 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33A068 is #CC5F97. Grayscale: #797979. Windows color (decimal): -13393816 or 6856755. OLE color: 6856755.
HSL color Cylindrical-coordinate representation of color #33A068: hue angle of 149.17º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #33A068 is Cyan = 0.68, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 51 | 160 | 104 | - |
| CMYK | 0.68 | 0 | 0.35 | 0.37 |
| HSL | 149.17º | 0.52% | 0.41% | - |
| HSV(B) | 149.17º | 0.68% | 0.63% | - |
| XYZ | 16.43 | 26.84 | 17.41 | - |
| YUV | 121.03 | 118.39 | 78.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 160 | 104 | 0.68 | 0 | 0.35 | 0.37 | 149.17 | 0.52 | 0.41 |
| Hex | 33 | A0 | 68 | 44 | 0 | 23 | 25 | 95 | 34 | 29 |
| Octal | 63 | 240 | 150 | 104 | 0 | 43 | 45 | 225 | 64 | 51 |
| Binary | 110011 | 10100000 | 1101000 | 1000100 | 0 | 100011 | 100101 | 10010101 | 110100 | 101001 |
Color Harmonies of #33A068
Complementary color
Monochromatic Colors of #33A068
Black with #33A068
Text Example
Text Example
White with #33A068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33A068; }
p { color: rgb(51,160,104); }
H1.HeaderClassName
{
color: #33A068;
}
.AnyTagClassName
{
color: #33A068;
}
</style>
background-color css
<style>
a { background-color: #33A068; }
a { background-color: rgb(51,160,104); }
div.DivClassName
{
background-color: #33A068;
}
.BgClassName
{
background-color: #33A068;
}
</style>
border-color css
<style>
span { border-color: #33A068; }
span { border-color: rgb(51,160,104); }
td.TdClassName
{
border-color: #33A068;
}
.TagClassName
{
border-color: #33A068;
}
</style>