Shades of Eucalyptus #31A559
Tints of Eucalyptus #31A559
RGB
CMYK
RGB Variations
Color information
#31A559 (or 0x31A559) is known color: Eucalyptus. HEX triplet: 31, A5 and 59. RGB value is (49,165,89). Sum of RGB (Red+Green+Blue) = 49+165+89=303 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.17% from 303); Green value is 165 (64.84% from 255 or 54.46% from 303); Blue value is 89 (35.16% from 255 or 29.37% from 303); Max value from RGB is 165 - color contains mainly: green. Hex color #31A559 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31A559 is #CE5AA6. Grayscale: #797979. Windows color (decimal): -13523623 or 5874993. OLE color: 5874993.
HSL color Cylindrical-coordinate representation of color #31A559: hue angle of 140.69º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #31A559 is Cyan = 0.70, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 49 | 165 | 89 | - |
| CMYK | 0.70 | 0 | 0.46 | 0.35 |
| HSL | 140.69º | 0.54% | 0.42% | - |
| HSV(B) | 140.69º | 0.7% | 0.65% | - |
| XYZ | 16.52 | 28.28 | 14.04 | - |
| YUV | 121.65 | 109.57 | 76.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 165 | 89 | 0.70 | 0 | 0.46 | 0.35 | 140.69 | 0.54 | 0.42 |
| Hex | 31 | A5 | 59 | 46 | 0 | 2E | 23 | 8D | 36 | 2A |
| Octal | 61 | 245 | 131 | 106 | 0 | 56 | 43 | 215 | 66 | 52 |
| Binary | 110001 | 10100101 | 1011001 | 1000110 | 0 | 101110 | 100011 | 10001101 | 110110 | 101010 |
Color Harmonies of #31A559
Complementary color
Monochromatic Colors of #31A559
Black with #31A559
Text Example
Text Example
White with #31A559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A559; }
p { color: rgb(49,165,89); }
H1.HeaderClassName
{
color: #31A559;
}
.AnyTagClassName
{
color: #31A559;
}
</style>
background-color css
<style>
a { background-color: #31A559; }
a { background-color: rgb(49,165,89); }
div.DivClassName
{
background-color: #31A559;
}
.BgClassName
{
background-color: #31A559;
}
</style>
border-color css
<style>
span { border-color: #31A559; }
span { border-color: rgb(49,165,89); }
td.TdClassName
{
border-color: #31A559;
}
.TagClassName
{
border-color: #31A559;
}
</style>