Shades of Eucalyptus #339A71
Tints of Eucalyptus #339A71
RGB
CMYK
RGB Variations
Color information
#339A71 (or 0x339A71) is known color: Eucalyptus. HEX triplet: 33, 9A and 71. RGB value is (51,154,113). Sum of RGB (Red+Green+Blue) = 51+154+113=318 (42% of max value = 765). Red value is 51 (20.31% from 255 or 16.04% from 318); Green value is 154 (60.55% from 255 or 48.43% from 318); Blue value is 113 (44.53% from 255 or 35.53% from 318); Max value from RGB is 154 - color contains mainly: green. Hex color #339A71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339A71 is #CC658E. Grayscale: #767676. Windows color (decimal): -13395343 or 7445043. OLE color: 7445043.
HSL color Cylindrical-coordinate representation of color #339A71: hue angle of 156.12º 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 #339A71 is Cyan = 0.67, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 51 | 154 | 113 | - |
| CMYK | 0.67 | 0 | 0.27 | 0.40 |
| HSL | 156.12º | 0.5% | 0.4% | - |
| HSV(B) | 156.12º | 0.67% | 0.6% | - |
| XYZ | 15.9 | 25.01 | 19.61 | - |
| YUV | 118.53 | 124.88 | 79.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 154 | 113 | 0.67 | 0 | 0.27 | 0.40 | 156.12 | 0.5 | 0.4 |
| Hex | 33 | 9A | 71 | 43 | 0 | 1B | 28 | 9C | 32 | 28 |
| Octal | 63 | 232 | 161 | 103 | 0 | 33 | 50 | 234 | 62 | 50 |
| Binary | 110011 | 10011010 | 1110001 | 1000011 | 0 | 11011 | 101000 | 10011100 | 110010 | 101000 |
Color Harmonies of #339A71
Complementary color
Monochromatic Colors of #339A71
Black with #339A71
Text Example
Text Example
White with #339A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339A71; }
p { color: rgb(51,154,113); }
H1.HeaderClassName
{
color: #339A71;
}
.AnyTagClassName
{
color: #339A71;
}
</style>
background-color css
<style>
a { background-color: #339A71; }
a { background-color: rgb(51,154,113); }
div.DivClassName
{
background-color: #339A71;
}
.BgClassName
{
background-color: #339A71;
}
</style>
border-color css
<style>
span { border-color: #339A71; }
span { border-color: rgb(51,154,113); }
td.TdClassName
{
border-color: #339A71;
}
.TagClassName
{
border-color: #339A71;
}
</style>