Shades of Eucalyptus #339955
Tints of Eucalyptus #339955
RGB
CMYK
RGB Variations
Color information
#339955 (or 0x339955) is known color: Eucalyptus. HEX triplet: 33, 99 and 55. RGB value is (51,153,85). Sum of RGB (Red+Green+Blue) = 51+153+85=289 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.65% from 289); Green value is 153 (60.16% from 255 or 52.94% from 289); Blue value is 85 (33.59% from 255 or 29.41% from 289); Max value from RGB is 153 - color contains mainly: green. Hex color #339955 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339955 is #CC66AA. Grayscale: #727272. Windows color (decimal): -13395627 or 5609779. OLE color: 5609779.
HSL color Cylindrical-coordinate representation of color #339955: hue angle of 140º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #339955 is Cyan = 0.67, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 51 | 153 | 85 | - |
| CMYK | 0.67 | 0 | 0.44 | 0.4 |
| HSL | 140º | 0.5% | 0.4% | - |
| HSV(B) | 140º | 0.67% | 0.6% | - |
| XYZ | 14.4 | 24.14 | 12.5 | - |
| YUV | 114.75 | 111.21 | 82.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 153 | 85 | 0.67 | 0 | 0.44 | 0.4 | 140 | 0.5 | 0.4 |
| Hex | 33 | 99 | 55 | 43 | 0 | 2C | 28 | 8C | 32 | 28 |
| Octal | 63 | 231 | 125 | 103 | 0 | 54 | 50 | 214 | 62 | 50 |
| Binary | 110011 | 10011001 | 1010101 | 1000011 | 0 | 101100 | 101000 | 10001100 | 110010 | 101000 |
Color Harmonies of #339955
Complementary color
Monochromatic Colors of #339955
Black with #339955
Text Example
Text Example
White with #339955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339955; }
p { color: rgb(51,153,85); }
H1.HeaderClassName
{
color: #339955;
}
.AnyTagClassName
{
color: #339955;
}
</style>
background-color css
<style>
a { background-color: #339955; }
a { background-color: rgb(51,153,85); }
div.DivClassName
{
background-color: #339955;
}
.BgClassName
{
background-color: #339955;
}
</style>
border-color css
<style>
span { border-color: #339955; }
span { border-color: rgb(51,153,85); }
td.TdClassName
{
border-color: #339955;
}
.TagClassName
{
border-color: #339955;
}
</style>