Shades of Eucalyptus #339655
Tints of Eucalyptus #339655
RGB
CMYK
RGB Variations
Color information
#339655 (or 0x339655) is known color: Eucalyptus. HEX triplet: 33, 96 and 55. RGB value is (51,150,85). Sum of RGB (Red+Green+Blue) = 51+150+85=286 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.83% from 286); Green value is 150 (58.98% from 255 or 52.45% from 286); Blue value is 85 (33.59% from 255 or 29.72% from 286); Max value from RGB is 150 - color contains mainly: green. Hex color #339655 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339655 is #CC69AA. Grayscale: #717171. Windows color (decimal): -13396395 or 5609011. OLE color: 5609011.
HSL color Cylindrical-coordinate representation of color #339655: hue angle of 140.61º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #339655 is Cyan = 0.66, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 51 | 150 | 85 | - |
| CMYK | 0.66 | 0 | 0.43 | 0.41 |
| HSL | 140.61º | 0.49% | 0.39% | - |
| HSV(B) | 140.61º | 0.66% | 0.59% | - |
| XYZ | 13.91 | 23.17 | 12.33 | - |
| YUV | 112.99 | 112.2 | 83.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 150 | 85 | 0.66 | 0 | 0.43 | 0.41 | 140.61 | 0.49 | 0.39 |
| Hex | 33 | 96 | 55 | 42 | 0 | 2B | 29 | 8D | 31 | 27 |
| Octal | 63 | 226 | 125 | 102 | 0 | 53 | 51 | 215 | 61 | 47 |
| Binary | 110011 | 10010110 | 1010101 | 1000010 | 0 | 101011 | 101001 | 10001101 | 110001 | 100111 |
Color Harmonies of #339655
Complementary color
Monochromatic Colors of #339655
Black with #339655
Text Example
Text Example
White with #339655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339655; }
p { color: rgb(51,150,85); }
H1.HeaderClassName
{
color: #339655;
}
.AnyTagClassName
{
color: #339655;
}
</style>
background-color css
<style>
a { background-color: #339655; }
a { background-color: rgb(51,150,85); }
div.DivClassName
{
background-color: #339655;
}
.BgClassName
{
background-color: #339655;
}
</style>
border-color css
<style>
span { border-color: #339655; }
span { border-color: rgb(51,150,85); }
td.TdClassName
{
border-color: #339655;
}
.TagClassName
{
border-color: #339655;
}
</style>