Shades of Eucalyptus #348E67
Tints of Eucalyptus #348E67
RGB
CMYK
RGB Variations
Color information
#348E67 (or 0x348E67) is known color: Eucalyptus. HEX triplet: 34, 8E and 67. RGB value is (52,142,103). Sum of RGB (Red+Green+Blue) = 52+142+103=297 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.51% from 297); Green value is 142 (55.86% from 255 or 47.81% from 297); Blue value is 103 (40.62% from 255 or 34.68% from 297); Max value from RGB is 142 - color contains mainly: green. Hex color #348E67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348E67 is #CB7198. Grayscale: #6E6E6E. Windows color (decimal): -13332889 or 6786612. OLE color: 6786612.
HSL color Cylindrical-coordinate representation of color #348E67: hue angle of 154º 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 #348E67 is Cyan = 0.63, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 52 | 142 | 103 | - |
| CMYK | 0.63 | 0 | 0.27 | 0.44 |
| HSL | 154º | 0.46% | 0.38% | - |
| HSV(B) | 154º | 0.63% | 0.56% | - |
| XYZ | 13.54 | 21.06 | 16.18 | - |
| YUV | 110.64 | 123.68 | 86.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 142 | 103 | 0.63 | 0 | 0.27 | 0.44 | 154 | 0.46 | 0.38 |
| Hex | 34 | 8E | 67 | 3F | 0 | 1B | 2C | 9A | 2E | 26 |
| Octal | 64 | 216 | 147 | 77 | 0 | 33 | 54 | 232 | 56 | 46 |
| Binary | 110100 | 10001110 | 1100111 | 111111 | 0 | 11011 | 101100 | 10011010 | 101110 | 100110 |
Color Harmonies of #348E67
Complementary color
Monochromatic Colors of #348E67
Black with #348E67
Text Example
Text Example
White with #348E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348E67; }
p { color: rgb(52,142,103); }
H1.HeaderClassName
{
color: #348E67;
}
.AnyTagClassName
{
color: #348E67;
}
</style>
background-color css
<style>
a { background-color: #348E67; }
a { background-color: rgb(52,142,103); }
div.DivClassName
{
background-color: #348E67;
}
.BgClassName
{
background-color: #348E67;
}
</style>
border-color css
<style>
span { border-color: #348E67; }
span { border-color: rgb(52,142,103); }
td.TdClassName
{
border-color: #348E67;
}
.TagClassName
{
border-color: #348E67;
}
</style>