Shades of Eucalyptus #348B64
Tints of Eucalyptus #348B64
RGB
CMYK
RGB Variations
Color information
#348B64 (or 0x348B64) is known color: Eucalyptus. HEX triplet: 34, 8B and 64. RGB value is (52,139,100). Sum of RGB (Red+Green+Blue) = 52+139+100=291 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.87% from 291); Green value is 139 (54.69% from 255 or 47.77% from 291); Blue value is 100 (39.45% from 255 or 34.36% from 291); Max value from RGB is 139 - color contains mainly: green. Hex color #348B64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348B64 is #CB749B. Grayscale: #6C6C6C. Windows color (decimal): -13333660 or 6589236. OLE color: 6589236.
HSL color Cylindrical-coordinate representation of color #348B64: hue angle of 153.1º 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 #348B64 is Cyan = 0.63, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 139 | 100 | - |
| CMYK | 0.63 | 0 | 0.28 | 0.45 |
| HSL | 153.1º | 0.46% | 0.37% | - |
| HSV(B) | 153.1º | 0.63% | 0.55% | - |
| XYZ | 12.95 | 20.12 | 15.26 | - |
| YUV | 108.54 | 123.18 | 87.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 139 | 100 | 0.63 | 0 | 0.28 | 0.45 | 153.1 | 0.46 | 0.37 |
| Hex | 34 | 8B | 64 | 3F | 0 | 1C | 2D | 99 | 2E | 25 |
| Octal | 64 | 213 | 144 | 77 | 0 | 34 | 55 | 231 | 56 | 45 |
| Binary | 110100 | 10001011 | 1100100 | 111111 | 0 | 11100 | 101101 | 10011001 | 101110 | 100101 |
Color Harmonies of #348B64
Complementary color
Monochromatic Colors of #348B64
Black with #348B64
Text Example
Text Example
White with #348B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348B64; }
p { color: rgb(52,139,100); }
H1.HeaderClassName
{
color: #348B64;
}
.AnyTagClassName
{
color: #348B64;
}
</style>
background-color css
<style>
a { background-color: #348B64; }
a { background-color: rgb(52,139,100); }
div.DivClassName
{
background-color: #348B64;
}
.BgClassName
{
background-color: #348B64;
}
</style>
border-color css
<style>
span { border-color: #348B64; }
span { border-color: rgb(52,139,100); }
td.TdClassName
{
border-color: #348B64;
}
.TagClassName
{
border-color: #348B64;
}
</style>