Shades of Eucalyptus #33A161
Tints of Eucalyptus #33A161
RGB
CMYK
RGB Variations
Color information
#33A161 (or 0x33A161) is known color: Eucalyptus. HEX triplet: 33, A1 and 61. RGB value is (51,161,97). Sum of RGB (Red+Green+Blue) = 51+161+97=309 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.50% from 309); Green value is 161 (63.28% from 255 or 52.10% from 309); Blue value is 97 (38.28% from 255 or 31.39% from 309); Max value from RGB is 161 - color contains mainly: green. Hex color #33A161 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33A161 is #CC5E9E. Grayscale: #787878. Windows color (decimal): -13393567 or 6398259. OLE color: 6398259.
HSL color Cylindrical-coordinate representation of color #33A161: hue angle of 145.09º 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 #33A161 is Cyan = 0.68, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 51 | 161 | 97 | - |
| CMYK | 0.68 | 0 | 0.40 | 0.37 |
| HSL | 145.09º | 0.52% | 0.42% | - |
| HSV(B) | 145.09º | 0.68% | 0.63% | - |
| XYZ | 16.27 | 27.06 | 15.67 | - |
| YUV | 120.81 | 114.56 | 78.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 161 | 97 | 0.68 | 0 | 0.40 | 0.37 | 145.09 | 0.52 | 0.42 |
| Hex | 33 | A1 | 61 | 44 | 0 | 28 | 25 | 91 | 34 | 2A |
| Octal | 63 | 241 | 141 | 104 | 0 | 50 | 45 | 221 | 64 | 52 |
| Binary | 110011 | 10100001 | 1100001 | 1000100 | 0 | 101000 | 100101 | 10010001 | 110100 | 101010 |
Color Harmonies of #33A161
Complementary color
Monochromatic Colors of #33A161
Black with #33A161
Text Example
Text Example
White with #33A161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33A161; }
p { color: rgb(51,161,97); }
H1.HeaderClassName
{
color: #33A161;
}
.AnyTagClassName
{
color: #33A161;
}
</style>
background-color css
<style>
a { background-color: #33A161; }
a { background-color: rgb(51,161,97); }
div.DivClassName
{
background-color: #33A161;
}
.BgClassName
{
background-color: #33A161;
}
</style>
border-color css
<style>
span { border-color: #33A161; }
span { border-color: rgb(51,161,97); }
td.TdClassName
{
border-color: #33A161;
}
.TagClassName
{
border-color: #33A161;
}
</style>