Shades of Eucalyptus #349062
Tints of Eucalyptus #349062
RGB
CMYK
RGB Variations
Color information
#349062 (or 0x349062) is known color: Eucalyptus. HEX triplet: 34, 90 and 62. RGB value is (52,144,98). Sum of RGB (Red+Green+Blue) = 52+144+98=294 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.69% from 294); Green value is 144 (56.64% from 255 or 48.98% from 294); Blue value is 98 (38.67% from 255 or 33.33% from 294); Max value from RGB is 144 - color contains mainly: green. Hex color #349062 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349062 is #CB6F9D. Grayscale: #6F6F6F. Windows color (decimal): -13332382 or 6459444. OLE color: 6459444.
HSL color Cylindrical-coordinate representation of color #349062: hue angle of 150º 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 #349062 is Cyan = 0.64, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 52 | 144 | 98 | - |
| CMYK | 0.64 | 0 | 0.32 | 0.44 |
| HSL | 150º | 0.47% | 0.38% | - |
| HSV(B) | 150º | 0.64% | 0.56% | - |
| XYZ | 13.59 | 21.56 | 15 | - |
| YUV | 111.25 | 120.52 | 85.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 144 | 98 | 0.64 | 0 | 0.32 | 0.44 | 150 | 0.47 | 0.38 |
| Hex | 34 | 90 | 62 | 40 | 0 | 20 | 2C | 96 | 2F | 26 |
| Octal | 64 | 220 | 142 | 100 | 0 | 40 | 54 | 226 | 57 | 46 |
| Binary | 110100 | 10010000 | 1100010 | 1000000 | 0 | 100000 | 101100 | 10010110 | 101111 | 100110 |
Color Harmonies of #349062
Complementary color
Monochromatic Colors of #349062
Black with #349062
Text Example
Text Example
White with #349062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349062; }
p { color: rgb(52,144,98); }
H1.HeaderClassName
{
color: #349062;
}
.AnyTagClassName
{
color: #349062;
}
</style>
background-color css
<style>
a { background-color: #349062; }
a { background-color: rgb(52,144,98); }
div.DivClassName
{
background-color: #349062;
}
.BgClassName
{
background-color: #349062;
}
</style>
border-color css
<style>
span { border-color: #349062; }
span { border-color: rgb(52,144,98); }
td.TdClassName
{
border-color: #349062;
}
.TagClassName
{
border-color: #349062;
}
</style>