Shades of Fruit Salad #49B73C
Tints of Fruit Salad #49B73C
RGB
CMYK
RGB Variations
Color information
#49B73C (or 0x49B73C) is known color: Fruit Salad. HEX triplet: 49, B7 and 3C. RGB value is (73,183,60). Sum of RGB (Red+Green+Blue) = 73+183+60=316 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.10% from 316); Green value is 183 (71.88% from 255 or 57.91% from 316); Blue value is 60 (23.83% from 255 or 18.99% from 316); Max value from RGB is 183 - color contains mainly: green. Hex color #49B73C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49B73C is #B648C3. Grayscale: #888888. Windows color (decimal): -11946180 or 3979081. OLE color: 3979081.
HSL color Cylindrical-coordinate representation of color #49B73C: hue angle of 113.66º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49B73C is Cyan = 0.60, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 73 | 183 | 60 | - |
| CMYK | 0.60 | 0 | 0.67 | 0.28 |
| HSL | 113.66º | 0.51% | 0.48% | - |
| HSV(B) | 113.66º | 0.67% | 0.72% | - |
| XYZ | 20.5 | 35.61 | 10.07 | - |
| YUV | 136.09 | 85.06 | 83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 183 | 60 | 0.60 | 0 | 0.67 | 0.28 | 113.66 | 0.51 | 0.48 |
| Hex | 49 | B7 | 3C | 3C | 0 | 43 | 1C | 72 | 33 | 30 |
| Octal | 111 | 267 | 74 | 74 | 0 | 103 | 34 | 162 | 63 | 60 |
| Binary | 1001001 | 10110111 | 111100 | 111100 | 0 | 1000011 | 11100 | 1110010 | 110011 | 110000 |
Color Harmonies of #49B73C
Complementary color
Monochromatic Colors of #49B73C
Black with #49B73C
Text Example
Text Example
White with #49B73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B73C; }
p { color: rgb(73,183,60); }
H1.HeaderClassName
{
color: #49B73C;
}
.AnyTagClassName
{
color: #49B73C;
}
</style>
background-color css
<style>
a { background-color: #49B73C; }
a { background-color: rgb(73,183,60); }
div.DivClassName
{
background-color: #49B73C;
}
.BgClassName
{
background-color: #49B73C;
}
</style>
border-color css
<style>
span { border-color: #49B73C; }
span { border-color: rgb(73,183,60); }
td.TdClassName
{
border-color: #49B73C;
}
.TagClassName
{
border-color: #49B73C;
}
</style>