Shades of Eucalyptus #348D60
Tints of Eucalyptus #348D60
RGB
CMYK
RGB Variations
Color information
#348D60 (or 0x348D60) is known color: Eucalyptus. HEX triplet: 34, 8D and 60. RGB value is (52,141,96). Sum of RGB (Red+Green+Blue) = 52+141+96=289 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.99% from 289); Green value is 141 (55.47% from 255 or 48.79% from 289); Blue value is 96 (37.89% from 255 or 33.22% from 289); Max value from RGB is 141 - color contains mainly: green. Hex color #348D60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348D60 is #CB729F. Grayscale: #6D6D6D. Windows color (decimal): -13333152 or 6327604. OLE color: 6327604.
HSL color Cylindrical-coordinate representation of color #348D60: hue angle of 149.66º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #348D60 is Cyan = 0.63, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 141 | 96 | - |
| CMYK | 0.63 | 0 | 0.32 | 0.45 |
| HSL | 149.66º | 0.46% | 0.38% | - |
| HSV(B) | 149.66º | 0.63% | 0.55% | - |
| XYZ | 13.05 | 20.62 | 14.36 | - |
| YUV | 109.26 | 120.51 | 87.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 141 | 96 | 0.63 | 0 | 0.32 | 0.45 | 149.66 | 0.46 | 0.38 |
| Hex | 34 | 8D | 60 | 3F | 0 | 20 | 2D | 96 | 2E | 26 |
| Octal | 64 | 215 | 140 | 77 | 0 | 40 | 55 | 226 | 56 | 46 |
| Binary | 110100 | 10001101 | 1100000 | 111111 | 0 | 100000 | 101101 | 10010110 | 101110 | 100110 |
Color Harmonies of #348D60
Complementary color
Monochromatic Colors of #348D60
Black with #348D60
Text Example
Text Example
White with #348D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348D60; }
p { color: rgb(52,141,96); }
H1.HeaderClassName
{
color: #348D60;
}
.AnyTagClassName
{
color: #348D60;
}
</style>
background-color css
<style>
a { background-color: #348D60; }
a { background-color: rgb(52,141,96); }
div.DivClassName
{
background-color: #348D60;
}
.BgClassName
{
background-color: #348D60;
}
</style>
border-color css
<style>
span { border-color: #348D60; }
span { border-color: rgb(52,141,96); }
td.TdClassName
{
border-color: #348D60;
}
.TagClassName
{
border-color: #348D60;
}
</style>