Shades of Eucalyptus #349F73
Tints of Eucalyptus #349F73
RGB
CMYK
RGB Variations
Color information
#349F73 (or 0x349F73) is known color: Eucalyptus. HEX triplet: 34, 9F and 73. RGB value is (52,159,115). Sum of RGB (Red+Green+Blue) = 52+159+115=326 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.95% from 326); Green value is 159 (62.5% from 255 or 48.77% from 326); Blue value is 115 (45.31% from 255 or 35.28% from 326); Max value from RGB is 159 - color contains mainly: green. Hex color #349F73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349F73 is #CB608C. Grayscale: #7A7A7A. Windows color (decimal): -13328525 or 7577396. OLE color: 7577396.
HSL color Cylindrical-coordinate representation of color #349F73: hue angle of 155.33º degrees, saturation: 0.51, 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 #349F73 is Cyan = 0.67, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 52 | 159 | 115 | - |
| CMYK | 0.67 | 0 | 0.28 | 0.38 |
| HSL | 155.33º | 0.51% | 0.41% | - |
| HSV(B) | 155.33º | 0.67% | 0.62% | - |
| XYZ | 16.91 | 26.76 | 20.49 | - |
| YUV | 121.99 | 124.05 | 78.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 159 | 115 | 0.67 | 0 | 0.28 | 0.38 | 155.33 | 0.51 | 0.41 |
| Hex | 34 | 9F | 73 | 43 | 0 | 1C | 26 | 9B | 33 | 29 |
| Octal | 64 | 237 | 163 | 103 | 0 | 34 | 46 | 233 | 63 | 51 |
| Binary | 110100 | 10011111 | 1110011 | 1000011 | 0 | 11100 | 100110 | 10011011 | 110011 | 101001 |
Color Harmonies of #349F73
Complementary color
Monochromatic Colors of #349F73
Black with #349F73
Text Example
Text Example
White with #349F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349F73; }
p { color: rgb(52,159,115); }
H1.HeaderClassName
{
color: #349F73;
}
.AnyTagClassName
{
color: #349F73;
}
</style>
background-color css
<style>
a { background-color: #349F73; }
a { background-color: rgb(52,159,115); }
div.DivClassName
{
background-color: #349F73;
}
.BgClassName
{
background-color: #349F73;
}
</style>
border-color css
<style>
span { border-color: #349F73; }
span { border-color: rgb(52,159,115); }
td.TdClassName
{
border-color: #349F73;
}
.TagClassName
{
border-color: #349F73;
}
</style>