Shades of Eucalyptus #349060
Tints of Eucalyptus #349060
RGB
CMYK
RGB Variations
Color information
#349060 (or 0x349060) is known color: Eucalyptus. HEX triplet: 34, 90 and 60. RGB value is (52,144,96). Sum of RGB (Red+Green+Blue) = 52+144+96=292 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.81% from 292); Green value is 144 (56.64% from 255 or 49.32% from 292); Blue value is 96 (37.89% from 255 or 32.88% from 292); Max value from RGB is 144 - color contains mainly: green. Hex color #349060 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349060 is #CB6F9F. Grayscale: #6F6F6F. Windows color (decimal): -13332384 or 6328372. OLE color: 6328372.
HSL color Cylindrical-coordinate representation of color #349060: hue angle of 148.7º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #349060 is Cyan = 0.64, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 52 | 144 | 96 | - |
| CMYK | 0.64 | 0 | 0.33 | 0.44 |
| HSL | 148.7º | 0.47% | 0.38% | - |
| HSV(B) | 148.7º | 0.64% | 0.56% | - |
| XYZ | 13.5 | 21.52 | 14.51 | - |
| YUV | 111.02 | 119.52 | 85.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 144 | 96 | 0.64 | 0 | 0.33 | 0.44 | 148.7 | 0.47 | 0.38 |
| Hex | 34 | 90 | 60 | 40 | 0 | 21 | 2C | 95 | 2F | 26 |
| Octal | 64 | 220 | 140 | 100 | 0 | 41 | 54 | 225 | 57 | 46 |
| Binary | 110100 | 10010000 | 1100000 | 1000000 | 0 | 100001 | 101100 | 10010101 | 101111 | 100110 |
Color Harmonies of #349060
Complementary color
Monochromatic Colors of #349060
Black with #349060
Text Example
Text Example
White with #349060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349060; }
p { color: rgb(52,144,96); }
H1.HeaderClassName
{
color: #349060;
}
.AnyTagClassName
{
color: #349060;
}
</style>
background-color css
<style>
a { background-color: #349060; }
a { background-color: rgb(52,144,96); }
div.DivClassName
{
background-color: #349060;
}
.BgClassName
{
background-color: #349060;
}
</style>
border-color css
<style>
span { border-color: #349060; }
span { border-color: rgb(52,144,96); }
td.TdClassName
{
border-color: #349060;
}
.TagClassName
{
border-color: #349060;
}
</style>