Shades of Fruit Salad #31A03D
Tints of Fruit Salad #31A03D
RGB
CMYK
RGB Variations
Color information
#31A03D (or 0x31A03D) is known color: Fruit Salad. HEX triplet: 31, A0 and 3D. RGB value is (49,160,61). Sum of RGB (Red+Green+Blue) = 49+160+61=270 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.15% from 270); Green value is 160 (62.89% from 255 or 59.26% from 270); Blue value is 61 (24.22% from 255 or 22.59% from 270); Max value from RGB is 160 - color contains mainly: green. Hex color #31A03D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31A03D is #CE5FC2. Grayscale: #737373. Windows color (decimal): -13524931 or 4038705. OLE color: 4038705.
HSL color Cylindrical-coordinate representation of color #31A03D: hue angle of 126.49º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #31A03D is Cyan = 0.69, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 49 | 160 | 61 | - |
| CMYK | 0.69 | 0 | 0.62 | 0.37 |
| HSL | 126.49º | 0.53% | 0.41% | - |
| HSV(B) | 126.49º | 0.69% | 0.63% | - |
| XYZ | 14.68 | 26.13 | 8.69 | - |
| YUV | 115.53 | 97.23 | 80.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 160 | 61 | 0.69 | 0 | 0.62 | 0.37 | 126.49 | 0.53 | 0.41 |
| Hex | 31 | A0 | 3D | 45 | 0 | 3E | 25 | 7E | 35 | 29 |
| Octal | 61 | 240 | 75 | 105 | 0 | 76 | 45 | 176 | 65 | 51 |
| Binary | 110001 | 10100000 | 111101 | 1000101 | 0 | 111110 | 100101 | 1111110 | 110101 | 101001 |
Color Harmonies of #31A03D
Complementary color
Monochromatic Colors of #31A03D
Black with #31A03D
Text Example
Text Example
White with #31A03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A03D; }
p { color: rgb(49,160,61); }
H1.HeaderClassName
{
color: #31A03D;
}
.AnyTagClassName
{
color: #31A03D;
}
</style>
background-color css
<style>
a { background-color: #31A03D; }
a { background-color: rgb(49,160,61); }
div.DivClassName
{
background-color: #31A03D;
}
.BgClassName
{
background-color: #31A03D;
}
</style>
border-color css
<style>
span { border-color: #31A03D; }
span { border-color: rgb(49,160,61); }
td.TdClassName
{
border-color: #31A03D;
}
.TagClassName
{
border-color: #31A03D;
}
</style>