Shades of Eucalyptus #349656
Tints of Eucalyptus #349656
RGB
CMYK
RGB Variations
Color information
#349656 (or 0x349656) is known color: Eucalyptus. HEX triplet: 34, 96 and 56. RGB value is (52,150,86). Sum of RGB (Red+Green+Blue) = 52+150+86=288 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.06% from 288); Green value is 150 (58.98% from 255 or 52.08% from 288); Blue value is 86 (33.98% from 255 or 29.86% from 288); Max value from RGB is 150 - color contains mainly: green. Hex color #349656 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349656 is #CB69A9. Grayscale: #717171. Windows color (decimal): -13330858 or 5674548. OLE color: 5674548.
HSL color Cylindrical-coordinate representation of color #349656: hue angle of 140.82º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #349656 is Cyan = 0.65, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 52 | 150 | 86 | - |
| CMYK | 0.65 | 0 | 0.43 | 0.41 |
| HSL | 140.82º | 0.49% | 0.4% | - |
| HSV(B) | 140.82º | 0.65% | 0.59% | - |
| XYZ | 14 | 23.21 | 12.55 | - |
| YUV | 113.4 | 112.53 | 84.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 150 | 86 | 0.65 | 0 | 0.43 | 0.41 | 140.82 | 0.49 | 0.4 |
| Hex | 34 | 96 | 56 | 41 | 0 | 2B | 29 | 8D | 31 | 28 |
| Octal | 64 | 226 | 126 | 101 | 0 | 53 | 51 | 215 | 61 | 50 |
| Binary | 110100 | 10010110 | 1010110 | 1000001 | 0 | 101011 | 101001 | 10001101 | 110001 | 101000 |
Color Harmonies of #349656
Complementary color
Monochromatic Colors of #349656
Black with #349656
Text Example
Text Example
White with #349656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349656; }
p { color: rgb(52,150,86); }
H1.HeaderClassName
{
color: #349656;
}
.AnyTagClassName
{
color: #349656;
}
</style>
background-color css
<style>
a { background-color: #349656; }
a { background-color: rgb(52,150,86); }
div.DivClassName
{
background-color: #349656;
}
.BgClassName
{
background-color: #349656;
}
</style>
border-color css
<style>
span { border-color: #349656; }
span { border-color: rgb(52,150,86); }
td.TdClassName
{
border-color: #349656;
}
.TagClassName
{
border-color: #349656;
}
</style>