Shades of Fruit Salad #49AC3E
Tints of Fruit Salad #49AC3E
RGB
CMYK
RGB Variations
Color information
#49AC3E (or 0x49AC3E) is known color: Fruit Salad. HEX triplet: 49, AC and 3E. RGB value is (73,172,62). Sum of RGB (Red+Green+Blue) = 73+172+62=307 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.78% from 307); Green value is 172 (67.58% from 255 or 56.03% from 307); Blue value is 62 (24.61% from 255 or 20.20% from 307); Max value from RGB is 172 - color contains mainly: green. Hex color #49AC3E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49AC3E is #B653C1. Grayscale: #828282. Windows color (decimal): -11948994 or 4107337. OLE color: 4107337.
HSL color Cylindrical-coordinate representation of color #49AC3E: hue angle of 114º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49AC3E is Cyan = 0.58, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 172 | 62 | - |
| CMYK | 0.58 | 0 | 0.64 | 0.33 |
| HSL | 114º | 0.47% | 0.46% | - |
| HSV(B) | 114º | 0.64% | 0.67% | - |
| XYZ | 18.37 | 31.27 | 9.62 | - |
| YUV | 129.86 | 89.7 | 87.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 172 | 62 | 0.58 | 0 | 0.64 | 0.33 | 114 | 0.47 | 0.46 |
| Hex | 49 | AC | 3E | 3A | 0 | 40 | 21 | 72 | 2F | 2E |
| Octal | 111 | 254 | 76 | 72 | 0 | 100 | 41 | 162 | 57 | 56 |
| Binary | 1001001 | 10101100 | 111110 | 111010 | 0 | 1000000 | 100001 | 1110010 | 101111 | 101110 |
Color Harmonies of #49AC3E
Complementary color
Monochromatic Colors of #49AC3E
Black with #49AC3E
Text Example
Text Example
White with #49AC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AC3E; }
p { color: rgb(73,172,62); }
H1.HeaderClassName
{
color: #49AC3E;
}
.AnyTagClassName
{
color: #49AC3E;
}
</style>
background-color css
<style>
a { background-color: #49AC3E; }
a { background-color: rgb(73,172,62); }
div.DivClassName
{
background-color: #49AC3E;
}
.BgClassName
{
background-color: #49AC3E;
}
</style>
border-color css
<style>
span { border-color: #49AC3E; }
span { border-color: rgb(73,172,62); }
td.TdClassName
{
border-color: #49AC3E;
}
.TagClassName
{
border-color: #49AC3E;
}
</style>