Shades of Eucalyptus #349957
Tints of Eucalyptus #349957
RGB
CMYK
RGB Variations
Color information
#349957 (or 0x349957) is known color: Eucalyptus. HEX triplet: 34, 99 and 57. RGB value is (52,153,87). Sum of RGB (Red+Green+Blue) = 52+153+87=292 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.81% from 292); Green value is 153 (60.16% from 255 or 52.40% from 292); Blue value is 87 (34.38% from 255 or 29.79% from 292); Max value from RGB is 153 - color contains mainly: green. Hex color #349957 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349957 is #CB66A8. Grayscale: #737373. Windows color (decimal): -13330089 or 5740852. OLE color: 5740852.
HSL color Cylindrical-coordinate representation of color #349957: hue angle of 140.79º 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 #349957 is Cyan = 0.66, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 52 | 153 | 87 | - |
| CMYK | 0.66 | 0 | 0.43 | 0.4 |
| HSL | 140.79º | 0.49% | 0.4% | - |
| HSV(B) | 140.79º | 0.66% | 0.6% | - |
| XYZ | 14.53 | 24.2 | 12.92 | - |
| YUV | 115.28 | 112.04 | 82.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 153 | 87 | 0.66 | 0 | 0.43 | 0.4 | 140.79 | 0.49 | 0.4 |
| Hex | 34 | 99 | 57 | 42 | 0 | 2B | 28 | 8D | 31 | 28 |
| Octal | 64 | 231 | 127 | 102 | 0 | 53 | 50 | 215 | 61 | 50 |
| Binary | 110100 | 10011001 | 1010111 | 1000010 | 0 | 101011 | 101000 | 10001101 | 110001 | 101000 |
Color Harmonies of #349957
Complementary color
Monochromatic Colors of #349957
Black with #349957
Text Example
Text Example
White with #349957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349957; }
p { color: rgb(52,153,87); }
H1.HeaderClassName
{
color: #349957;
}
.AnyTagClassName
{
color: #349957;
}
</style>
background-color css
<style>
a { background-color: #349957; }
a { background-color: rgb(52,153,87); }
div.DivClassName
{
background-color: #349957;
}
.BgClassName
{
background-color: #349957;
}
</style>
border-color css
<style>
span { border-color: #349957; }
span { border-color: rgb(52,153,87); }
td.TdClassName
{
border-color: #349957;
}
.TagClassName
{
border-color: #349957;
}
</style>