Shades of Eucalyptus #339B71
Tints of Eucalyptus #339B71
RGB
CMYK
RGB Variations
Color information
#339B71 (or 0x339B71) is known color: Eucalyptus. HEX triplet: 33, 9B and 71. RGB value is (51,155,113). Sum of RGB (Red+Green+Blue) = 51+155+113=319 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.99% from 319); Green value is 155 (60.94% from 255 or 48.59% from 319); Blue value is 113 (44.53% from 255 or 35.42% from 319); Max value from RGB is 155 - color contains mainly: green. Hex color #339B71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339B71 is #CC648E. Grayscale: #777777. Windows color (decimal): -13395087 or 7445299. OLE color: 7445299.
HSL color Cylindrical-coordinate representation of color #339B71: hue angle of 155.77º 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 #339B71 is Cyan = 0.67, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 51 | 155 | 113 | - |
| CMYK | 0.67 | 0 | 0.27 | 0.39 |
| HSL | 155.77º | 0.5% | 0.4% | - |
| HSV(B) | 155.77º | 0.67% | 0.61% | - |
| XYZ | 16.07 | 25.34 | 19.67 | - |
| YUV | 119.12 | 124.54 | 79.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 155 | 113 | 0.67 | 0 | 0.27 | 0.39 | 155.77 | 0.5 | 0.4 |
| Hex | 33 | 9B | 71 | 43 | 0 | 1B | 27 | 9C | 32 | 28 |
| Octal | 63 | 233 | 161 | 103 | 0 | 33 | 47 | 234 | 62 | 50 |
| Binary | 110011 | 10011011 | 1110001 | 1000011 | 0 | 11011 | 100111 | 10011100 | 110010 | 101000 |
Color Harmonies of #339B71
Complementary color
Monochromatic Colors of #339B71
Black with #339B71
Text Example
Text Example
White with #339B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339B71; }
p { color: rgb(51,155,113); }
H1.HeaderClassName
{
color: #339B71;
}
.AnyTagClassName
{
color: #339B71;
}
</style>
background-color css
<style>
a { background-color: #339B71; }
a { background-color: rgb(51,155,113); }
div.DivClassName
{
background-color: #339B71;
}
.BgClassName
{
background-color: #339B71;
}
</style>
border-color css
<style>
span { border-color: #339B71; }
span { border-color: rgb(51,155,113); }
td.TdClassName
{
border-color: #339B71;
}
.TagClassName
{
border-color: #339B71;
}
</style>