Shades of Eucalyptus #348E68
Tints of Eucalyptus #348E68
RGB
CMYK
RGB Variations
Color information
#348E68 (or 0x348E68) is known color: Eucalyptus. HEX triplet: 34, 8E and 68. RGB value is (52,142,104). Sum of RGB (Red+Green+Blue) = 52+142+104=298 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.45% from 298); Green value is 142 (55.86% from 255 or 47.65% from 298); Blue value is 104 (41.02% from 255 or 34.90% from 298); Max value from RGB is 142 - color contains mainly: green. Hex color #348E68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348E68 is #CB7197. Grayscale: #6E6E6E. Windows color (decimal): -13332888 or 6852148. OLE color: 6852148.
HSL color Cylindrical-coordinate representation of color #348E68: hue angle of 154.67º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #348E68 is Cyan = 0.63, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 52 | 142 | 104 | - |
| CMYK | 0.63 | 0 | 0.27 | 0.44 |
| HSL | 154.67º | 0.46% | 0.38% | - |
| HSV(B) | 154.67º | 0.63% | 0.56% | - |
| XYZ | 13.59 | 21.08 | 16.45 | - |
| YUV | 110.76 | 124.18 | 86.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 142 | 104 | 0.63 | 0 | 0.27 | 0.44 | 154.67 | 0.46 | 0.38 |
| Hex | 34 | 8E | 68 | 3F | 0 | 1B | 2C | 9B | 2E | 26 |
| Octal | 64 | 216 | 150 | 77 | 0 | 33 | 54 | 233 | 56 | 46 |
| Binary | 110100 | 10001110 | 1101000 | 111111 | 0 | 11011 | 101100 | 10011011 | 101110 | 100110 |
Color Harmonies of #348E68
Complementary color
Monochromatic Colors of #348E68
Black with #348E68
Text Example
Text Example
White with #348E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348E68; }
p { color: rgb(52,142,104); }
H1.HeaderClassName
{
color: #348E68;
}
.AnyTagClassName
{
color: #348E68;
}
</style>
background-color css
<style>
a { background-color: #348E68; }
a { background-color: rgb(52,142,104); }
div.DivClassName
{
background-color: #348E68;
}
.BgClassName
{
background-color: #348E68;
}
</style>
border-color css
<style>
span { border-color: #348E68; }
span { border-color: rgb(52,142,104); }
td.TdClassName
{
border-color: #348E68;
}
.TagClassName
{
border-color: #348E68;
}
</style>