Shades of Eucalyptus #34965B
Tints of Eucalyptus #34965B
RGB
CMYK
RGB Variations
Color information
#34965B (or 0x34965B) is known color: Eucalyptus. HEX triplet: 34, 96 and 5B. RGB value is (52,150,91). Sum of RGB (Red+Green+Blue) = 52+150+91=293 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.75% from 293); Green value is 150 (58.98% from 255 or 51.19% from 293); Blue value is 91 (35.94% from 255 or 31.06% from 293); Max value from RGB is 150 - color contains mainly: green. Hex color #34965B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34965B is #CB69A4. Grayscale: #727272. Windows color (decimal): -13330853 or 6002228. OLE color: 6002228.
HSL color Cylindrical-coordinate representation of color #34965B: hue angle of 143.88º 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 #34965B is Cyan = 0.65, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 52 | 150 | 91 | - |
| CMYK | 0.65 | 0 | 0.39 | 0.41 |
| HSL | 143.88º | 0.49% | 0.4% | - |
| HSV(B) | 143.88º | 0.65% | 0.59% | - |
| XYZ | 14.21 | 23.3 | 13.65 | - |
| YUV | 113.97 | 115.03 | 83.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 150 | 91 | 0.65 | 0 | 0.39 | 0.41 | 143.88 | 0.49 | 0.4 |
| Hex | 34 | 96 | 5B | 41 | 0 | 27 | 29 | 90 | 31 | 28 |
| Octal | 64 | 226 | 133 | 101 | 0 | 47 | 51 | 220 | 61 | 50 |
| Binary | 110100 | 10010110 | 1011011 | 1000001 | 0 | 100111 | 101001 | 10010000 | 110001 | 101000 |
Color Harmonies of #34965B
Complementary color
Monochromatic Colors of #34965B
Black with #34965B
Text Example
Text Example
White with #34965B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34965B; }
p { color: rgb(52,150,91); }
H1.HeaderClassName
{
color: #34965B;
}
.AnyTagClassName
{
color: #34965B;
}
</style>
background-color css
<style>
a { background-color: #34965B; }
a { background-color: rgb(52,150,91); }
div.DivClassName
{
background-color: #34965B;
}
.BgClassName
{
background-color: #34965B;
}
</style>
border-color css
<style>
span { border-color: #34965B; }
span { border-color: rgb(52,150,91); }
td.TdClassName
{
border-color: #34965B;
}
.TagClassName
{
border-color: #34965B;
}
</style>