Shades of Eucalyptus #348B63
Tints of Eucalyptus #348B63
RGB
CMYK
RGB Variations
Color information
#348B63 (or 0x348B63) is known color: Eucalyptus. HEX triplet: 34, 8B and 63. RGB value is (52,139,99). Sum of RGB (Red+Green+Blue) = 52+139+99=290 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.93% from 290); Green value is 139 (54.69% from 255 or 47.93% from 290); Blue value is 99 (39.06% from 255 or 34.14% from 290); Max value from RGB is 139 - color contains mainly: green. Hex color #348B63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348B63 is #CB749C. Grayscale: #6C6C6C. Windows color (decimal): -13333661 or 6523700. OLE color: 6523700.
HSL color Cylindrical-coordinate representation of color #348B63: hue angle of 152.41º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #348B63 is Cyan = 0.63, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 139 | 99 | - |
| CMYK | 0.63 | 0 | 0.29 | 0.45 |
| HSL | 152.41º | 0.46% | 0.37% | - |
| HSV(B) | 152.41º | 0.63% | 0.55% | - |
| XYZ | 12.9 | 20.1 | 15 | - |
| YUV | 108.43 | 122.68 | 87.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 139 | 99 | 0.63 | 0 | 0.29 | 0.45 | 152.41 | 0.46 | 0.37 |
| Hex | 34 | 8B | 63 | 3F | 0 | 1D | 2D | 98 | 2E | 25 |
| Octal | 64 | 213 | 143 | 77 | 0 | 35 | 55 | 230 | 56 | 45 |
| Binary | 110100 | 10001011 | 1100011 | 111111 | 0 | 11101 | 101101 | 10011000 | 101110 | 100101 |
Color Harmonies of #348B63
Complementary color
Monochromatic Colors of #348B63
Black with #348B63
Text Example
Text Example
White with #348B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348B63; }
p { color: rgb(52,139,99); }
H1.HeaderClassName
{
color: #348B63;
}
.AnyTagClassName
{
color: #348B63;
}
</style>
background-color css
<style>
a { background-color: #348B63; }
a { background-color: rgb(52,139,99); }
div.DivClassName
{
background-color: #348B63;
}
.BgClassName
{
background-color: #348B63;
}
</style>
border-color css
<style>
span { border-color: #348B63; }
span { border-color: rgb(52,139,99); }
td.TdClassName
{
border-color: #348B63;
}
.TagClassName
{
border-color: #348B63;
}
</style>