Shades of Eucalyptus #34985A
Tints of Eucalyptus #34985A
RGB
CMYK
RGB Variations
Color information
#34985A (or 0x34985A) is known color: Eucalyptus. HEX triplet: 34, 98 and 5A. RGB value is (52,152,90). Sum of RGB (Red+Green+Blue) = 52+152+90=294 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.69% from 294); Green value is 152 (59.77% from 255 or 51.70% from 294); Blue value is 90 (35.55% from 255 or 30.61% from 294); Max value from RGB is 152 - color contains mainly: green. Hex color #34985A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34985A is #CB67A5. Grayscale: #737373. Windows color (decimal): -13330342 or 5937204. OLE color: 5937204.
HSL color Cylindrical-coordinate representation of color #34985A: hue angle of 142.8º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #34985A is Cyan = 0.66, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 52 | 152 | 90 | - |
| CMYK | 0.66 | 0 | 0.41 | 0.40 |
| HSL | 142.8º | 0.49% | 0.4% | - |
| HSV(B) | 142.8º | 0.66% | 0.6% | - |
| XYZ | 14.49 | 23.92 | 13.53 | - |
| YUV | 115.03 | 113.87 | 83.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 152 | 90 | 0.66 | 0 | 0.41 | 0.40 | 142.8 | 0.49 | 0.4 |
| Hex | 34 | 98 | 5A | 42 | 0 | 29 | 28 | 8F | 31 | 28 |
| Octal | 64 | 230 | 132 | 102 | 0 | 51 | 50 | 217 | 61 | 50 |
| Binary | 110100 | 10011000 | 1011010 | 1000010 | 0 | 101001 | 101000 | 10001111 | 110001 | 101000 |
Color Harmonies of #34985A
Complementary color
Monochromatic Colors of #34985A
Black with #34985A
Text Example
Text Example
White with #34985A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34985A; }
p { color: rgb(52,152,90); }
H1.HeaderClassName
{
color: #34985A;
}
.AnyTagClassName
{
color: #34985A;
}
</style>
background-color css
<style>
a { background-color: #34985A; }
a { background-color: rgb(52,152,90); }
div.DivClassName
{
background-color: #34985A;
}
.BgClassName
{
background-color: #34985A;
}
</style>
border-color css
<style>
span { border-color: #34985A; }
span { border-color: rgb(52,152,90); }
td.TdClassName
{
border-color: #34985A;
}
.TagClassName
{
border-color: #34985A;
}
</style>