Shades of Eucalyptus #33A064
Tints of Eucalyptus #33A064
RGB
CMYK
RGB Variations
Color information
#33A064 (or 0x33A064) is known color: Eucalyptus. HEX triplet: 33, A0 and 64. RGB value is (51,160,100). Sum of RGB (Red+Green+Blue) = 51+160+100=311 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.40% from 311); Green value is 160 (62.89% from 255 or 51.45% from 311); Blue value is 100 (39.45% from 255 or 32.15% from 311); Max value from RGB is 160 - color contains mainly: green. Hex color #33A064 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33A064 is #CC5F9B. Grayscale: #787878. Windows color (decimal): -13393820 or 6594611. OLE color: 6594611.
HSL color Cylindrical-coordinate representation of color #33A064: hue angle of 146.97º 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 #33A064 is Cyan = 0.68, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 51 | 160 | 100 | - |
| CMYK | 0.68 | 0 | 0.38 | 0.37 |
| HSL | 146.97º | 0.52% | 0.41% | - |
| HSV(B) | 146.97º | 0.68% | 0.63% | - |
| XYZ | 16.24 | 26.77 | 16.37 | - |
| YUV | 120.57 | 116.39 | 78.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 160 | 100 | 0.68 | 0 | 0.38 | 0.37 | 146.97 | 0.52 | 0.41 |
| Hex | 33 | A0 | 64 | 44 | 0 | 26 | 25 | 93 | 34 | 29 |
| Octal | 63 | 240 | 144 | 104 | 0 | 46 | 45 | 223 | 64 | 51 |
| Binary | 110011 | 10100000 | 1100100 | 1000100 | 0 | 100110 | 100101 | 10010011 | 110100 | 101001 |
Color Harmonies of #33A064
Complementary color
Monochromatic Colors of #33A064
Black with #33A064
Text Example
Text Example
White with #33A064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33A064; }
p { color: rgb(51,160,100); }
H1.HeaderClassName
{
color: #33A064;
}
.AnyTagClassName
{
color: #33A064;
}
</style>
background-color css
<style>
a { background-color: #33A064; }
a { background-color: rgb(51,160,100); }
div.DivClassName
{
background-color: #33A064;
}
.BgClassName
{
background-color: #33A064;
}
</style>
border-color css
<style>
span { border-color: #33A064; }
span { border-color: rgb(51,160,100); }
td.TdClassName
{
border-color: #33A064;
}
.TagClassName
{
border-color: #33A064;
}
</style>