Shades of Eucalyptus #349F64
Tints of Eucalyptus #349F64
RGB
CMYK
RGB Variations
Color information
#349F64 (or 0x349F64) is known color: Eucalyptus. HEX triplet: 34, 9F and 64. RGB value is (52,159,100). Sum of RGB (Red+Green+Blue) = 52+159+100=311 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.72% from 311); Green value is 159 (62.5% from 255 or 51.13% from 311); Blue value is 100 (39.45% from 255 or 32.15% from 311); Max value from RGB is 159 - color contains mainly: green. Hex color #349F64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349F64 is #CB609B. Grayscale: #787878. Windows color (decimal): -13328540 or 6594356. OLE color: 6594356.
HSL color Cylindrical-coordinate representation of color #349F64: hue angle of 146.92º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #349F64 is Cyan = 0.67, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 52 | 159 | 100 | - |
| CMYK | 0.67 | 0 | 0.37 | 0.38 |
| HSL | 146.92º | 0.51% | 0.41% | - |
| HSV(B) | 146.92º | 0.67% | 0.62% | - |
| XYZ | 16.11 | 26.45 | 16.31 | - |
| YUV | 120.28 | 116.55 | 79.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 159 | 100 | 0.67 | 0 | 0.37 | 0.38 | 146.92 | 0.51 | 0.41 |
| Hex | 34 | 9F | 64 | 43 | 0 | 25 | 26 | 93 | 33 | 29 |
| Octal | 64 | 237 | 144 | 103 | 0 | 45 | 46 | 223 | 63 | 51 |
| Binary | 110100 | 10011111 | 1100100 | 1000011 | 0 | 100101 | 100110 | 10010011 | 110011 | 101001 |
Color Harmonies of #349F64
Complementary color
Monochromatic Colors of #349F64
Black with #349F64
Text Example
Text Example
White with #349F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349F64; }
p { color: rgb(52,159,100); }
H1.HeaderClassName
{
color: #349F64;
}
.AnyTagClassName
{
color: #349F64;
}
</style>
background-color css
<style>
a { background-color: #349F64; }
a { background-color: rgb(52,159,100); }
div.DivClassName
{
background-color: #349F64;
}
.BgClassName
{
background-color: #349F64;
}
</style>
border-color css
<style>
span { border-color: #349F64; }
span { border-color: rgb(52,159,100); }
td.TdClassName
{
border-color: #349F64;
}
.TagClassName
{
border-color: #349F64;
}
</style>