Shades of Eucalyptus #31A05F
Tints of Eucalyptus #31A05F
RGB
CMYK
RGB Variations
Color information
#31A05F (or 0x31A05F) is known color: Eucalyptus. HEX triplet: 31, A0 and 5F. RGB value is (49,160,95). Sum of RGB (Red+Green+Blue) = 49+160+95=304 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.12% from 304); Green value is 160 (62.89% from 255 or 52.63% from 304); Blue value is 95 (37.5% from 255 or 31.25% from 304); Max value from RGB is 160 - color contains mainly: green. Hex color #31A05F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31A05F is #CE5FA0. Grayscale: #777777. Windows color (decimal): -13524897 or 6266929. OLE color: 6266929.
HSL color Cylindrical-coordinate representation of color #31A05F: hue angle of 144.86º 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 #31A05F is Cyan = 0.69, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 49 | 160 | 95 | - |
| CMYK | 0.69 | 0 | 0.41 | 0.37 |
| HSL | 144.86º | 0.53% | 0.41% | - |
| HSV(B) | 144.86º | 0.69% | 0.63% | - |
| XYZ | 15.9 | 26.62 | 15.13 | - |
| YUV | 119.4 | 114.23 | 77.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 160 | 95 | 0.69 | 0 | 0.41 | 0.37 | 144.86 | 0.53 | 0.41 |
| Hex | 31 | A0 | 5F | 45 | 0 | 29 | 25 | 91 | 35 | 29 |
| Octal | 61 | 240 | 137 | 105 | 0 | 51 | 45 | 221 | 65 | 51 |
| Binary | 110001 | 10100000 | 1011111 | 1000101 | 0 | 101001 | 100101 | 10010001 | 110101 | 101001 |
Color Harmonies of #31A05F
Complementary color
Monochromatic Colors of #31A05F
Black with #31A05F
Text Example
Text Example
White with #31A05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A05F; }
p { color: rgb(49,160,95); }
H1.HeaderClassName
{
color: #31A05F;
}
.AnyTagClassName
{
color: #31A05F;
}
</style>
background-color css
<style>
a { background-color: #31A05F; }
a { background-color: rgb(49,160,95); }
div.DivClassName
{
background-color: #31A05F;
}
.BgClassName
{
background-color: #31A05F;
}
</style>
border-color css
<style>
span { border-color: #31A05F; }
span { border-color: rgb(49,160,95); }
td.TdClassName
{
border-color: #31A05F;
}
.TagClassName
{
border-color: #31A05F;
}
</style>