Shades of Eucalyptus #349A70
Tints of Eucalyptus #349A70
RGB
CMYK
RGB Variations
Color information
#349A70 (or 0x349A70) is known color: Eucalyptus. HEX triplet: 34, 9A and 70. RGB value is (52,154,112). Sum of RGB (Red+Green+Blue) = 52+154+112=318 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.35% from 318); Green value is 154 (60.55% from 255 or 48.43% from 318); Blue value is 112 (44.14% from 255 or 35.22% from 318); Max value from RGB is 154 - color contains mainly: green. Hex color #349A70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349A70 is #CB658F. Grayscale: #767676. Windows color (decimal): -13329808 or 7379508. OLE color: 7379508.
HSL color Cylindrical-coordinate representation of color #349A70: hue angle of 155.29º degrees, saturation: 0.5, 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 #349A70 is Cyan = 0.66, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 52 | 154 | 112 | - |
| CMYK | 0.66 | 0 | 0.27 | 0.40 |
| HSL | 155.29º | 0.5% | 0.4% | - |
| HSV(B) | 155.29º | 0.66% | 0.6% | - |
| XYZ | 15.9 | 25.01 | 19.32 | - |
| YUV | 118.71 | 124.21 | 80.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 154 | 112 | 0.66 | 0 | 0.27 | 0.40 | 155.29 | 0.5 | 0.4 |
| Hex | 34 | 9A | 70 | 42 | 0 | 1B | 28 | 9B | 32 | 28 |
| Octal | 64 | 232 | 160 | 102 | 0 | 33 | 50 | 233 | 62 | 50 |
| Binary | 110100 | 10011010 | 1110000 | 1000010 | 0 | 11011 | 101000 | 10011011 | 110010 | 101000 |
Color Harmonies of #349A70
Complementary color
Monochromatic Colors of #349A70
Black with #349A70
Text Example
Text Example
White with #349A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349A70; }
p { color: rgb(52,154,112); }
H1.HeaderClassName
{
color: #349A70;
}
.AnyTagClassName
{
color: #349A70;
}
</style>
background-color css
<style>
a { background-color: #349A70; }
a { background-color: rgb(52,154,112); }
div.DivClassName
{
background-color: #349A70;
}
.BgClassName
{
background-color: #349A70;
}
</style>
border-color css
<style>
span { border-color: #349A70; }
span { border-color: rgb(52,154,112); }
td.TdClassName
{
border-color: #349A70;
}
.TagClassName
{
border-color: #349A70;
}
</style>