Shades of Fruit Salad #31A73A
Tints of Fruit Salad #31A73A
RGB
CMYK
RGB Variations
Color information
#31A73A (or 0x31A73A) is known color: Fruit Salad. HEX triplet: 31, A7 and 3A. RGB value is (49,167,58). Sum of RGB (Red+Green+Blue) = 49+167+58=274 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.88% from 274); Green value is 167 (65.62% from 255 or 60.95% from 274); Blue value is 58 (23.05% from 255 or 21.17% from 274); Max value from RGB is 167 - color contains mainly: green. Hex color #31A73A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31A73A is #CE58C5. Grayscale: #777777. Windows color (decimal): -13523142 or 3843889. OLE color: 3843889.
HSL color Cylindrical-coordinate representation of color #31A73A: hue angle of 124.58º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #31A73A is Cyan = 0.71, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 49 | 167 | 58 | - |
| CMYK | 0.71 | 0 | 0.65 | 0.35 |
| HSL | 124.58º | 0.55% | 0.42% | - |
| HSV(B) | 124.58º | 0.71% | 0.65% | - |
| XYZ | 15.85 | 28.6 | 8.69 | - |
| YUV | 119.29 | 93.41 | 77.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 167 | 58 | 0.71 | 0 | 0.65 | 0.35 | 124.58 | 0.55 | 0.42 |
| Hex | 31 | A7 | 3A | 47 | 0 | 41 | 23 | 7D | 37 | 2A |
| Octal | 61 | 247 | 72 | 107 | 0 | 101 | 43 | 175 | 67 | 52 |
| Binary | 110001 | 10100111 | 111010 | 1000111 | 0 | 1000001 | 100011 | 1111101 | 110111 | 101010 |
Color Harmonies of #31A73A
Complementary color
Monochromatic Colors of #31A73A
Black with #31A73A
Text Example
Text Example
White with #31A73A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A73A; }
p { color: rgb(49,167,58); }
H1.HeaderClassName
{
color: #31A73A;
}
.AnyTagClassName
{
color: #31A73A;
}
</style>
background-color css
<style>
a { background-color: #31A73A; }
a { background-color: rgb(49,167,58); }
div.DivClassName
{
background-color: #31A73A;
}
.BgClassName
{
background-color: #31A73A;
}
</style>
border-color css
<style>
span { border-color: #31A73A; }
span { border-color: rgb(49,167,58); }
td.TdClassName
{
border-color: #31A73A;
}
.TagClassName
{
border-color: #31A73A;
}
</style>