Shades of Eucalyptus #349772
Tints of Eucalyptus #349772
RGB
CMYK
RGB Variations
Color information
#349772 (or 0x349772) is known color: Eucalyptus. HEX triplet: 34, 97 and 72. RGB value is (52,151,114). Sum of RGB (Red+Green+Blue) = 52+151+114=317 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.40% from 317); Green value is 151 (59.38% from 255 or 47.63% from 317); Blue value is 114 (44.92% from 255 or 35.96% from 317); Max value from RGB is 151 - color contains mainly: green. Hex color #349772 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349772 is #CB688D. Grayscale: #757575. Windows color (decimal): -13330574 or 7509812. OLE color: 7509812.
HSL color Cylindrical-coordinate representation of color #349772: hue angle of 157.58º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #349772 is Cyan = 0.66, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 52 | 151 | 114 | - |
| CMYK | 0.66 | 0 | 0.25 | 0.41 |
| HSL | 157.58º | 0.49% | 0.4% | - |
| HSV(B) | 157.58º | 0.66% | 0.59% | - |
| XYZ | 15.52 | 24.08 | 19.75 | - |
| YUV | 117.18 | 126.2 | 81.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 151 | 114 | 0.66 | 0 | 0.25 | 0.41 | 157.58 | 0.49 | 0.4 |
| Hex | 34 | 97 | 72 | 42 | 0 | 19 | 29 | 9E | 31 | 28 |
| Octal | 64 | 227 | 162 | 102 | 0 | 31 | 51 | 236 | 61 | 50 |
| Binary | 110100 | 10010111 | 1110010 | 1000010 | 0 | 11001 | 101001 | 10011110 | 110001 | 101000 |
Color Harmonies of #349772
Complementary color
Monochromatic Colors of #349772
Black with #349772
Text Example
Text Example
White with #349772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349772; }
p { color: rgb(52,151,114); }
H1.HeaderClassName
{
color: #349772;
}
.AnyTagClassName
{
color: #349772;
}
</style>
background-color css
<style>
a { background-color: #349772; }
a { background-color: rgb(52,151,114); }
div.DivClassName
{
background-color: #349772;
}
.BgClassName
{
background-color: #349772;
}
</style>
border-color css
<style>
span { border-color: #349772; }
span { border-color: rgb(52,151,114); }
td.TdClassName
{
border-color: #349772;
}
.TagClassName
{
border-color: #349772;
}
</style>