Shades of Eucalyptus #31A056
Tints of Eucalyptus #31A056
RGB
CMYK
RGB Variations
Color information
#31A056 (or 0x31A056) is known color: Eucalyptus. HEX triplet: 31, A0 and 56. RGB value is (49,160,86). Sum of RGB (Red+Green+Blue) = 49+160+86=295 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.61% from 295); Green value is 160 (62.89% from 255 or 54.24% from 295); Blue value is 86 (33.98% from 255 or 29.15% from 295); Max value from RGB is 160 - color contains mainly: green. Hex color #31A056 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31A056 is #CE5FA9. Grayscale: #767676. Windows color (decimal): -13524906 or 5677105. OLE color: 5677105.
HSL color Cylindrical-coordinate representation of color #31A056: hue angle of 140º 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 #31A056 is Cyan = 0.69, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 49 | 160 | 86 | - |
| CMYK | 0.69 | 0 | 0.46 | 0.37 |
| HSL | 140º | 0.53% | 0.41% | - |
| HSV(B) | 140º | 0.69% | 0.63% | - |
| XYZ | 15.52 | 26.47 | 13.09 | - |
| YUV | 118.38 | 109.73 | 78.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 160 | 86 | 0.69 | 0 | 0.46 | 0.37 | 140 | 0.53 | 0.41 |
| Hex | 31 | A0 | 56 | 45 | 0 | 2E | 25 | 8C | 35 | 29 |
| Octal | 61 | 240 | 126 | 105 | 0 | 56 | 45 | 214 | 65 | 51 |
| Binary | 110001 | 10100000 | 1010110 | 1000101 | 0 | 101110 | 100101 | 10001100 | 110101 | 101001 |
Color Harmonies of #31A056
Complementary color
Monochromatic Colors of #31A056
Black with #31A056
Text Example
Text Example
White with #31A056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A056; }
p { color: rgb(49,160,86); }
H1.HeaderClassName
{
color: #31A056;
}
.AnyTagClassName
{
color: #31A056;
}
</style>
background-color css
<style>
a { background-color: #31A056; }
a { background-color: rgb(49,160,86); }
div.DivClassName
{
background-color: #31A056;
}
.BgClassName
{
background-color: #31A056;
}
</style>
border-color css
<style>
span { border-color: #31A056; }
span { border-color: rgb(49,160,86); }
td.TdClassName
{
border-color: #31A056;
}
.TagClassName
{
border-color: #31A056;
}
</style>