Shades of Fruit Salad #31A43C
Tints of Fruit Salad #31A43C
RGB
CMYK
RGB Variations
Color information
#31A43C (or 0x31A43C) is known color: Fruit Salad. HEX triplet: 31, A4 and 3C. RGB value is (49,164,60). Sum of RGB (Red+Green+Blue) = 49+164+60=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 164 (64.45% from 255 or 60.07% from 273); Blue value is 60 (23.83% from 255 or 21.98% from 273); Max value from RGB is 164 - color contains mainly: green. Hex color #31A43C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31A43C is #CE5BC3. Grayscale: #767676. Windows color (decimal): -13523908 or 3974193. OLE color: 3974193.
HSL color Cylindrical-coordinate representation of color #31A43C: hue angle of 125.74º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #31A43C is Cyan = 0.70, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 49 | 164 | 60 | - |
| CMYK | 0.70 | 0 | 0.63 | 0.36 |
| HSL | 125.74º | 0.54% | 0.42% | - |
| HSV(B) | 125.74º | 0.7% | 0.64% | - |
| XYZ | 15.36 | 27.53 | 8.78 | - |
| YUV | 117.76 | 95.4 | 78.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 164 | 60 | 0.70 | 0 | 0.63 | 0.36 | 125.74 | 0.54 | 0.42 |
| Hex | 31 | A4 | 3C | 46 | 0 | 3F | 24 | 7E | 36 | 2A |
| Octal | 61 | 244 | 74 | 106 | 0 | 77 | 44 | 176 | 66 | 52 |
| Binary | 110001 | 10100100 | 111100 | 1000110 | 0 | 111111 | 100100 | 1111110 | 110110 | 101010 |
Color Harmonies of #31A43C
Complementary color
Monochromatic Colors of #31A43C
Black with #31A43C
Text Example
Text Example
White with #31A43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A43C; }
p { color: rgb(49,164,60); }
H1.HeaderClassName
{
color: #31A43C;
}
.AnyTagClassName
{
color: #31A43C;
}
</style>
background-color css
<style>
a { background-color: #31A43C; }
a { background-color: rgb(49,164,60); }
div.DivClassName
{
background-color: #31A43C;
}
.BgClassName
{
background-color: #31A43C;
}
</style>
border-color css
<style>
span { border-color: #31A43C; }
span { border-color: rgb(49,164,60); }
td.TdClassName
{
border-color: #31A43C;
}
.TagClassName
{
border-color: #31A43C;
}
</style>