Shades of Fruit Salad #31A03A
Tints of Fruit Salad #31A03A
RGB
CMYK
RGB Variations
Color information
#31A03A (or 0x31A03A) is known color: Fruit Salad. HEX triplet: 31, A0 and 3A. RGB value is (49,160,58). Sum of RGB (Red+Green+Blue) = 49+160+58=267 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.35% from 267); Green value is 160 (62.89% from 255 or 59.93% from 267); Blue value is 58 (23.05% from 255 or 21.72% from 267); Max value from RGB is 160 - color contains mainly: green. Hex color #31A03A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31A03A is #CE5FC5. Grayscale: #737373. Windows color (decimal): -13524934 or 3842097. OLE color: 3842097.
HSL color Cylindrical-coordinate representation of color #31A03A: hue angle of 124.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 #31A03A is Cyan = 0.69, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 49 | 160 | 58 | - |
| CMYK | 0.69 | 0 | 0.64 | 0.37 |
| HSL | 124.86º | 0.53% | 0.41% | - |
| HSV(B) | 124.86º | 0.69% | 0.63% | - |
| XYZ | 14.6 | 26.1 | 8.27 | - |
| YUV | 115.18 | 95.73 | 80.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 160 | 58 | 0.69 | 0 | 0.64 | 0.37 | 124.86 | 0.53 | 0.41 |
| Hex | 31 | A0 | 3A | 45 | 0 | 40 | 25 | 7D | 35 | 29 |
| Octal | 61 | 240 | 72 | 105 | 0 | 100 | 45 | 175 | 65 | 51 |
| Binary | 110001 | 10100000 | 111010 | 1000101 | 0 | 1000000 | 100101 | 1111101 | 110101 | 101001 |
Color Harmonies of #31A03A
Complementary color
Monochromatic Colors of #31A03A
Black with #31A03A
Text Example
Text Example
White with #31A03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A03A; }
p { color: rgb(49,160,58); }
H1.HeaderClassName
{
color: #31A03A;
}
.AnyTagClassName
{
color: #31A03A;
}
</style>
background-color css
<style>
a { background-color: #31A03A; }
a { background-color: rgb(49,160,58); }
div.DivClassName
{
background-color: #31A03A;
}
.BgClassName
{
background-color: #31A03A;
}
</style>
border-color css
<style>
span { border-color: #31A03A; }
span { border-color: rgb(49,160,58); }
td.TdClassName
{
border-color: #31A03A;
}
.TagClassName
{
border-color: #31A03A;
}
</style>