Shades of Eucalyptus #349F70
Tints of Eucalyptus #349F70
RGB
CMYK
RGB Variations
Color information
#349F70 (or 0x349F70) is known color: Eucalyptus. HEX triplet: 34, 9F and 70. RGB value is (52,159,112). Sum of RGB (Red+Green+Blue) = 52+159+112=323 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.10% from 323); Green value is 159 (62.5% from 255 or 49.23% from 323); Blue value is 112 (44.14% from 255 or 34.67% from 323); Max value from RGB is 159 - color contains mainly: green. Hex color #349F70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349F70 is #CB608F. Grayscale: #797979. Windows color (decimal): -13328528 or 7380788. OLE color: 7380788.
HSL color Cylindrical-coordinate representation of color #349F70: hue angle of 153.64º degrees, saturation: 0.51, 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 #349F70 is Cyan = 0.67, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 52 | 159 | 112 | - |
| CMYK | 0.67 | 0 | 0.30 | 0.38 |
| HSL | 153.64º | 0.51% | 0.41% | - |
| HSV(B) | 153.64º | 0.67% | 0.62% | - |
| XYZ | 16.74 | 26.7 | 19.6 | - |
| YUV | 121.65 | 122.55 | 78.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 159 | 112 | 0.67 | 0 | 0.30 | 0.38 | 153.64 | 0.51 | 0.41 |
| Hex | 34 | 9F | 70 | 43 | 0 | 1E | 26 | 9A | 33 | 29 |
| Octal | 64 | 237 | 160 | 103 | 0 | 36 | 46 | 232 | 63 | 51 |
| Binary | 110100 | 10011111 | 1110000 | 1000011 | 0 | 11110 | 100110 | 10011010 | 110011 | 101001 |
Color Harmonies of #349F70
Complementary color
Monochromatic Colors of #349F70
Black with #349F70
Text Example
Text Example
White with #349F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349F70; }
p { color: rgb(52,159,112); }
H1.HeaderClassName
{
color: #349F70;
}
.AnyTagClassName
{
color: #349F70;
}
</style>
background-color css
<style>
a { background-color: #349F70; }
a { background-color: rgb(52,159,112); }
div.DivClassName
{
background-color: #349F70;
}
.BgClassName
{
background-color: #349F70;
}
</style>
border-color css
<style>
span { border-color: #349F70; }
span { border-color: rgb(52,159,112); }
td.TdClassName
{
border-color: #349F70;
}
.TagClassName
{
border-color: #349F70;
}
</style>