Shades of Eucalyptus #339B56
Tints of Eucalyptus #339B56
RGB
CMYK
RGB Variations
Color information
#339B56 (or 0x339B56) is known color: Eucalyptus. HEX triplet: 33, 9B and 56. RGB value is (51,155,86). Sum of RGB (Red+Green+Blue) = 51+155+86=292 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.47% from 292); Green value is 155 (60.94% from 255 or 53.08% from 292); Blue value is 86 (33.98% from 255 or 29.45% from 292); Max value from RGB is 155 - color contains mainly: green. Hex color #339B56 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339B56 is #CC64A9. Grayscale: #747474. Windows color (decimal): -13395114 or 5675827. OLE color: 5675827.
HSL color Cylindrical-coordinate representation of color #339B56: hue angle of 140.19º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #339B56 is Cyan = 0.67, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 51 | 155 | 86 | - |
| CMYK | 0.67 | 0 | 0.45 | 0.39 |
| HSL | 140.19º | 0.5% | 0.4% | - |
| HSV(B) | 140.19º | 0.67% | 0.61% | - |
| XYZ | 14.77 | 24.82 | 12.82 | - |
| YUV | 116.04 | 111.04 | 81.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 155 | 86 | 0.67 | 0 | 0.45 | 0.39 | 140.19 | 0.5 | 0.4 |
| Hex | 33 | 9B | 56 | 43 | 0 | 2D | 27 | 8C | 32 | 28 |
| Octal | 63 | 233 | 126 | 103 | 0 | 55 | 47 | 214 | 62 | 50 |
| Binary | 110011 | 10011011 | 1010110 | 1000011 | 0 | 101101 | 100111 | 10001100 | 110010 | 101000 |
Color Harmonies of #339B56
Complementary color
Monochromatic Colors of #339B56
Black with #339B56
Text Example
Text Example
White with #339B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339B56; }
p { color: rgb(51,155,86); }
H1.HeaderClassName
{
color: #339B56;
}
.AnyTagClassName
{
color: #339B56;
}
</style>
background-color css
<style>
a { background-color: #339B56; }
a { background-color: rgb(51,155,86); }
div.DivClassName
{
background-color: #339B56;
}
.BgClassName
{
background-color: #339B56;
}
</style>
border-color css
<style>
span { border-color: #339B56; }
span { border-color: rgb(51,155,86); }
td.TdClassName
{
border-color: #339B56;
}
.TagClassName
{
border-color: #339B56;
}
</style>