Shades of Eucalyptus #349758
Tints of Eucalyptus #349758
RGB
CMYK
RGB Variations
Color information
#349758 (or 0x349758) is known color: Eucalyptus. HEX triplet: 34, 97 and 58. RGB value is (52,151,88). Sum of RGB (Red+Green+Blue) = 52+151+88=291 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.87% from 291); Green value is 151 (59.38% from 255 or 51.89% from 291); Blue value is 88 (34.77% from 255 or 30.24% from 291); Max value from RGB is 151 - color contains mainly: green. Hex color #349758 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349758 is #CB68A7. Grayscale: #727272. Windows color (decimal): -13330600 or 5805876. OLE color: 5805876.
HSL color Cylindrical-coordinate representation of color #349758: hue angle of 141.82º 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 #349758 is Cyan = 0.66, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 52 | 151 | 88 | - |
| CMYK | 0.66 | 0 | 0.42 | 0.41 |
| HSL | 141.82º | 0.49% | 0.4% | - |
| HSV(B) | 141.82º | 0.66% | 0.59% | - |
| XYZ | 14.24 | 23.57 | 13.03 | - |
| YUV | 114.22 | 113.2 | 83.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 151 | 88 | 0.66 | 0 | 0.42 | 0.41 | 141.82 | 0.49 | 0.4 |
| Hex | 34 | 97 | 58 | 42 | 0 | 2A | 29 | 8E | 31 | 28 |
| Octal | 64 | 227 | 130 | 102 | 0 | 52 | 51 | 216 | 61 | 50 |
| Binary | 110100 | 10010111 | 1011000 | 1000010 | 0 | 101010 | 101001 | 10001110 | 110001 | 101000 |
Color Harmonies of #349758
Complementary color
Monochromatic Colors of #349758
Black with #349758
Text Example
Text Example
White with #349758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349758; }
p { color: rgb(52,151,88); }
H1.HeaderClassName
{
color: #349758;
}
.AnyTagClassName
{
color: #349758;
}
</style>
background-color css
<style>
a { background-color: #349758; }
a { background-color: rgb(52,151,88); }
div.DivClassName
{
background-color: #349758;
}
.BgClassName
{
background-color: #349758;
}
</style>
border-color css
<style>
span { border-color: #349758; }
span { border-color: rgb(52,151,88); }
td.TdClassName
{
border-color: #349758;
}
.TagClassName
{
border-color: #349758;
}
</style>