Shades of Fruit Salad #49A93E
Tints of Fruit Salad #49A93E
RGB
CMYK
RGB Variations
Color information
#49A93E (or 0x49A93E) is known color: Fruit Salad. HEX triplet: 49, A9 and 3E. RGB value is (73,169,62). Sum of RGB (Red+Green+Blue) = 73+169+62=304 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.01% from 304); Green value is 169 (66.41% from 255 or 55.59% from 304); Blue value is 62 (24.61% from 255 or 20.39% from 304); Max value from RGB is 169 - color contains mainly: green. Hex color #49A93E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49A93E is #B656C1. Grayscale: #808080. Windows color (decimal): -11949762 or 4106569. OLE color: 4106569.
HSL color Cylindrical-coordinate representation of color #49A93E: hue angle of 113.83º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49A93E is Cyan = 0.57, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 73 | 169 | 62 | - |
| CMYK | 0.57 | 0 | 0.63 | 0.34 |
| HSL | 113.83º | 0.46% | 0.45% | - |
| HSV(B) | 113.83º | 0.63% | 0.66% | - |
| XYZ | 17.81 | 30.14 | 9.44 | - |
| YUV | 128.1 | 90.7 | 88.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 169 | 62 | 0.57 | 0 | 0.63 | 0.34 | 113.83 | 0.46 | 0.45 |
| Hex | 49 | A9 | 3E | 39 | 0 | 3F | 22 | 72 | 2E | 2D |
| Octal | 111 | 251 | 76 | 71 | 0 | 77 | 42 | 162 | 56 | 55 |
| Binary | 1001001 | 10101001 | 111110 | 111001 | 0 | 111111 | 100010 | 1110010 | 101110 | 101101 |
Color Harmonies of #49A93E
Complementary color
Monochromatic Colors of #49A93E
Black with #49A93E
Text Example
Text Example
White with #49A93E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A93E; }
p { color: rgb(73,169,62); }
H1.HeaderClassName
{
color: #49A93E;
}
.AnyTagClassName
{
color: #49A93E;
}
</style>
background-color css
<style>
a { background-color: #49A93E; }
a { background-color: rgb(73,169,62); }
div.DivClassName
{
background-color: #49A93E;
}
.BgClassName
{
background-color: #49A93E;
}
</style>
border-color css
<style>
span { border-color: #49A93E; }
span { border-color: rgb(73,169,62); }
td.TdClassName
{
border-color: #49A93E;
}
.TagClassName
{
border-color: #49A93E;
}
</style>