Shades of Eucalyptus #31A963
Tints of Eucalyptus #31A963
RGB
CMYK
RGB Variations
Color information
#31A963 (or 0x31A963) is known color: Eucalyptus. HEX triplet: 31, A9 and 63. RGB value is (49,169,99). Sum of RGB (Red+Green+Blue) = 49+169+99=317 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.46% from 317); Green value is 169 (66.41% from 255 or 53.31% from 317); Blue value is 99 (39.06% from 255 or 31.23% from 317); Max value from RGB is 169 - color contains mainly: green. Hex color #31A963 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31A963 is #CE569C. Grayscale: #7D7D7D. Windows color (decimal): -13522589 or 6531377. OLE color: 6531377.
HSL color Cylindrical-coordinate representation of color #31A963: hue angle of 145º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #31A963 is Cyan = 0.71, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 49 | 169 | 99 | - |
| CMYK | 0.71 | 0 | 0.41 | 0.34 |
| HSL | 145º | 0.55% | 0.43% | - |
| HSV(B) | 145º | 0.71% | 0.66% | - |
| XYZ | 17.71 | 29.93 | 16.65 | - |
| YUV | 125.14 | 113.24 | 73.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 169 | 99 | 0.71 | 0 | 0.41 | 0.34 | 145 | 0.55 | 0.43 |
| Hex | 31 | A9 | 63 | 47 | 0 | 29 | 22 | 91 | 37 | 2B |
| Octal | 61 | 251 | 143 | 107 | 0 | 51 | 42 | 221 | 67 | 53 |
| Binary | 110001 | 10101001 | 1100011 | 1000111 | 0 | 101001 | 100010 | 10010001 | 110111 | 101011 |
Color Harmonies of #31A963
Complementary color
Monochromatic Colors of #31A963
Black with #31A963
Text Example
Text Example
White with #31A963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A963; }
p { color: rgb(49,169,99); }
H1.HeaderClassName
{
color: #31A963;
}
.AnyTagClassName
{
color: #31A963;
}
</style>
background-color css
<style>
a { background-color: #31A963; }
a { background-color: rgb(49,169,99); }
div.DivClassName
{
background-color: #31A963;
}
.BgClassName
{
background-color: #31A963;
}
</style>
border-color css
<style>
span { border-color: #31A963; }
span { border-color: rgb(49,169,99); }
td.TdClassName
{
border-color: #31A963;
}
.TagClassName
{
border-color: #31A963;
}
</style>