Shades of Eucalyptus #34965F
Tints of Eucalyptus #34965F
RGB
CMYK
RGB Variations
Color information
#34965F (or 0x34965F) is known color: Eucalyptus. HEX triplet: 34, 96 and 5F. RGB value is (52,150,95). Sum of RGB (Red+Green+Blue) = 52+150+95=297 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.51% from 297); Green value is 150 (58.98% from 255 or 50.51% from 297); Blue value is 95 (37.5% from 255 or 31.99% from 297); Max value from RGB is 150 - color contains mainly: green. Hex color #34965F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34965F is #CB69A0. Grayscale: #727272. Windows color (decimal): -13330849 or 6264372. OLE color: 6264372.
HSL color Cylindrical-coordinate representation of color #34965F: hue angle of 146.33º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #34965F is Cyan = 0.65, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 52 | 150 | 95 | - |
| CMYK | 0.65 | 0 | 0.37 | 0.41 |
| HSL | 146.33º | 0.49% | 0.4% | - |
| HSV(B) | 146.33º | 0.65% | 0.59% | - |
| XYZ | 14.39 | 23.37 | 14.58 | - |
| YUV | 114.43 | 117.03 | 83.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 150 | 95 | 0.65 | 0 | 0.37 | 0.41 | 146.33 | 0.49 | 0.4 |
| Hex | 34 | 96 | 5F | 41 | 0 | 25 | 29 | 92 | 31 | 28 |
| Octal | 64 | 226 | 137 | 101 | 0 | 45 | 51 | 222 | 61 | 50 |
| Binary | 110100 | 10010110 | 1011111 | 1000001 | 0 | 100101 | 101001 | 10010010 | 110001 | 101000 |
Color Harmonies of #34965F
Complementary color
Monochromatic Colors of #34965F
Black with #34965F
Text Example
Text Example
White with #34965F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34965F; }
p { color: rgb(52,150,95); }
H1.HeaderClassName
{
color: #34965F;
}
.AnyTagClassName
{
color: #34965F;
}
</style>
background-color css
<style>
a { background-color: #34965F; }
a { background-color: rgb(52,150,95); }
div.DivClassName
{
background-color: #34965F;
}
.BgClassName
{
background-color: #34965F;
}
</style>
border-color css
<style>
span { border-color: #34965F; }
span { border-color: rgb(52,150,95); }
td.TdClassName
{
border-color: #34965F;
}
.TagClassName
{
border-color: #34965F;
}
</style>