Shades of Eucalyptus #31A863
Tints of Eucalyptus #31A863
RGB
CMYK
RGB Variations
Color information
#31A863 (or 0x31A863) is known color: Eucalyptus. HEX triplet: 31, A8 and 63. RGB value is (49,168,99). Sum of RGB (Red+Green+Blue) = 49+168+99=316 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.51% from 316); Green value is 168 (66.02% from 255 or 53.16% from 316); Blue value is 99 (39.06% from 255 or 31.33% from 316); Max value from RGB is 168 - color contains mainly: green. Hex color #31A863 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31A863 is #CE579C. Grayscale: #7C7C7C. Windows color (decimal): -13522845 or 6531121. OLE color: 6531121.
HSL color Cylindrical-coordinate representation of color #31A863: hue angle of 145.21º 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 #31A863 is Cyan = 0.71, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 49 | 168 | 99 | - |
| CMYK | 0.71 | 0 | 0.41 | 0.34 |
| HSL | 145.21º | 0.55% | 0.43% | - |
| HSV(B) | 145.21º | 0.71% | 0.66% | - |
| XYZ | 17.52 | 29.56 | 16.59 | - |
| YUV | 124.55 | 113.58 | 74.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 168 | 99 | 0.71 | 0 | 0.41 | 0.34 | 145.21 | 0.55 | 0.43 |
| Hex | 31 | A8 | 63 | 47 | 0 | 29 | 22 | 91 | 37 | 2B |
| Octal | 61 | 250 | 143 | 107 | 0 | 51 | 42 | 221 | 67 | 53 |
| Binary | 110001 | 10101000 | 1100011 | 1000111 | 0 | 101001 | 100010 | 10010001 | 110111 | 101011 |
Color Harmonies of #31A863
Complementary color
Monochromatic Colors of #31A863
Black with #31A863
Text Example
Text Example
White with #31A863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A863; }
p { color: rgb(49,168,99); }
H1.HeaderClassName
{
color: #31A863;
}
.AnyTagClassName
{
color: #31A863;
}
</style>
background-color css
<style>
a { background-color: #31A863; }
a { background-color: rgb(49,168,99); }
div.DivClassName
{
background-color: #31A863;
}
.BgClassName
{
background-color: #31A863;
}
</style>
border-color css
<style>
span { border-color: #31A863; }
span { border-color: rgb(49,168,99); }
td.TdClassName
{
border-color: #31A863;
}
.TagClassName
{
border-color: #31A863;
}
</style>