Shades of Fruit Salad #49AF37
Tints of Fruit Salad #49AF37
RGB
CMYK
RGB Variations
Color information
#49AF37 (or 0x49AF37) is known color: Fruit Salad. HEX triplet: 49, AF and 37. RGB value is (73,175,55). Sum of RGB (Red+Green+Blue) = 73+175+55=303 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.09% from 303); Green value is 175 (68.75% from 255 or 57.76% from 303); Blue value is 55 (21.88% from 255 or 18.15% from 303); Max value from RGB is 175 - color contains mainly: green. Hex color #49AF37 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49AF37 is #B650C8. Grayscale: #838383. Windows color (decimal): -11948233 or 3649353. OLE color: 3649353.
HSL color Cylindrical-coordinate representation of color #49AF37: hue angle of 111º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49AF37 is Cyan = 0.58, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 73 | 175 | 55 | - |
| CMYK | 0.58 | 0 | 0.69 | 0.31 |
| HSL | 111º | 0.52% | 0.45% | - |
| HSV(B) | 111º | 0.69% | 0.69% | - |
| XYZ | 18.77 | 32.35 | 8.87 | - |
| YUV | 130.82 | 85.21 | 86.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 175 | 55 | 0.58 | 0 | 0.69 | 0.31 | 111 | 0.52 | 0.45 |
| Hex | 49 | AF | 37 | 3A | 0 | 45 | 1F | 6F | 34 | 2D |
| Octal | 111 | 257 | 67 | 72 | 0 | 105 | 37 | 157 | 64 | 55 |
| Binary | 1001001 | 10101111 | 110111 | 111010 | 0 | 1000101 | 11111 | 1101111 | 110100 | 101101 |
Color Harmonies of #49AF37
Complementary color
Monochromatic Colors of #49AF37
Black with #49AF37
Text Example
Text Example
White with #49AF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AF37; }
p { color: rgb(73,175,55); }
H1.HeaderClassName
{
color: #49AF37;
}
.AnyTagClassName
{
color: #49AF37;
}
</style>
background-color css
<style>
a { background-color: #49AF37; }
a { background-color: rgb(73,175,55); }
div.DivClassName
{
background-color: #49AF37;
}
.BgClassName
{
background-color: #49AF37;
}
</style>
border-color css
<style>
span { border-color: #49AF37; }
span { border-color: rgb(73,175,55); }
td.TdClassName
{
border-color: #49AF37;
}
.TagClassName
{
border-color: #49AF37;
}
</style>