Shades of Eucalyptus #349063
Tints of Eucalyptus #349063
RGB
CMYK
RGB Variations
Color information
#349063 (or 0x349063) is known color: Eucalyptus. HEX triplet: 34, 90 and 63. RGB value is (52,144,99). Sum of RGB (Red+Green+Blue) = 52+144+99=295 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.63% from 295); Green value is 144 (56.64% from 255 or 48.81% from 295); Blue value is 99 (39.06% from 255 or 33.56% from 295); Max value from RGB is 144 - color contains mainly: green. Hex color #349063 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349063 is #CB6F9C. Grayscale: #6F6F6F. Windows color (decimal): -13332381 or 6524980. OLE color: 6524980.
HSL color Cylindrical-coordinate representation of color #349063: hue angle of 150.65º 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 #349063 is Cyan = 0.64, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 52 | 144 | 99 | - |
| CMYK | 0.64 | 0 | 0.31 | 0.44 |
| HSL | 150.65º | 0.47% | 0.38% | - |
| HSV(B) | 150.65º | 0.64% | 0.56% | - |
| XYZ | 13.64 | 21.58 | 15.25 | - |
| YUV | 111.36 | 121.02 | 85.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 144 | 99 | 0.64 | 0 | 0.31 | 0.44 | 150.65 | 0.47 | 0.38 |
| Hex | 34 | 90 | 63 | 40 | 0 | 1F | 2C | 97 | 2F | 26 |
| Octal | 64 | 220 | 143 | 100 | 0 | 37 | 54 | 227 | 57 | 46 |
| Binary | 110100 | 10010000 | 1100011 | 1000000 | 0 | 11111 | 101100 | 10010111 | 101111 | 100110 |
Color Harmonies of #349063
Complementary color
Monochromatic Colors of #349063
Black with #349063
Text Example
Text Example
White with #349063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349063; }
p { color: rgb(52,144,99); }
H1.HeaderClassName
{
color: #349063;
}
.AnyTagClassName
{
color: #349063;
}
</style>
background-color css
<style>
a { background-color: #349063; }
a { background-color: rgb(52,144,99); }
div.DivClassName
{
background-color: #349063;
}
.BgClassName
{
background-color: #349063;
}
</style>
border-color css
<style>
span { border-color: #349063; }
span { border-color: rgb(52,144,99); }
td.TdClassName
{
border-color: #349063;
}
.TagClassName
{
border-color: #349063;
}
</style>