Shades of Eucalyptus #31A16C
Tints of Eucalyptus #31A16C
RGB
CMYK
RGB Variations
Color information
#31A16C (or 0x31A16C) is known color: Eucalyptus. HEX triplet: 31, A1 and 6C. RGB value is (49,161,108). Sum of RGB (Red+Green+Blue) = 49+161+108=318 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.41% from 318); Green value is 161 (63.28% from 255 or 50.63% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 161 - color contains mainly: green. Hex color #31A16C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31A16C is #CE5E93. Grayscale: #797979. Windows color (decimal): -13524628 or 7119153. OLE color: 7119153.
HSL color Cylindrical-coordinate representation of color #31A16C: hue angle of 151.61º 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 #31A16C is Cyan = 0.70, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 49 | 161 | 108 | - |
| CMYK | 0.70 | 0 | 0.33 | 0.37 |
| HSL | 151.61º | 0.53% | 0.41% | - |
| HSV(B) | 151.61º | 0.7% | 0.63% | - |
| XYZ | 16.72 | 27.23 | 18.56 | - |
| YUV | 121.47 | 120.39 | 76.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 161 | 108 | 0.70 | 0 | 0.33 | 0.37 | 151.61 | 0.53 | 0.41 |
| Hex | 31 | A1 | 6C | 46 | 0 | 21 | 25 | 98 | 35 | 29 |
| Octal | 61 | 241 | 154 | 106 | 0 | 41 | 45 | 230 | 65 | 51 |
| Binary | 110001 | 10100001 | 1101100 | 1000110 | 0 | 100001 | 100101 | 10011000 | 110101 | 101001 |
Color Harmonies of #31A16C
Complementary color
Monochromatic Colors of #31A16C
Black with #31A16C
Text Example
Text Example
White with #31A16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A16C; }
p { color: rgb(49,161,108); }
H1.HeaderClassName
{
color: #31A16C;
}
.AnyTagClassName
{
color: #31A16C;
}
</style>
background-color css
<style>
a { background-color: #31A16C; }
a { background-color: rgb(49,161,108); }
div.DivClassName
{
background-color: #31A16C;
}
.BgClassName
{
background-color: #31A16C;
}
</style>
border-color css
<style>
span { border-color: #31A16C; }
span { border-color: rgb(49,161,108); }
td.TdClassName
{
border-color: #31A16C;
}
.TagClassName
{
border-color: #31A16C;
}
</style>