Shades of Eucalyptus #348F60
Tints of Eucalyptus #348F60
RGB
CMYK
RGB Variations
Color information
#348F60 (or 0x348F60) is known color: Eucalyptus. HEX triplet: 34, 8F and 60. RGB value is (52,143,96). Sum of RGB (Red+Green+Blue) = 52+143+96=291 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.87% from 291); Green value is 143 (56.25% from 255 or 49.14% from 291); Blue value is 96 (37.89% from 255 or 32.99% from 291); Max value from RGB is 143 - color contains mainly: green. Hex color #348F60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348F60 is #CB709F. Grayscale: #6E6E6E. Windows color (decimal): -13332640 or 6328116. OLE color: 6328116.
HSL color Cylindrical-coordinate representation of color #348F60: hue angle of 149.01º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #348F60 is Cyan = 0.64, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 52 | 143 | 96 | - |
| CMYK | 0.64 | 0 | 0.33 | 0.44 |
| HSL | 149.01º | 0.47% | 0.38% | - |
| HSV(B) | 149.01º | 0.64% | 0.56% | - |
| XYZ | 13.35 | 21.22 | 14.46 | - |
| YUV | 110.43 | 119.85 | 86.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 143 | 96 | 0.64 | 0 | 0.33 | 0.44 | 149.01 | 0.47 | 0.38 |
| Hex | 34 | 8F | 60 | 40 | 0 | 21 | 2C | 95 | 2F | 26 |
| Octal | 64 | 217 | 140 | 100 | 0 | 41 | 54 | 225 | 57 | 46 |
| Binary | 110100 | 10001111 | 1100000 | 1000000 | 0 | 100001 | 101100 | 10010101 | 101111 | 100110 |
Color Harmonies of #348F60
Complementary color
Monochromatic Colors of #348F60
Black with #348F60
Text Example
Text Example
White with #348F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348F60; }
p { color: rgb(52,143,96); }
H1.HeaderClassName
{
color: #348F60;
}
.AnyTagClassName
{
color: #348F60;
}
</style>
background-color css
<style>
a { background-color: #348F60; }
a { background-color: rgb(52,143,96); }
div.DivClassName
{
background-color: #348F60;
}
.BgClassName
{
background-color: #348F60;
}
</style>
border-color css
<style>
span { border-color: #348F60; }
span { border-color: rgb(52,143,96); }
td.TdClassName
{
border-color: #348F60;
}
.TagClassName
{
border-color: #348F60;
}
</style>