Shades of Eucalyptus #339855
Tints of Eucalyptus #339855
RGB
CMYK
RGB Variations
Color information
#339855 (or 0x339855) is known color: Eucalyptus. HEX triplet: 33, 98 and 55. RGB value is (51,152,85). Sum of RGB (Red+Green+Blue) = 51+152+85=288 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.71% from 288); Green value is 152 (59.77% from 255 or 52.78% from 288); Blue value is 85 (33.59% from 255 or 29.51% from 288); Max value from RGB is 152 - color contains mainly: green. Hex color #339855 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339855 is #CC67AA. Grayscale: #727272. Windows color (decimal): -13395883 or 5609523. OLE color: 5609523.
HSL color Cylindrical-coordinate representation of color #339855: hue angle of 140.2º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #339855 is Cyan = 0.66, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 51 | 152 | 85 | - |
| CMYK | 0.66 | 0 | 0.44 | 0.40 |
| HSL | 140.2º | 0.5% | 0.4% | - |
| HSV(B) | 140.2º | 0.66% | 0.6% | - |
| XYZ | 14.23 | 23.82 | 12.44 | - |
| YUV | 114.16 | 111.54 | 82.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 152 | 85 | 0.66 | 0 | 0.44 | 0.40 | 140.2 | 0.5 | 0.4 |
| Hex | 33 | 98 | 55 | 42 | 0 | 2C | 28 | 8C | 32 | 28 |
| Octal | 63 | 230 | 125 | 102 | 0 | 54 | 50 | 214 | 62 | 50 |
| Binary | 110011 | 10011000 | 1010101 | 1000010 | 0 | 101100 | 101000 | 10001100 | 110010 | 101000 |
Color Harmonies of #339855
Complementary color
Monochromatic Colors of #339855
Black with #339855
Text Example
Text Example
White with #339855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339855; }
p { color: rgb(51,152,85); }
H1.HeaderClassName
{
color: #339855;
}
.AnyTagClassName
{
color: #339855;
}
</style>
background-color css
<style>
a { background-color: #339855; }
a { background-color: rgb(51,152,85); }
div.DivClassName
{
background-color: #339855;
}
.BgClassName
{
background-color: #339855;
}
</style>
border-color css
<style>
span { border-color: #339855; }
span { border-color: rgb(51,152,85); }
td.TdClassName
{
border-color: #339855;
}
.TagClassName
{
border-color: #339855;
}
</style>