Shades of Fruit Salad #49AB3A
Tints of Fruit Salad #49AB3A
RGB
CMYK
RGB Variations
Color information
#49AB3A (or 0x49AB3A) is known color: Fruit Salad. HEX triplet: 49, AB and 3A. RGB value is (73,171,58). Sum of RGB (Red+Green+Blue) = 73+171+58=302 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.17% from 302); Green value is 171 (67.19% from 255 or 56.62% from 302); Blue value is 58 (23.05% from 255 or 19.21% from 302); Max value from RGB is 171 - color contains mainly: green. Hex color #49AB3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49AB3A is #B654C5. Grayscale: #818181. Windows color (decimal): -11949254 or 3844937. OLE color: 3844937.
HSL color Cylindrical-coordinate representation of color #49AB3A: hue angle of 112.04º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49AB3A is Cyan = 0.57, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 171 | 58 | - |
| CMYK | 0.57 | 0 | 0.66 | 0.33 |
| HSL | 112.04º | 0.49% | 0.45% | - |
| HSV(B) | 112.04º | 0.66% | 0.67% | - |
| XYZ | 18.07 | 30.85 | 9 | - |
| YUV | 128.82 | 88.03 | 88.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 171 | 58 | 0.57 | 0 | 0.66 | 0.33 | 112.04 | 0.49 | 0.45 |
| Hex | 49 | AB | 3A | 39 | 0 | 42 | 21 | 70 | 31 | 2D |
| Octal | 111 | 253 | 72 | 71 | 0 | 102 | 41 | 160 | 61 | 55 |
| Binary | 1001001 | 10101011 | 111010 | 111001 | 0 | 1000010 | 100001 | 1110000 | 110001 | 101101 |
Color Harmonies of #49AB3A
Complementary color
Monochromatic Colors of #49AB3A
Black with #49AB3A
Text Example
Text Example
White with #49AB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AB3A; }
p { color: rgb(73,171,58); }
H1.HeaderClassName
{
color: #49AB3A;
}
.AnyTagClassName
{
color: #49AB3A;
}
</style>
background-color css
<style>
a { background-color: #49AB3A; }
a { background-color: rgb(73,171,58); }
div.DivClassName
{
background-color: #49AB3A;
}
.BgClassName
{
background-color: #49AB3A;
}
</style>
border-color css
<style>
span { border-color: #49AB3A; }
span { border-color: rgb(73,171,58); }
td.TdClassName
{
border-color: #49AB3A;
}
.TagClassName
{
border-color: #49AB3A;
}
</style>