Shades of Fruit Salad #49AC3C
Tints of Fruit Salad #49AC3C
RGB
CMYK
RGB Variations
Color information
#49AC3C (or 0x49AC3C) is known color: Fruit Salad. HEX triplet: 49, AC and 3C. RGB value is (73,172,60). Sum of RGB (Red+Green+Blue) = 73+172+60=305 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.93% from 305); Green value is 172 (67.58% from 255 or 56.39% from 305); Blue value is 60 (23.83% from 255 or 19.67% from 305); Max value from RGB is 172 - color contains mainly: green. Hex color #49AC3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49AC3C is #B653C3. Grayscale: #818181. Windows color (decimal): -11948996 or 3976265. OLE color: 3976265.
HSL color Cylindrical-coordinate representation of color #49AC3C: hue angle of 113.04º 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 #49AC3C is Cyan = 0.58, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 172 | 60 | - |
| CMYK | 0.58 | 0 | 0.65 | 0.33 |
| HSL | 113.04º | 0.48% | 0.45% | - |
| HSV(B) | 113.04º | 0.65% | 0.67% | - |
| XYZ | 18.32 | 31.25 | 9.34 | - |
| YUV | 129.63 | 88.7 | 87.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 172 | 60 | 0.58 | 0 | 0.65 | 0.33 | 113.04 | 0.48 | 0.45 |
| Hex | 49 | AC | 3C | 3A | 0 | 41 | 21 | 71 | 30 | 2D |
| Octal | 111 | 254 | 74 | 72 | 0 | 101 | 41 | 161 | 60 | 55 |
| Binary | 1001001 | 10101100 | 111100 | 111010 | 0 | 1000001 | 100001 | 1110001 | 110000 | 101101 |
Color Harmonies of #49AC3C
Complementary color
Monochromatic Colors of #49AC3C
Black with #49AC3C
Text Example
Text Example
White with #49AC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AC3C; }
p { color: rgb(73,172,60); }
H1.HeaderClassName
{
color: #49AC3C;
}
.AnyTagClassName
{
color: #49AC3C;
}
</style>
background-color css
<style>
a { background-color: #49AC3C; }
a { background-color: rgb(73,172,60); }
div.DivClassName
{
background-color: #49AC3C;
}
.BgClassName
{
background-color: #49AC3C;
}
</style>
border-color css
<style>
span { border-color: #49AC3C; }
span { border-color: rgb(73,172,60); }
td.TdClassName
{
border-color: #49AC3C;
}
.TagClassName
{
border-color: #49AC3C;
}
</style>