Shades of Eucalyptus #31A059
Tints of Eucalyptus #31A059
RGB
CMYK
RGB Variations
Color information
#31A059 (or 0x31A059) is known color: Eucalyptus. HEX triplet: 31, A0 and 59. RGB value is (49,160,89). Sum of RGB (Red+Green+Blue) = 49+160+89=298 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.44% from 298); Green value is 160 (62.89% from 255 or 53.69% from 298); Blue value is 89 (35.16% from 255 or 29.87% from 298); Max value from RGB is 160 - color contains mainly: green. Hex color #31A059 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31A059 is #CE5FA6. Grayscale: #767676. Windows color (decimal): -13524903 or 5873713. OLE color: 5873713.
HSL color Cylindrical-coordinate representation of color #31A059: hue angle of 141.62º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #31A059 is Cyan = 0.69, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 49 | 160 | 89 | - |
| CMYK | 0.69 | 0 | 0.44 | 0.37 |
| HSL | 141.62º | 0.53% | 0.41% | - |
| HSV(B) | 141.62º | 0.69% | 0.63% | - |
| XYZ | 15.64 | 26.52 | 13.74 | - |
| YUV | 118.72 | 111.23 | 78.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 160 | 89 | 0.69 | 0 | 0.44 | 0.37 | 141.62 | 0.53 | 0.41 |
| Hex | 31 | A0 | 59 | 45 | 0 | 2C | 25 | 8E | 35 | 29 |
| Octal | 61 | 240 | 131 | 105 | 0 | 54 | 45 | 216 | 65 | 51 |
| Binary | 110001 | 10100000 | 1011001 | 1000101 | 0 | 101100 | 100101 | 10001110 | 110101 | 101001 |
Color Harmonies of #31A059
Complementary color
Monochromatic Colors of #31A059
Black with #31A059
Text Example
Text Example
White with #31A059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A059; }
p { color: rgb(49,160,89); }
H1.HeaderClassName
{
color: #31A059;
}
.AnyTagClassName
{
color: #31A059;
}
</style>
background-color css
<style>
a { background-color: #31A059; }
a { background-color: rgb(49,160,89); }
div.DivClassName
{
background-color: #31A059;
}
.BgClassName
{
background-color: #31A059;
}
</style>
border-color css
<style>
span { border-color: #31A059; }
span { border-color: rgb(49,160,89); }
td.TdClassName
{
border-color: #31A059;
}
.TagClassName
{
border-color: #31A059;
}
</style>