Shades of Eucalyptus #349E73
Tints of Eucalyptus #349E73
RGB
CMYK
RGB Variations
Color information
#349E73 (or 0x349E73) is known color: Eucalyptus. HEX triplet: 34, 9E and 73. RGB value is (52,158,115). Sum of RGB (Red+Green+Blue) = 52+158+115=325 (43% of max value = 765). Red value is 52 (20.70% from 255 or 16% from 325); Green value is 158 (62.11% from 255 or 48.62% from 325); Blue value is 115 (45.31% from 255 or 35.38% from 325); Max value from RGB is 158 - color contains mainly: green. Hex color #349E73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349E73 is #CB618C. Grayscale: #797979. Windows color (decimal): -13328781 or 7577140. OLE color: 7577140.
HSL color Cylindrical-coordinate representation of color #349E73: hue angle of 155.66º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #349E73 is Cyan = 0.67, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 52 | 158 | 115 | - |
| CMYK | 0.67 | 0 | 0.27 | 0.38 |
| HSL | 155.66º | 0.5% | 0.41% | - |
| HSV(B) | 155.66º | 0.67% | 0.62% | - |
| XYZ | 16.74 | 26.42 | 20.44 | - |
| YUV | 121.4 | 124.38 | 78.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 158 | 115 | 0.67 | 0 | 0.27 | 0.38 | 155.66 | 0.5 | 0.41 |
| Hex | 34 | 9E | 73 | 43 | 0 | 1B | 26 | 9C | 32 | 29 |
| Octal | 64 | 236 | 163 | 103 | 0 | 33 | 46 | 234 | 62 | 51 |
| Binary | 110100 | 10011110 | 1110011 | 1000011 | 0 | 11011 | 100110 | 10011100 | 110010 | 101001 |
Color Harmonies of #349E73
Complementary color
Monochromatic Colors of #349E73
Black with #349E73
Text Example
Text Example
White with #349E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349E73; }
p { color: rgb(52,158,115); }
H1.HeaderClassName
{
color: #349E73;
}
.AnyTagClassName
{
color: #349E73;
}
</style>
background-color css
<style>
a { background-color: #349E73; }
a { background-color: rgb(52,158,115); }
div.DivClassName
{
background-color: #349E73;
}
.BgClassName
{
background-color: #349E73;
}
</style>
border-color css
<style>
span { border-color: #349E73; }
span { border-color: rgb(52,158,115); }
td.TdClassName
{
border-color: #349E73;
}
.TagClassName
{
border-color: #349E73;
}
</style>