Shades of Fruit Salad #31A53B
Tints of Fruit Salad #31A53B
RGB
CMYK
RGB Variations
Color information
#31A53B (or 0x31A53B) is known color: Fruit Salad. HEX triplet: 31, A5 and 3B. RGB value is (49,165,59). Sum of RGB (Red+Green+Blue) = 49+165+59=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 165 (64.84% from 255 or 60.44% from 273); Blue value is 59 (23.44% from 255 or 21.61% from 273); Max value from RGB is 165 - color contains mainly: green. Hex color #31A53B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31A53B is #CE5AC4. Grayscale: #767676. Windows color (decimal): -13523653 or 3908913. OLE color: 3908913.
HSL color Cylindrical-coordinate representation of color #31A53B: hue angle of 125.17º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #31A53B is Cyan = 0.70, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 49 | 165 | 59 | - |
| CMYK | 0.70 | 0 | 0.64 | 0.35 |
| HSL | 125.17º | 0.54% | 0.42% | - |
| HSV(B) | 125.17º | 0.7% | 0.65% | - |
| XYZ | 15.51 | 27.88 | 8.7 | - |
| YUV | 118.23 | 94.57 | 78.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 165 | 59 | 0.70 | 0 | 0.64 | 0.35 | 125.17 | 0.54 | 0.42 |
| Hex | 31 | A5 | 3B | 46 | 0 | 40 | 23 | 7D | 36 | 2A |
| Octal | 61 | 245 | 73 | 106 | 0 | 100 | 43 | 175 | 66 | 52 |
| Binary | 110001 | 10100101 | 111011 | 1000110 | 0 | 1000000 | 100011 | 1111101 | 110110 | 101010 |
Color Harmonies of #31A53B
Complementary color
Monochromatic Colors of #31A53B
Black with #31A53B
Text Example
Text Example
White with #31A53B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A53B; }
p { color: rgb(49,165,59); }
H1.HeaderClassName
{
color: #31A53B;
}
.AnyTagClassName
{
color: #31A53B;
}
</style>
background-color css
<style>
a { background-color: #31A53B; }
a { background-color: rgb(49,165,59); }
div.DivClassName
{
background-color: #31A53B;
}
.BgClassName
{
background-color: #31A53B;
}
</style>
border-color css
<style>
span { border-color: #31A53B; }
span { border-color: rgb(49,165,59); }
td.TdClassName
{
border-color: #31A53B;
}
.TagClassName
{
border-color: #31A53B;
}
</style>