Shades of Eucalyptus #31A865
Tints of Eucalyptus #31A865
RGB
CMYK
RGB Variations
Color information
#31A865 (or 0x31A865) is known color: Eucalyptus. HEX triplet: 31, A8 and 65. RGB value is (49,168,101). Sum of RGB (Red+Green+Blue) = 49+168+101=318 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.41% from 318); Green value is 168 (66.02% from 255 or 52.83% from 318); Blue value is 101 (39.84% from 255 or 31.76% from 318); Max value from RGB is 168 - color contains mainly: green. Hex color #31A865 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31A865 is #CE579A. Grayscale: #7C7C7C. Windows color (decimal): -13522843 or 6662193. OLE color: 6662193.
HSL color Cylindrical-coordinate representation of color #31A865: hue angle of 146.22º 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 #31A865 is Cyan = 0.71, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 49 | 168 | 101 | - |
| CMYK | 0.71 | 0 | 0.40 | 0.34 |
| HSL | 146.22º | 0.55% | 0.43% | - |
| HSV(B) | 146.22º | 0.71% | 0.66% | - |
| XYZ | 17.62 | 29.6 | 17.1 | - |
| YUV | 124.78 | 114.58 | 73.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 168 | 101 | 0.71 | 0 | 0.40 | 0.34 | 146.22 | 0.55 | 0.43 |
| Hex | 31 | A8 | 65 | 47 | 0 | 28 | 22 | 92 | 37 | 2B |
| Octal | 61 | 250 | 145 | 107 | 0 | 50 | 42 | 222 | 67 | 53 |
| Binary | 110001 | 10101000 | 1100101 | 1000111 | 0 | 101000 | 100010 | 10010010 | 110111 | 101011 |
Color Harmonies of #31A865
Complementary color
Monochromatic Colors of #31A865
Black with #31A865
Text Example
Text Example
White with #31A865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A865; }
p { color: rgb(49,168,101); }
H1.HeaderClassName
{
color: #31A865;
}
.AnyTagClassName
{
color: #31A865;
}
</style>
background-color css
<style>
a { background-color: #31A865; }
a { background-color: rgb(49,168,101); }
div.DivClassName
{
background-color: #31A865;
}
.BgClassName
{
background-color: #31A865;
}
</style>
border-color css
<style>
span { border-color: #31A865; }
span { border-color: rgb(49,168,101); }
td.TdClassName
{
border-color: #31A865;
}
.TagClassName
{
border-color: #31A865;
}
</style>