Shades of Fruit Salad #49AF49
Tints of Fruit Salad #49AF49
RGB
CMYK
RGB Variations
Color information
#49AF49 (or 0x49AF49) is known color: Fruit Salad. HEX triplet: 49, AF and 49. RGB value is (73,175,73). Sum of RGB (Red+Green+Blue) = 73+175+73=321 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.74% from 321); Green value is 175 (68.75% from 255 or 54.52% from 321); Blue value is 73 (28.91% from 255 or 22.74% from 321); Max value from RGB is 175 - color contains mainly: green. Hex color #49AF49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49AF49 is #B650B6. Grayscale: #858585. Windows color (decimal): -11948215 or 4829001. OLE color: 4829001.
HSL color Cylindrical-coordinate representation of color #49AF49: hue angle of 120º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49AF49 is Cyan = 0.58, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 73 | 175 | 73 | - |
| CMYK | 0.58 | 0 | 0.58 | 0.31 |
| HSL | 120º | 0.41% | 0.49% | - |
| HSV(B) | 120º | 0.58% | 0.69% | - |
| XYZ | 19.28 | 32.56 | 11.57 | - |
| YUV | 132.87 | 94.21 | 85.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 175 | 73 | 0.58 | 0 | 0.58 | 0.31 | 120 | 0.41 | 0.49 |
| Hex | 49 | AF | 49 | 3A | 0 | 3A | 1F | 78 | 29 | 31 |
| Octal | 111 | 257 | 111 | 72 | 0 | 72 | 37 | 170 | 51 | 61 |
| Binary | 1001001 | 10101111 | 1001001 | 111010 | 0 | 111010 | 11111 | 1111000 | 101001 | 110001 |
Color Harmonies of #49AF49
Complementary color
Monochromatic Colors of #49AF49
Black with #49AF49
Text Example
Text Example
White with #49AF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AF49; }
p { color: rgb(73,175,73); }
H1.HeaderClassName
{
color: #49AF49;
}
.AnyTagClassName
{
color: #49AF49;
}
</style>
background-color css
<style>
a { background-color: #49AF49; }
a { background-color: rgb(73,175,73); }
div.DivClassName
{
background-color: #49AF49;
}
.BgClassName
{
background-color: #49AF49;
}
</style>
border-color css
<style>
span { border-color: #49AF49; }
span { border-color: rgb(73,175,73); }
td.TdClassName
{
border-color: #49AF49;
}
.TagClassName
{
border-color: #49AF49;
}
</style>