Shades of Eucalyptus #33A65F
Tints of Eucalyptus #33A65F
RGB
CMYK
RGB Variations
Color information
#33A65F (or 0x33A65F) is known color: Eucalyptus. HEX triplet: 33, A6 and 5F. RGB value is (51,166,95). Sum of RGB (Red+Green+Blue) = 51+166+95=312 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.35% from 312); Green value is 166 (65.23% from 255 or 53.21% from 312); Blue value is 95 (37.5% from 255 or 30.45% from 312); Max value from RGB is 166 - color contains mainly: green. Hex color #33A65F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33A65F is #CC59A0. Grayscale: #7B7B7B. Windows color (decimal): -13392289 or 6268467. OLE color: 6268467.
HSL color Cylindrical-coordinate representation of color #33A65F: hue angle of 142.96º 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 #33A65F is Cyan = 0.69, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 51 | 166 | 95 | - |
| CMYK | 0.69 | 0 | 0.43 | 0.35 |
| HSL | 142.96º | 0.53% | 0.43% | - |
| HSV(B) | 142.96º | 0.69% | 0.65% | - |
| XYZ | 17.07 | 28.8 | 15.49 | - |
| YUV | 123.52 | 111.9 | 76.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 166 | 95 | 0.69 | 0 | 0.43 | 0.35 | 142.96 | 0.53 | 0.43 |
| Hex | 33 | A6 | 5F | 45 | 0 | 2B | 23 | 8F | 35 | 2B |
| Octal | 63 | 246 | 137 | 105 | 0 | 53 | 43 | 217 | 65 | 53 |
| Binary | 110011 | 10100110 | 1011111 | 1000101 | 0 | 101011 | 100011 | 10001111 | 110101 | 101011 |
Color Harmonies of #33A65F
Complementary color
Monochromatic Colors of #33A65F
Black with #33A65F
Text Example
Text Example
White with #33A65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33A65F; }
p { color: rgb(51,166,95); }
H1.HeaderClassName
{
color: #33A65F;
}
.AnyTagClassName
{
color: #33A65F;
}
</style>
background-color css
<style>
a { background-color: #33A65F; }
a { background-color: rgb(51,166,95); }
div.DivClassName
{
background-color: #33A65F;
}
.BgClassName
{
background-color: #33A65F;
}
</style>
border-color css
<style>
span { border-color: #33A65F; }
span { border-color: rgb(51,166,95); }
td.TdClassName
{
border-color: #33A65F;
}
.TagClassName
{
border-color: #33A65F;
}
</style>