Shades of Eucalyptus #31A05D
Tints of Eucalyptus #31A05D
RGB
CMYK
RGB Variations
Color information
#31A05D (or 0x31A05D) is known color: Eucalyptus. HEX triplet: 31, A0 and 5D. RGB value is (49,160,93). Sum of RGB (Red+Green+Blue) = 49+160+93=302 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.23% from 302); Green value is 160 (62.89% from 255 or 52.98% from 302); Blue value is 93 (36.72% from 255 or 30.79% from 302); Max value from RGB is 160 - color contains mainly: green. Hex color #31A05D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31A05D is #CE5FA2. Grayscale: #777777. Windows color (decimal): -13524899 or 6135857. OLE color: 6135857.
HSL color Cylindrical-coordinate representation of color #31A05D: hue angle of 143.78º 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 #31A05D is Cyan = 0.69, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 49 | 160 | 93 | - |
| CMYK | 0.69 | 0 | 0.42 | 0.37 |
| HSL | 143.78º | 0.53% | 0.41% | - |
| HSV(B) | 143.78º | 0.69% | 0.63% | - |
| XYZ | 15.81 | 26.58 | 14.65 | - |
| YUV | 119.17 | 113.23 | 77.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 160 | 93 | 0.69 | 0 | 0.42 | 0.37 | 143.78 | 0.53 | 0.41 |
| Hex | 31 | A0 | 5D | 45 | 0 | 2A | 25 | 90 | 35 | 29 |
| Octal | 61 | 240 | 135 | 105 | 0 | 52 | 45 | 220 | 65 | 51 |
| Binary | 110001 | 10100000 | 1011101 | 1000101 | 0 | 101010 | 100101 | 10010000 | 110101 | 101001 |
Color Harmonies of #31A05D
Complementary color
Monochromatic Colors of #31A05D
Black with #31A05D
Text Example
Text Example
White with #31A05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A05D; }
p { color: rgb(49,160,93); }
H1.HeaderClassName
{
color: #31A05D;
}
.AnyTagClassName
{
color: #31A05D;
}
</style>
background-color css
<style>
a { background-color: #31A05D; }
a { background-color: rgb(49,160,93); }
div.DivClassName
{
background-color: #31A05D;
}
.BgClassName
{
background-color: #31A05D;
}
</style>
border-color css
<style>
span { border-color: #31A05D; }
span { border-color: rgb(49,160,93); }
td.TdClassName
{
border-color: #31A05D;
}
.TagClassName
{
border-color: #31A05D;
}
</style>