Shades of Eucalyptus #33A660
Tints of Eucalyptus #33A660
RGB
CMYK
RGB Variations
Color information
#33A660 (or 0x33A660) is known color: Eucalyptus. HEX triplet: 33, A6 and 60. RGB value is (51,166,96). Sum of RGB (Red+Green+Blue) = 51+166+96=313 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.29% from 313); Green value is 166 (65.23% from 255 or 53.04% from 313); Blue value is 96 (37.89% from 255 or 30.67% from 313); Max value from RGB is 166 - color contains mainly: green. Hex color #33A660 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33A660 is #CC599F. Grayscale: #7B7B7B. Windows color (decimal): -13392288 or 6334003. OLE color: 6334003.
HSL color Cylindrical-coordinate representation of color #33A660: hue angle of 143.48º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #33A660 is Cyan = 0.69, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 51 | 166 | 96 | - |
| CMYK | 0.69 | 0 | 0.42 | 0.35 |
| HSL | 143.48º | 0.53% | 0.43% | - |
| HSV(B) | 143.48º | 0.69% | 0.65% | - |
| XYZ | 17.11 | 28.82 | 15.73 | - |
| YUV | 123.64 | 112.4 | 76.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 166 | 96 | 0.69 | 0 | 0.42 | 0.35 | 143.48 | 0.53 | 0.43 |
| Hex | 33 | A6 | 60 | 45 | 0 | 2A | 23 | 8F | 35 | 2B |
| Octal | 63 | 246 | 140 | 105 | 0 | 52 | 43 | 217 | 65 | 53 |
| Binary | 110011 | 10100110 | 1100000 | 1000101 | 0 | 101010 | 100011 | 10001111 | 110101 | 101011 |
Color Harmonies of #33A660
Complementary color
Monochromatic Colors of #33A660
Black with #33A660
Text Example
Text Example
White with #33A660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33A660; }
p { color: rgb(51,166,96); }
H1.HeaderClassName
{
color: #33A660;
}
.AnyTagClassName
{
color: #33A660;
}
</style>
background-color css
<style>
a { background-color: #33A660; }
a { background-color: rgb(51,166,96); }
div.DivClassName
{
background-color: #33A660;
}
.BgClassName
{
background-color: #33A660;
}
</style>
border-color css
<style>
span { border-color: #33A660; }
span { border-color: rgb(51,166,96); }
td.TdClassName
{
border-color: #33A660;
}
.TagClassName
{
border-color: #33A660;
}
</style>