Shades of Fruit Salad #49AC42
Tints of Fruit Salad #49AC42
RGB
CMYK
RGB Variations
Color information
#49AC42 (or 0x49AC42) is known color: Fruit Salad. HEX triplet: 49, AC and 42. RGB value is (73,172,66). Sum of RGB (Red+Green+Blue) = 73+172+66=311 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.47% from 311); Green value is 172 (67.58% from 255 or 55.31% from 311); Blue value is 66 (26.17% from 255 or 21.22% from 311); Max value from RGB is 172 - color contains mainly: green. Hex color #49AC42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49AC42 is #B653BD. Grayscale: #828282. Windows color (decimal): -11948990 or 4369481. OLE color: 4369481.
HSL color Cylindrical-coordinate representation of color #49AC42: hue angle of 116.04º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49AC42 is Cyan = 0.58, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 172 | 66 | - |
| CMYK | 0.58 | 0 | 0.62 | 0.33 |
| HSL | 116.04º | 0.45% | 0.47% | - |
| HSV(B) | 116.04º | 0.62% | 0.67% | - |
| XYZ | 18.48 | 31.31 | 10.22 | - |
| YUV | 130.32 | 91.7 | 87.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 172 | 66 | 0.58 | 0 | 0.62 | 0.33 | 116.04 | 0.45 | 0.47 |
| Hex | 49 | AC | 42 | 3A | 0 | 3E | 21 | 74 | 2D | 2F |
| Octal | 111 | 254 | 102 | 72 | 0 | 76 | 41 | 164 | 55 | 57 |
| Binary | 1001001 | 10101100 | 1000010 | 111010 | 0 | 111110 | 100001 | 1110100 | 101101 | 101111 |
Color Harmonies of #49AC42
Complementary color
Monochromatic Colors of #49AC42
Black with #49AC42
Text Example
Text Example
White with #49AC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AC42; }
p { color: rgb(73,172,66); }
H1.HeaderClassName
{
color: #49AC42;
}
.AnyTagClassName
{
color: #49AC42;
}
</style>
background-color css
<style>
a { background-color: #49AC42; }
a { background-color: rgb(73,172,66); }
div.DivClassName
{
background-color: #49AC42;
}
.BgClassName
{
background-color: #49AC42;
}
</style>
border-color css
<style>
span { border-color: #49AC42; }
span { border-color: rgb(73,172,66); }
td.TdClassName
{
border-color: #49AC42;
}
.TagClassName
{
border-color: #49AC42;
}
</style>