Shades of Fruit Salad #49AB3C
Tints of Fruit Salad #49AB3C
RGB
CMYK
RGB Variations
Color information
#49AB3C (or 0x49AB3C) is known color: Fruit Salad. HEX triplet: 49, AB and 3C. RGB value is (73,171,60). Sum of RGB (Red+Green+Blue) = 73+171+60=304 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.01% from 304); Green value is 171 (67.19% from 255 or 56.25% from 304); Blue value is 60 (23.83% from 255 or 19.74% from 304); Max value from RGB is 171 - color contains mainly: green. Hex color #49AB3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49AB3C is #B654C3. Grayscale: #818181. Windows color (decimal): -11949252 or 3976009. OLE color: 3976009.
HSL color Cylindrical-coordinate representation of color #49AB3C: hue angle of 112.97º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49AB3C is Cyan = 0.57, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 171 | 60 | - |
| CMYK | 0.57 | 0 | 0.65 | 0.33 |
| HSL | 112.97º | 0.48% | 0.45% | - |
| HSV(B) | 112.97º | 0.65% | 0.67% | - |
| XYZ | 18.13 | 30.87 | 9.28 | - |
| YUV | 129.04 | 89.03 | 88.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 171 | 60 | 0.57 | 0 | 0.65 | 0.33 | 112.97 | 0.48 | 0.45 |
| Hex | 49 | AB | 3C | 39 | 0 | 41 | 21 | 71 | 30 | 2D |
| Octal | 111 | 253 | 74 | 71 | 0 | 101 | 41 | 161 | 60 | 55 |
| Binary | 1001001 | 10101011 | 111100 | 111001 | 0 | 1000001 | 100001 | 1110001 | 110000 | 101101 |
Color Harmonies of #49AB3C
Complementary color
Monochromatic Colors of #49AB3C
Black with #49AB3C
Text Example
Text Example
White with #49AB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AB3C; }
p { color: rgb(73,171,60); }
H1.HeaderClassName
{
color: #49AB3C;
}
.AnyTagClassName
{
color: #49AB3C;
}
</style>
background-color css
<style>
a { background-color: #49AB3C; }
a { background-color: rgb(73,171,60); }
div.DivClassName
{
background-color: #49AB3C;
}
.BgClassName
{
background-color: #49AB3C;
}
</style>
border-color css
<style>
span { border-color: #49AB3C; }
span { border-color: rgb(73,171,60); }
td.TdClassName
{
border-color: #49AB3C;
}
.TagClassName
{
border-color: #49AB3C;
}
</style>