Shades of Eucalyptus #33A75E
Tints of Eucalyptus #33A75E
RGB
CMYK
RGB Variations
Color information
#33A75E (or 0x33A75E) is known color: Eucalyptus. HEX triplet: 33, A7 and 5E. RGB value is (51,167,94). Sum of RGB (Red+Green+Blue) = 51+167+94=312 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.35% from 312); Green value is 167 (65.62% from 255 or 53.53% from 312); Blue value is 94 (37.11% from 255 or 30.13% from 312); Max value from RGB is 167 - color contains mainly: green. Hex color #33A75E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33A75E is #CC58A1. Grayscale: #7C7C7C. Windows color (decimal): -13392034 or 6203187. OLE color: 6203187.
HSL color Cylindrical-coordinate representation of color #33A75E: hue angle of 142.24º 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 #33A75E is Cyan = 0.69, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 51 | 167 | 94 | - |
| CMYK | 0.69 | 0 | 0.44 | 0.35 |
| HSL | 142.24º | 0.53% | 0.43% | - |
| HSV(B) | 142.24º | 0.69% | 0.65% | - |
| XYZ | 17.2 | 29.15 | 15.31 | - |
| YUV | 123.99 | 111.07 | 75.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 167 | 94 | 0.69 | 0 | 0.44 | 0.35 | 142.24 | 0.53 | 0.43 |
| Hex | 33 | A7 | 5E | 45 | 0 | 2C | 23 | 8E | 35 | 2B |
| Octal | 63 | 247 | 136 | 105 | 0 | 54 | 43 | 216 | 65 | 53 |
| Binary | 110011 | 10100111 | 1011110 | 1000101 | 0 | 101100 | 100011 | 10001110 | 110101 | 101011 |
Color Harmonies of #33A75E
Complementary color
Monochromatic Colors of #33A75E
Black with #33A75E
Text Example
Text Example
White with #33A75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33A75E; }
p { color: rgb(51,167,94); }
H1.HeaderClassName
{
color: #33A75E;
}
.AnyTagClassName
{
color: #33A75E;
}
</style>
background-color css
<style>
a { background-color: #33A75E; }
a { background-color: rgb(51,167,94); }
div.DivClassName
{
background-color: #33A75E;
}
.BgClassName
{
background-color: #33A75E;
}
</style>
border-color css
<style>
span { border-color: #33A75E; }
span { border-color: rgb(51,167,94); }
td.TdClassName
{
border-color: #33A75E;
}
.TagClassName
{
border-color: #33A75E;
}
</style>