Shades of Fruit Salad #49AF3F
Tints of Fruit Salad #49AF3F
RGB
CMYK
RGB Variations
Color information
#49AF3F (or 0x49AF3F) is known color: Fruit Salad. HEX triplet: 49, AF and 3F. RGB value is (73,175,63). Sum of RGB (Red+Green+Blue) = 73+175+63=311 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.47% from 311); Green value is 175 (68.75% from 255 or 56.27% from 311); Blue value is 63 (25% from 255 or 20.26% from 311); Max value from RGB is 175 - color contains mainly: green. Hex color #49AF3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49AF3F is #B650C0. Grayscale: #848484. Windows color (decimal): -11948225 or 4173641. OLE color: 4173641.
HSL color Cylindrical-coordinate representation of color #49AF3F: hue angle of 114.64º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49AF3F is Cyan = 0.58, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 73 | 175 | 63 | - |
| CMYK | 0.58 | 0 | 0.64 | 0.31 |
| HSL | 114.64º | 0.47% | 0.47% | - |
| HSV(B) | 114.64º | 0.64% | 0.69% | - |
| XYZ | 18.97 | 32.44 | 9.96 | - |
| YUV | 131.73 | 89.21 | 86.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 175 | 63 | 0.58 | 0 | 0.64 | 0.31 | 114.64 | 0.47 | 0.47 |
| Hex | 49 | AF | 3F | 3A | 0 | 40 | 1F | 73 | 2F | 2F |
| Octal | 111 | 257 | 77 | 72 | 0 | 100 | 37 | 163 | 57 | 57 |
| Binary | 1001001 | 10101111 | 111111 | 111010 | 0 | 1000000 | 11111 | 1110011 | 101111 | 101111 |
Color Harmonies of #49AF3F
Complementary color
Monochromatic Colors of #49AF3F
Black with #49AF3F
Text Example
Text Example
White with #49AF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AF3F; }
p { color: rgb(73,175,63); }
H1.HeaderClassName
{
color: #49AF3F;
}
.AnyTagClassName
{
color: #49AF3F;
}
</style>
background-color css
<style>
a { background-color: #49AF3F; }
a { background-color: rgb(73,175,63); }
div.DivClassName
{
background-color: #49AF3F;
}
.BgClassName
{
background-color: #49AF3F;
}
</style>
border-color css
<style>
span { border-color: #49AF3F; }
span { border-color: rgb(73,175,63); }
td.TdClassName
{
border-color: #49AF3F;
}
.TagClassName
{
border-color: #49AF3F;
}
</style>