Shades of Eucalyptus #31A06D
Tints of Eucalyptus #31A06D
RGB
CMYK
RGB Variations
Color information
#31A06D (or 0x31A06D) is known color: Eucalyptus. HEX triplet: 31, A0 and 6D. RGB value is (49,160,109). Sum of RGB (Red+Green+Blue) = 49+160+109=318 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.41% from 318); Green value is 160 (62.89% from 255 or 50.31% from 318); Blue value is 109 (42.97% from 255 or 34.28% from 318); Max value from RGB is 160 - color contains mainly: green. Hex color #31A06D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31A06D is #CE5F92. Grayscale: #797979. Windows color (decimal): -13524883 or 7184433. OLE color: 7184433.
HSL color Cylindrical-coordinate representation of color #31A06D: hue angle of 152.43º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #31A06D is Cyan = 0.69, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 49 | 160 | 109 | - |
| CMYK | 0.69 | 0 | 0.32 | 0.37 |
| HSL | 152.43º | 0.53% | 0.41% | - |
| HSV(B) | 152.43º | 0.69% | 0.63% | - |
| XYZ | 16.6 | 26.9 | 18.79 | - |
| YUV | 121 | 121.23 | 76.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 160 | 109 | 0.69 | 0 | 0.32 | 0.37 | 152.43 | 0.53 | 0.41 |
| Hex | 31 | A0 | 6D | 45 | 0 | 20 | 25 | 98 | 35 | 29 |
| Octal | 61 | 240 | 155 | 105 | 0 | 40 | 45 | 230 | 65 | 51 |
| Binary | 110001 | 10100000 | 1101101 | 1000101 | 0 | 100000 | 100101 | 10011000 | 110101 | 101001 |
Color Harmonies of #31A06D
Complementary color
Monochromatic Colors of #31A06D
Black with #31A06D
Text Example
Text Example
White with #31A06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A06D; }
p { color: rgb(49,160,109); }
H1.HeaderClassName
{
color: #31A06D;
}
.AnyTagClassName
{
color: #31A06D;
}
</style>
background-color css
<style>
a { background-color: #31A06D; }
a { background-color: rgb(49,160,109); }
div.DivClassName
{
background-color: #31A06D;
}
.BgClassName
{
background-color: #31A06D;
}
</style>
border-color css
<style>
span { border-color: #31A06D; }
span { border-color: rgb(49,160,109); }
td.TdClassName
{
border-color: #31A06D;
}
.TagClassName
{
border-color: #31A06D;
}
</style>