Shades of Eucalyptus #349160
Tints of Eucalyptus #349160
RGB
CMYK
RGB Variations
Color information
#349160 (or 0x349160) is known color: Eucalyptus. HEX triplet: 34, 91 and 60. RGB value is (52,145,96). Sum of RGB (Red+Green+Blue) = 52+145+96=293 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.75% from 293); Green value is 145 (57.03% from 255 or 49.49% from 293); Blue value is 96 (37.89% from 255 or 32.76% from 293); Max value from RGB is 145 - color contains mainly: green. Hex color #349160 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349160 is #CB6E9F. Grayscale: #6F6F6F. Windows color (decimal): -13332128 or 6328628. OLE color: 6328628.
HSL color Cylindrical-coordinate representation of color #349160: hue angle of 148.39º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #349160 is Cyan = 0.64, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 52 | 145 | 96 | - |
| CMYK | 0.64 | 0 | 0.34 | 0.43 |
| HSL | 148.39º | 0.47% | 0.39% | - |
| HSV(B) | 148.39º | 0.64% | 0.57% | - |
| XYZ | 13.65 | 21.83 | 14.56 | - |
| YUV | 111.61 | 119.19 | 85.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 145 | 96 | 0.64 | 0 | 0.34 | 0.43 | 148.39 | 0.47 | 0.39 |
| Hex | 34 | 91 | 60 | 40 | 0 | 22 | 2B | 94 | 2F | 27 |
| Octal | 64 | 221 | 140 | 100 | 0 | 42 | 53 | 224 | 57 | 47 |
| Binary | 110100 | 10010001 | 1100000 | 1000000 | 0 | 100010 | 101011 | 10010100 | 101111 | 100111 |
Color Harmonies of #349160
Complementary color
Monochromatic Colors of #349160
Black with #349160
Text Example
Text Example
White with #349160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349160; }
p { color: rgb(52,145,96); }
H1.HeaderClassName
{
color: #349160;
}
.AnyTagClassName
{
color: #349160;
}
</style>
background-color css
<style>
a { background-color: #349160; }
a { background-color: rgb(52,145,96); }
div.DivClassName
{
background-color: #349160;
}
.BgClassName
{
background-color: #349160;
}
</style>
border-color css
<style>
span { border-color: #349160; }
span { border-color: rgb(52,145,96); }
td.TdClassName
{
border-color: #349160;
}
.TagClassName
{
border-color: #349160;
}
</style>