Shades of Fruit Salad #31AA42
Tints of Fruit Salad #31AA42
RGB
CMYK
RGB Variations
Color information
#31AA42 (or 0x31AA42) is known color: Fruit Salad. HEX triplet: 31, AA and 42. RGB value is (49,170,66). Sum of RGB (Red+Green+Blue) = 49+170+66=285 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.19% from 285); Green value is 170 (66.80% from 255 or 59.65% from 285); Blue value is 66 (26.17% from 255 or 23.16% from 285); Max value from RGB is 170 - color contains mainly: green. Hex color #31AA42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31AA42 is #CE55BD. Grayscale: #7A7A7A. Windows color (decimal): -13522366 or 4368945. OLE color: 4368945.
HSL color Cylindrical-coordinate representation of color #31AA42: hue angle of 128.43º 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 #31AA42 is Cyan = 0.71, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 170 | 66 | - |
| CMYK | 0.71 | 0 | 0.61 | 0.33 |
| HSL | 128.43º | 0.55% | 0.43% | - |
| HSV(B) | 128.43º | 0.71% | 0.67% | - |
| XYZ | 16.62 | 29.8 | 10.03 | - |
| YUV | 121.97 | 96.41 | 75.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 170 | 66 | 0.71 | 0 | 0.61 | 0.33 | 128.43 | 0.55 | 0.43 |
| Hex | 31 | AA | 42 | 47 | 0 | 3D | 21 | 80 | 37 | 2B |
| Octal | 61 | 252 | 102 | 107 | 0 | 75 | 41 | 200 | 67 | 53 |
| Binary | 110001 | 10101010 | 1000010 | 1000111 | 0 | 111101 | 100001 | 10000000 | 110111 | 101011 |
Color Harmonies of #31AA42
Complementary color
Monochromatic Colors of #31AA42
Black with #31AA42
Text Example
Text Example
White with #31AA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AA42; }
p { color: rgb(49,170,66); }
H1.HeaderClassName
{
color: #31AA42;
}
.AnyTagClassName
{
color: #31AA42;
}
</style>
background-color css
<style>
a { background-color: #31AA42; }
a { background-color: rgb(49,170,66); }
div.DivClassName
{
background-color: #31AA42;
}
.BgClassName
{
background-color: #31AA42;
}
</style>
border-color css
<style>
span { border-color: #31AA42; }
span { border-color: rgb(49,170,66); }
td.TdClassName
{
border-color: #31AA42;
}
.TagClassName
{
border-color: #31AA42;
}
</style>