Shades of Fruit Salad #31AA3C
Tints of Fruit Salad #31AA3C
RGB
CMYK
RGB Variations
Color information
#31AA3C (or 0x31AA3C) is known color: Fruit Salad. HEX triplet: 31, AA and 3C. RGB value is (49,170,60). Sum of RGB (Red+Green+Blue) = 49+170+60=279 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.56% from 279); Green value is 170 (66.80% from 255 or 60.93% from 279); Blue value is 60 (23.83% from 255 or 21.51% from 279); Max value from RGB is 170 - color contains mainly: green. Hex color #31AA3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31AA3C is #CE55C3. Grayscale: #797979. Windows color (decimal): -13522372 or 3975729. OLE color: 3975729.
HSL color Cylindrical-coordinate representation of color #31AA3C: hue angle of 125.45º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #31AA3C is Cyan = 0.71, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 170 | 60 | - |
| CMYK | 0.71 | 0 | 0.65 | 0.33 |
| HSL | 125.45º | 0.55% | 0.43% | - |
| HSV(B) | 125.45º | 0.71% | 0.67% | - |
| XYZ | 16.46 | 29.73 | 9.15 | - |
| YUV | 121.28 | 93.41 | 76.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 170 | 60 | 0.71 | 0 | 0.65 | 0.33 | 125.45 | 0.55 | 0.43 |
| Hex | 31 | AA | 3C | 47 | 0 | 41 | 21 | 7D | 37 | 2B |
| Octal | 61 | 252 | 74 | 107 | 0 | 101 | 41 | 175 | 67 | 53 |
| Binary | 110001 | 10101010 | 111100 | 1000111 | 0 | 1000001 | 100001 | 1111101 | 110111 | 101011 |
Color Harmonies of #31AA3C
Complementary color
Monochromatic Colors of #31AA3C
Black with #31AA3C
Text Example
Text Example
White with #31AA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AA3C; }
p { color: rgb(49,170,60); }
H1.HeaderClassName
{
color: #31AA3C;
}
.AnyTagClassName
{
color: #31AA3C;
}
</style>
background-color css
<style>
a { background-color: #31AA3C; }
a { background-color: rgb(49,170,60); }
div.DivClassName
{
background-color: #31AA3C;
}
.BgClassName
{
background-color: #31AA3C;
}
</style>
border-color css
<style>
span { border-color: #31AA3C; }
span { border-color: rgb(49,170,60); }
td.TdClassName
{
border-color: #31AA3C;
}
.TagClassName
{
border-color: #31AA3C;
}
</style>