Shades of Eucalyptus #349759
Tints of Eucalyptus #349759
RGB
CMYK
RGB Variations
Color information
#349759 (or 0x349759) is known color: Eucalyptus. HEX triplet: 34, 97 and 59. RGB value is (52,151,89). Sum of RGB (Red+Green+Blue) = 52+151+89=292 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.81% from 292); Green value is 151 (59.38% from 255 or 51.71% from 292); Blue value is 89 (35.16% from 255 or 30.48% from 292); Max value from RGB is 151 - color contains mainly: green. Hex color #349759 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349759 is #CB68A6. Grayscale: #727272. Windows color (decimal): -13330599 or 5871412. OLE color: 5871412.
HSL color Cylindrical-coordinate representation of color #349759: hue angle of 142.42º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #349759 is Cyan = 0.66, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 52 | 151 | 89 | - |
| CMYK | 0.66 | 0 | 0.41 | 0.41 |
| HSL | 142.42º | 0.49% | 0.4% | - |
| HSV(B) | 142.42º | 0.66% | 0.59% | - |
| XYZ | 14.29 | 23.58 | 13.25 | - |
| YUV | 114.33 | 113.7 | 83.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 151 | 89 | 0.66 | 0 | 0.41 | 0.41 | 142.42 | 0.49 | 0.4 |
| Hex | 34 | 97 | 59 | 42 | 0 | 29 | 29 | 8E | 31 | 28 |
| Octal | 64 | 227 | 131 | 102 | 0 | 51 | 51 | 216 | 61 | 50 |
| Binary | 110100 | 10010111 | 1011001 | 1000010 | 0 | 101001 | 101001 | 10001110 | 110001 | 101000 |
Color Harmonies of #349759
Complementary color
Monochromatic Colors of #349759
Black with #349759
Text Example
Text Example
White with #349759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349759; }
p { color: rgb(52,151,89); }
H1.HeaderClassName
{
color: #349759;
}
.AnyTagClassName
{
color: #349759;
}
</style>
background-color css
<style>
a { background-color: #349759; }
a { background-color: rgb(52,151,89); }
div.DivClassName
{
background-color: #349759;
}
.BgClassName
{
background-color: #349759;
}
</style>
border-color css
<style>
span { border-color: #349759; }
span { border-color: rgb(52,151,89); }
td.TdClassName
{
border-color: #349759;
}
.TagClassName
{
border-color: #349759;
}
</style>