Shades of Fruit Salad #49A752
Tints of Fruit Salad #49A752
RGB
CMYK
RGB Variations
Color information
#49A752 (or 0x49A752) is known color: Fruit Salad. HEX triplet: 49, A7 and 52. RGB value is (73,167,82). Sum of RGB (Red+Green+Blue) = 73+167+82=322 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.67% from 322); Green value is 167 (65.62% from 255 or 51.86% from 322); Blue value is 82 (32.42% from 255 or 25.47% from 322); Max value from RGB is 167 - color contains mainly: green. Hex color #49A752 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A752 is #B658AD. Grayscale: #818181. Windows color (decimal): -11950254 or 5416777. OLE color: 5416777.
HSL color Cylindrical-coordinate representation of color #49A752: hue angle of 125.74º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #49A752 is Cyan = 0.56, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 73 | 167 | 82 | - |
| CMYK | 0.56 | 0 | 0.51 | 0.35 |
| HSL | 125.74º | 0.39% | 0.47% | - |
| HSV(B) | 125.74º | 0.56% | 0.65% | - |
| XYZ | 18.09 | 29.66 | 12.75 | - |
| YUV | 129.2 | 101.36 | 87.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 167 | 82 | 0.56 | 0 | 0.51 | 0.35 | 125.74 | 0.39 | 0.47 |
| Hex | 49 | A7 | 52 | 38 | 0 | 33 | 23 | 7E | 27 | 2F |
| Octal | 111 | 247 | 122 | 70 | 0 | 63 | 43 | 176 | 47 | 57 |
| Binary | 1001001 | 10100111 | 1010010 | 111000 | 0 | 110011 | 100011 | 1111110 | 100111 | 101111 |
Color Harmonies of #49A752
Complementary color
Monochromatic Colors of #49A752
Black with #49A752
Text Example
Text Example
White with #49A752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A752; }
p { color: rgb(73,167,82); }
H1.HeaderClassName
{
color: #49A752;
}
.AnyTagClassName
{
color: #49A752;
}
</style>
background-color css
<style>
a { background-color: #49A752; }
a { background-color: rgb(73,167,82); }
div.DivClassName
{
background-color: #49A752;
}
.BgClassName
{
background-color: #49A752;
}
</style>
border-color css
<style>
span { border-color: #49A752; }
span { border-color: rgb(73,167,82); }
td.TdClassName
{
border-color: #49A752;
}
.TagClassName
{
border-color: #49A752;
}
</style>