Shades of Fruit Salad #31A33D
Tints of Fruit Salad #31A33D
RGB
CMYK
RGB Variations
Color information
#31A33D (or 0x31A33D) is known color: Fruit Salad. HEX triplet: 31, A3 and 3D. RGB value is (49,163,61). Sum of RGB (Red+Green+Blue) = 49+163+61=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 163 (64.06% from 255 or 59.71% from 273); Blue value is 61 (24.22% from 255 or 22.34% from 273); Max value from RGB is 163 - color contains mainly: green. Hex color #31A33D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31A33D is #CE5CC2. Grayscale: #757575. Windows color (decimal): -13524163 or 4039473. OLE color: 4039473.
HSL color Cylindrical-coordinate representation of color #31A33D: hue angle of 126.32º 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 #31A33D is Cyan = 0.70, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 49 | 163 | 61 | - |
| CMYK | 0.70 | 0 | 0.63 | 0.36 |
| HSL | 126.32º | 0.54% | 0.42% | - |
| HSV(B) | 126.32º | 0.7% | 0.64% | - |
| XYZ | 15.21 | 27.18 | 8.86 | - |
| YUV | 117.29 | 96.23 | 79.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 163 | 61 | 0.70 | 0 | 0.63 | 0.36 | 126.32 | 0.54 | 0.42 |
| Hex | 31 | A3 | 3D | 46 | 0 | 3F | 24 | 7E | 36 | 2A |
| Octal | 61 | 243 | 75 | 106 | 0 | 77 | 44 | 176 | 66 | 52 |
| Binary | 110001 | 10100011 | 111101 | 1000110 | 0 | 111111 | 100100 | 1111110 | 110110 | 101010 |
Color Harmonies of #31A33D
Complementary color
Monochromatic Colors of #31A33D
Black with #31A33D
Text Example
Text Example
White with #31A33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A33D; }
p { color: rgb(49,163,61); }
H1.HeaderClassName
{
color: #31A33D;
}
.AnyTagClassName
{
color: #31A33D;
}
</style>
background-color css
<style>
a { background-color: #31A33D; }
a { background-color: rgb(49,163,61); }
div.DivClassName
{
background-color: #31A33D;
}
.BgClassName
{
background-color: #31A33D;
}
</style>
border-color css
<style>
span { border-color: #31A33D; }
span { border-color: rgb(49,163,61); }
td.TdClassName
{
border-color: #31A33D;
}
.TagClassName
{
border-color: #31A33D;
}
</style>