Shades of Fruit Salad #539D49
Tints of Fruit Salad #539D49
RGB
CMYK
RGB Variations
Color information
#539D49 (or 0x539D49) is known color: Fruit Salad. HEX triplet: 53, 9D and 49. RGB value is (83,157,73). Sum of RGB (Red+Green+Blue) = 83+157+73=313 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.52% from 313); Green value is 157 (61.72% from 255 or 50.16% from 313); Blue value is 73 (28.91% from 255 or 23.32% from 313); Max value from RGB is 157 - color contains mainly: green. Hex color #539D49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #539D49 is #AC62B6. Grayscale: #7D7D7D. Windows color (decimal): -11297463 or 4824403. OLE color: 4824403.
HSL color Cylindrical-coordinate representation of color #539D49: hue angle of 112.86º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #539D49 is Cyan = 0.47, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 83 | 157 | 73 | - |
| CMYK | 0.47 | 0 | 0.54 | 0.38 |
| HSL | 112.86º | 0.37% | 0.45% | - |
| HSV(B) | 112.86º | 0.54% | 0.62% | - |
| XYZ | 16.83 | 26.43 | 10.52 | - |
| YUV | 125.3 | 98.48 | 97.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 157 | 73 | 0.47 | 0 | 0.54 | 0.38 | 112.86 | 0.37 | 0.45 |
| Hex | 53 | 9D | 49 | 2F | 0 | 36 | 26 | 71 | 25 | 2D |
| Octal | 123 | 235 | 111 | 57 | 0 | 66 | 46 | 161 | 45 | 55 |
| Binary | 1010011 | 10011101 | 1001001 | 101111 | 0 | 110110 | 100110 | 1110001 | 100101 | 101101 |
Color Harmonies of #539D49
Complementary color
Monochromatic Colors of #539D49
Black with #539D49
Text Example
Text Example
White with #539D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539D49; }
p { color: rgb(83,157,73); }
H1.HeaderClassName
{
color: #539D49;
}
.AnyTagClassName
{
color: #539D49;
}
</style>
background-color css
<style>
a { background-color: #539D49; }
a { background-color: rgb(83,157,73); }
div.DivClassName
{
background-color: #539D49;
}
.BgClassName
{
background-color: #539D49;
}
</style>
border-color css
<style>
span { border-color: #539D49; }
span { border-color: rgb(83,157,73); }
td.TdClassName
{
border-color: #539D49;
}
.TagClassName
{
border-color: #539D49;
}
</style>