Shades of Eucalyptus #33A168
Tints of Eucalyptus #33A168
RGB
CMYK
RGB Variations
Color information
#33A168 (or 0x33A168) is known color: Eucalyptus. HEX triplet: 33, A1 and 68. RGB value is (51,161,104). Sum of RGB (Red+Green+Blue) = 51+161+104=316 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.14% from 316); Green value is 161 (63.28% from 255 or 50.95% from 316); Blue value is 104 (41.02% from 255 or 32.91% from 316); Max value from RGB is 161 - color contains mainly: green. Hex color #33A168 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33A168 is #CC5E97. Grayscale: #797979. Windows color (decimal): -13393560 or 6857011. OLE color: 6857011.
HSL color Cylindrical-coordinate representation of color #33A168: hue angle of 148.91º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #33A168 is Cyan = 0.68, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 51 | 161 | 104 | - |
| CMYK | 0.68 | 0 | 0.35 | 0.37 |
| HSL | 148.91º | 0.52% | 0.42% | - |
| HSV(B) | 148.91º | 0.68% | 0.63% | - |
| XYZ | 16.61 | 27.19 | 17.47 | - |
| YUV | 121.61 | 118.06 | 77.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 161 | 104 | 0.68 | 0 | 0.35 | 0.37 | 148.91 | 0.52 | 0.42 |
| Hex | 33 | A1 | 68 | 44 | 0 | 23 | 25 | 95 | 34 | 2A |
| Octal | 63 | 241 | 150 | 104 | 0 | 43 | 45 | 225 | 64 | 52 |
| Binary | 110011 | 10100001 | 1101000 | 1000100 | 0 | 100011 | 100101 | 10010101 | 110100 | 101010 |
Color Harmonies of #33A168
Complementary color
Monochromatic Colors of #33A168
Black with #33A168
Text Example
Text Example
White with #33A168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33A168; }
p { color: rgb(51,161,104); }
H1.HeaderClassName
{
color: #33A168;
}
.AnyTagClassName
{
color: #33A168;
}
</style>
background-color css
<style>
a { background-color: #33A168; }
a { background-color: rgb(51,161,104); }
div.DivClassName
{
background-color: #33A168;
}
.BgClassName
{
background-color: #33A168;
}
</style>
border-color css
<style>
span { border-color: #33A168; }
span { border-color: rgb(51,161,104); }
td.TdClassName
{
border-color: #33A168;
}
.TagClassName
{
border-color: #33A168;
}
</style>