Shades of Eucalyptus #349C73
Tints of Eucalyptus #349C73
RGB
CMYK
RGB Variations
Color information
#349C73 (or 0x349C73) is known color: Eucalyptus. HEX triplet: 34, 9C and 73. RGB value is (52,156,115). Sum of RGB (Red+Green+Blue) = 52+156+115=323 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.10% from 323); Green value is 156 (61.33% from 255 or 48.30% from 323); Blue value is 115 (45.31% from 255 or 35.60% from 323); Max value from RGB is 156 - color contains mainly: green. Hex color #349C73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349C73 is #CB638C. Grayscale: #787878. Windows color (decimal): -13329293 or 7576628. OLE color: 7576628.
HSL color Cylindrical-coordinate representation of color #349C73: hue angle of 156.35º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #349C73 is Cyan = 0.67, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 52 | 156 | 115 | - |
| CMYK | 0.67 | 0 | 0.26 | 0.39 |
| HSL | 156.35º | 0.5% | 0.41% | - |
| HSV(B) | 156.35º | 0.67% | 0.61% | - |
| XYZ | 16.4 | 25.74 | 20.32 | - |
| YUV | 120.23 | 125.04 | 79.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 156 | 115 | 0.67 | 0 | 0.26 | 0.39 | 156.35 | 0.5 | 0.41 |
| Hex | 34 | 9C | 73 | 43 | 0 | 1A | 27 | 9C | 32 | 29 |
| Octal | 64 | 234 | 163 | 103 | 0 | 32 | 47 | 234 | 62 | 51 |
| Binary | 110100 | 10011100 | 1110011 | 1000011 | 0 | 11010 | 100111 | 10011100 | 110010 | 101001 |
Color Harmonies of #349C73
Complementary color
Monochromatic Colors of #349C73
Black with #349C73
Text Example
Text Example
White with #349C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349C73; }
p { color: rgb(52,156,115); }
H1.HeaderClassName
{
color: #349C73;
}
.AnyTagClassName
{
color: #349C73;
}
</style>
background-color css
<style>
a { background-color: #349C73; }
a { background-color: rgb(52,156,115); }
div.DivClassName
{
background-color: #349C73;
}
.BgClassName
{
background-color: #349C73;
}
</style>
border-color css
<style>
span { border-color: #349C73; }
span { border-color: rgb(52,156,115); }
td.TdClassName
{
border-color: #349C73;
}
.TagClassName
{
border-color: #349C73;
}
</style>