Shades of Eucalyptus #31A170
Tints of Eucalyptus #31A170
RGB
CMYK
RGB Variations
Color information
#31A170 (or 0x31A170) is known color: Eucalyptus. HEX triplet: 31, A1 and 70. RGB value is (49,161,112). Sum of RGB (Red+Green+Blue) = 49+161+112=322 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.22% from 322); Green value is 161 (63.28% from 255 or 50% from 322); Blue value is 112 (44.14% from 255 or 34.78% from 322); Max value from RGB is 161 - color contains mainly: green. Hex color #31A170 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31A170 is #CE5E8F. Grayscale: #7A7A7A. Windows color (decimal): -13524624 or 7381297. OLE color: 7381297.
HSL color Cylindrical-coordinate representation of color #31A170: hue angle of 153.75º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #31A170 is Cyan = 0.70, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 49 | 161 | 112 | - |
| CMYK | 0.70 | 0 | 0.30 | 0.37 |
| HSL | 153.75º | 0.53% | 0.41% | - |
| HSV(B) | 153.75º | 0.7% | 0.63% | - |
| XYZ | 16.94 | 27.31 | 19.71 | - |
| YUV | 121.93 | 122.39 | 75.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 161 | 112 | 0.70 | 0 | 0.30 | 0.37 | 153.75 | 0.53 | 0.41 |
| Hex | 31 | A1 | 70 | 46 | 0 | 1E | 25 | 9A | 35 | 29 |
| Octal | 61 | 241 | 160 | 106 | 0 | 36 | 45 | 232 | 65 | 51 |
| Binary | 110001 | 10100001 | 1110000 | 1000110 | 0 | 11110 | 100101 | 10011010 | 110101 | 101001 |
Color Harmonies of #31A170
Complementary color
Monochromatic Colors of #31A170
Black with #31A170
Text Example
Text Example
White with #31A170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A170; }
p { color: rgb(49,161,112); }
H1.HeaderClassName
{
color: #31A170;
}
.AnyTagClassName
{
color: #31A170;
}
</style>
background-color css
<style>
a { background-color: #31A170; }
a { background-color: rgb(49,161,112); }
div.DivClassName
{
background-color: #31A170;
}
.BgClassName
{
background-color: #31A170;
}
</style>
border-color css
<style>
span { border-color: #31A170; }
span { border-color: rgb(49,161,112); }
td.TdClassName
{
border-color: #31A170;
}
.TagClassName
{
border-color: #31A170;
}
</style>