Shades of Eucalyptus #339160
Tints of Eucalyptus #339160
RGB
CMYK
RGB Variations
Color information
#339160 (or 0x339160) is known color: Eucalyptus. HEX triplet: 33, 91 and 60. RGB value is (51,145,96). Sum of RGB (Red+Green+Blue) = 51+145+96=292 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.47% from 292); Green value is 145 (57.03% from 255 or 49.66% from 292); Blue value is 96 (37.89% from 255 or 32.88% from 292); Max value from RGB is 145 - color contains mainly: green. Hex color #339160 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339160 is #CC6E9F. Grayscale: #6F6F6F. Windows color (decimal): -13397664 or 6328627. OLE color: 6328627.
HSL color Cylindrical-coordinate representation of color #339160: hue angle of 148.72º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #339160 is Cyan = 0.65, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 51 | 145 | 96 | - |
| CMYK | 0.65 | 0 | 0.34 | 0.43 |
| HSL | 148.72º | 0.48% | 0.38% | - |
| HSV(B) | 148.72º | 0.65% | 0.57% | - |
| XYZ | 13.6 | 21.8 | 14.56 | - |
| YUV | 111.31 | 119.36 | 84.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 145 | 96 | 0.65 | 0 | 0.34 | 0.43 | 148.72 | 0.48 | 0.38 |
| Hex | 33 | 91 | 60 | 41 | 0 | 22 | 2B | 95 | 30 | 26 |
| Octal | 63 | 221 | 140 | 101 | 0 | 42 | 53 | 225 | 60 | 46 |
| Binary | 110011 | 10010001 | 1100000 | 1000001 | 0 | 100010 | 101011 | 10010101 | 110000 | 100110 |
Color Harmonies of #339160
Complementary color
Monochromatic Colors of #339160
Black with #339160
Text Example
Text Example
White with #339160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339160; }
p { color: rgb(51,145,96); }
H1.HeaderClassName
{
color: #339160;
}
.AnyTagClassName
{
color: #339160;
}
</style>
background-color css
<style>
a { background-color: #339160; }
a { background-color: rgb(51,145,96); }
div.DivClassName
{
background-color: #339160;
}
.BgClassName
{
background-color: #339160;
}
</style>
border-color css
<style>
span { border-color: #339160; }
span { border-color: rgb(51,145,96); }
td.TdClassName
{
border-color: #339160;
}
.TagClassName
{
border-color: #339160;
}
</style>