Shades of Eucalyptus #349971
Tints of Eucalyptus #349971
RGB
CMYK
RGB Variations
Color information
#349971 (or 0x349971) is known color: Eucalyptus. HEX triplet: 34, 99 and 71. RGB value is (52,153,113). Sum of RGB (Red+Green+Blue) = 52+153+113=318 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.35% from 318); Green value is 153 (60.16% from 255 or 48.11% from 318); Blue value is 113 (44.53% from 255 or 35.53% from 318); Max value from RGB is 153 - color contains mainly: green. Hex color #349971 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349971 is #CB668E. Grayscale: #767676. Windows color (decimal): -13330063 or 7444788. OLE color: 7444788.
HSL color Cylindrical-coordinate representation of color #349971: hue angle of 156.24º degrees, saturation: 0.49, 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 #349971 is Cyan = 0.66, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 52 | 153 | 113 | - |
| CMYK | 0.66 | 0 | 0.26 | 0.4 |
| HSL | 156.24º | 0.49% | 0.4% | - |
| HSV(B) | 156.24º | 0.66% | 0.6% | - |
| XYZ | 15.79 | 24.7 | 19.56 | - |
| YUV | 118.24 | 125.04 | 80.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 153 | 113 | 0.66 | 0 | 0.26 | 0.4 | 156.24 | 0.49 | 0.4 |
| Hex | 34 | 99 | 71 | 42 | 0 | 1A | 28 | 9C | 31 | 28 |
| Octal | 64 | 231 | 161 | 102 | 0 | 32 | 50 | 234 | 61 | 50 |
| Binary | 110100 | 10011001 | 1110001 | 1000010 | 0 | 11010 | 101000 | 10011100 | 110001 | 101000 |
Color Harmonies of #349971
Complementary color
Monochromatic Colors of #349971
Black with #349971
Text Example
Text Example
White with #349971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349971; }
p { color: rgb(52,153,113); }
H1.HeaderClassName
{
color: #349971;
}
.AnyTagClassName
{
color: #349971;
}
</style>
background-color css
<style>
a { background-color: #349971; }
a { background-color: rgb(52,153,113); }
div.DivClassName
{
background-color: #349971;
}
.BgClassName
{
background-color: #349971;
}
</style>
border-color css
<style>
span { border-color: #349971; }
span { border-color: rgb(52,153,113); }
td.TdClassName
{
border-color: #349971;
}
.TagClassName
{
border-color: #349971;
}
</style>