Shades of Fruit Salad #31A439
Tints of Fruit Salad #31A439
RGB
CMYK
RGB Variations
Color information
#31A439 (or 0x31A439) is known color: Fruit Salad. HEX triplet: 31, A4 and 39. RGB value is (49,164,57). Sum of RGB (Red+Green+Blue) = 49+164+57=270 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.15% from 270); Green value is 164 (64.45% from 255 or 60.74% from 270); Blue value is 57 (22.66% from 255 or 21.11% from 270); Max value from RGB is 164 - color contains mainly: green. Hex color #31A439 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31A439 is #CE5BC6. Grayscale: #757575. Windows color (decimal): -13523911 or 3777585. OLE color: 3777585.
HSL color Cylindrical-coordinate representation of color #31A439: hue angle of 124.17º 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 #31A439 is Cyan = 0.70, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 49 | 164 | 57 | - |
| CMYK | 0.70 | 0 | 0.65 | 0.36 |
| HSL | 124.17º | 0.54% | 0.42% | - |
| HSV(B) | 124.17º | 0.7% | 0.64% | - |
| XYZ | 15.28 | 27.5 | 8.37 | - |
| YUV | 117.42 | 93.9 | 79.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 164 | 57 | 0.70 | 0 | 0.65 | 0.36 | 124.17 | 0.54 | 0.42 |
| Hex | 31 | A4 | 39 | 46 | 0 | 41 | 24 | 7C | 36 | 2A |
| Octal | 61 | 244 | 71 | 106 | 0 | 101 | 44 | 174 | 66 | 52 |
| Binary | 110001 | 10100100 | 111001 | 1000110 | 0 | 1000001 | 100100 | 1111100 | 110110 | 101010 |
Color Harmonies of #31A439
Complementary color
Monochromatic Colors of #31A439
Black with #31A439
Text Example
Text Example
White with #31A439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A439; }
p { color: rgb(49,164,57); }
H1.HeaderClassName
{
color: #31A439;
}
.AnyTagClassName
{
color: #31A439;
}
</style>
background-color css
<style>
a { background-color: #31A439; }
a { background-color: rgb(49,164,57); }
div.DivClassName
{
background-color: #31A439;
}
.BgClassName
{
background-color: #31A439;
}
</style>
border-color css
<style>
span { border-color: #31A439; }
span { border-color: rgb(49,164,57); }
td.TdClassName
{
border-color: #31A439;
}
.TagClassName
{
border-color: #31A439;
}
</style>