Shades of Fruit Salad #31A43B
Tints of Fruit Salad #31A43B
RGB
CMYK
RGB Variations
Color information
#31A43B (or 0x31A43B) is known color: Fruit Salad. HEX triplet: 31, A4 and 3B. RGB value is (49,164,59). Sum of RGB (Red+Green+Blue) = 49+164+59=272 (36% of max value = 765). Red value is 49 (19.53% from 255 or 18.01% from 272); Green value is 164 (64.45% from 255 or 60.29% from 272); Blue value is 59 (23.44% from 255 or 21.69% from 272); Max value from RGB is 164 - color contains mainly: green. Hex color #31A43B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31A43B is #CE5BC4. Grayscale: #757575. Windows color (decimal): -13523909 or 3908657. OLE color: 3908657.
HSL color Cylindrical-coordinate representation of color #31A43B: hue angle of 125.22º 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 #31A43B is Cyan = 0.70, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 49 | 164 | 59 | - |
| CMYK | 0.70 | 0 | 0.64 | 0.36 |
| HSL | 125.22º | 0.54% | 0.42% | - |
| HSV(B) | 125.22º | 0.7% | 0.64% | - |
| XYZ | 15.33 | 27.52 | 8.64 | - |
| YUV | 117.65 | 94.9 | 79.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 164 | 59 | 0.70 | 0 | 0.64 | 0.36 | 125.22 | 0.54 | 0.42 |
| Hex | 31 | A4 | 3B | 46 | 0 | 40 | 24 | 7D | 36 | 2A |
| Octal | 61 | 244 | 73 | 106 | 0 | 100 | 44 | 175 | 66 | 52 |
| Binary | 110001 | 10100100 | 111011 | 1000110 | 0 | 1000000 | 100100 | 1111101 | 110110 | 101010 |
Color Harmonies of #31A43B
Complementary color
Monochromatic Colors of #31A43B
Black with #31A43B
Text Example
Text Example
White with #31A43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A43B; }
p { color: rgb(49,164,59); }
H1.HeaderClassName
{
color: #31A43B;
}
.AnyTagClassName
{
color: #31A43B;
}
</style>
background-color css
<style>
a { background-color: #31A43B; }
a { background-color: rgb(49,164,59); }
div.DivClassName
{
background-color: #31A43B;
}
.BgClassName
{
background-color: #31A43B;
}
</style>
border-color css
<style>
span { border-color: #31A43B; }
span { border-color: rgb(49,164,59); }
td.TdClassName
{
border-color: #31A43B;
}
.TagClassName
{
border-color: #31A43B;
}
</style>