Shades of Eucalyptus #349568
Tints of Eucalyptus #349568
RGB
CMYK
RGB Variations
Color information
#349568 (or 0x349568) is known color: Eucalyptus. HEX triplet: 34, 95 and 68. RGB value is (52,149,104). Sum of RGB (Red+Green+Blue) = 52+149+104=305 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.05% from 305); Green value is 149 (58.59% from 255 or 48.85% from 305); Blue value is 104 (41.02% from 255 or 34.10% from 305); Max value from RGB is 149 - color contains mainly: green. Hex color #349568 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349568 is #CB6A97. Grayscale: #727272. Windows color (decimal): -13331096 or 6853940. OLE color: 6853940.
HSL color Cylindrical-coordinate representation of color #349568: hue angle of 152.16º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #349568 is Cyan = 0.65, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 52 | 149 | 104 | - |
| CMYK | 0.65 | 0 | 0.30 | 0.42 |
| HSL | 152.16º | 0.48% | 0.39% | - |
| HSV(B) | 152.16º | 0.65% | 0.58% | - |
| XYZ | 14.66 | 23.22 | 16.81 | - |
| YUV | 114.87 | 121.86 | 83.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 149 | 104 | 0.65 | 0 | 0.30 | 0.42 | 152.16 | 0.48 | 0.39 |
| Hex | 34 | 95 | 68 | 41 | 0 | 1E | 2A | 98 | 30 | 27 |
| Octal | 64 | 225 | 150 | 101 | 0 | 36 | 52 | 230 | 60 | 47 |
| Binary | 110100 | 10010101 | 1101000 | 1000001 | 0 | 11110 | 101010 | 10011000 | 110000 | 100111 |
Color Harmonies of #349568
Complementary color
Monochromatic Colors of #349568
Black with #349568
Text Example
Text Example
White with #349568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349568; }
p { color: rgb(52,149,104); }
H1.HeaderClassName
{
color: #349568;
}
.AnyTagClassName
{
color: #349568;
}
</style>
background-color css
<style>
a { background-color: #349568; }
a { background-color: rgb(52,149,104); }
div.DivClassName
{
background-color: #349568;
}
.BgClassName
{
background-color: #349568;
}
</style>
border-color css
<style>
span { border-color: #349568; }
span { border-color: rgb(52,149,104); }
td.TdClassName
{
border-color: #349568;
}
.TagClassName
{
border-color: #349568;
}
</style>