Shades of Eucalyptus #349E70
Tints of Eucalyptus #349E70
RGB
CMYK
RGB Variations
Color information
#349E70 (or 0x349E70) is known color: Eucalyptus. HEX triplet: 34, 9E and 70. RGB value is (52,158,112). Sum of RGB (Red+Green+Blue) = 52+158+112=322 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.15% from 322); Green value is 158 (62.11% from 255 or 49.07% from 322); Blue value is 112 (44.14% from 255 or 34.78% from 322); Max value from RGB is 158 - color contains mainly: green. Hex color #349E70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349E70 is #CB618F. Grayscale: #797979. Windows color (decimal): -13328784 or 7380532. OLE color: 7380532.
HSL color Cylindrical-coordinate representation of color #349E70: hue angle of 153.96º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #349E70 is Cyan = 0.67, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 52 | 158 | 112 | - |
| CMYK | 0.67 | 0 | 0.29 | 0.38 |
| HSL | 153.96º | 0.5% | 0.41% | - |
| HSV(B) | 153.96º | 0.67% | 0.62% | - |
| XYZ | 16.57 | 26.35 | 19.54 | - |
| YUV | 121.06 | 122.88 | 78.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 158 | 112 | 0.67 | 0 | 0.29 | 0.38 | 153.96 | 0.5 | 0.41 |
| Hex | 34 | 9E | 70 | 43 | 0 | 1D | 26 | 9A | 32 | 29 |
| Octal | 64 | 236 | 160 | 103 | 0 | 35 | 46 | 232 | 62 | 51 |
| Binary | 110100 | 10011110 | 1110000 | 1000011 | 0 | 11101 | 100110 | 10011010 | 110010 | 101001 |
Color Harmonies of #349E70
Complementary color
Monochromatic Colors of #349E70
Black with #349E70
Text Example
Text Example
White with #349E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349E70; }
p { color: rgb(52,158,112); }
H1.HeaderClassName
{
color: #349E70;
}
.AnyTagClassName
{
color: #349E70;
}
</style>
background-color css
<style>
a { background-color: #349E70; }
a { background-color: rgb(52,158,112); }
div.DivClassName
{
background-color: #349E70;
}
.BgClassName
{
background-color: #349E70;
}
</style>
border-color css
<style>
span { border-color: #349E70; }
span { border-color: rgb(52,158,112); }
td.TdClassName
{
border-color: #349E70;
}
.TagClassName
{
border-color: #349E70;
}
</style>