Shades of Fruit Salad #539C47
Tints of Fruit Salad #539C47
RGB
CMYK
RGB Variations
Color information
#539C47 (or 0x539C47) is known color: Fruit Salad. HEX triplet: 53, 9C and 47. RGB value is (83,156,71). Sum of RGB (Red+Green+Blue) = 83+156+71=310 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.77% from 310); Green value is 156 (61.33% from 255 or 50.32% from 310); Blue value is 71 (28.12% from 255 or 22.90% from 310); Max value from RGB is 156 - color contains mainly: green. Hex color #539C47 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #539C47 is #AC63B8. Grayscale: #7C7C7C. Windows color (decimal): -11297721 or 4693075. OLE color: 4693075.
HSL color Cylindrical-coordinate representation of color #539C47: hue angle of 111.53º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #539C47 is Cyan = 0.47, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 83 | 156 | 71 | - |
| CMYK | 0.47 | 0 | 0.54 | 0.39 |
| HSL | 111.53º | 0.37% | 0.45% | - |
| HSV(B) | 111.53º | 0.54% | 0.61% | - |
| XYZ | 16.59 | 26.07 | 10.12 | - |
| YUV | 124.48 | 97.82 | 98.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 156 | 71 | 0.47 | 0 | 0.54 | 0.39 | 111.53 | 0.37 | 0.45 |
| Hex | 53 | 9C | 47 | 2F | 0 | 36 | 27 | 70 | 25 | 2D |
| Octal | 123 | 234 | 107 | 57 | 0 | 66 | 47 | 160 | 45 | 55 |
| Binary | 1010011 | 10011100 | 1000111 | 101111 | 0 | 110110 | 100111 | 1110000 | 100101 | 101101 |
Color Harmonies of #539C47
Complementary color
Monochromatic Colors of #539C47
Black with #539C47
Text Example
Text Example
White with #539C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539C47; }
p { color: rgb(83,156,71); }
H1.HeaderClassName
{
color: #539C47;
}
.AnyTagClassName
{
color: #539C47;
}
</style>
background-color css
<style>
a { background-color: #539C47; }
a { background-color: rgb(83,156,71); }
div.DivClassName
{
background-color: #539C47;
}
.BgClassName
{
background-color: #539C47;
}
</style>
border-color css
<style>
span { border-color: #539C47; }
span { border-color: rgb(83,156,71); }
td.TdClassName
{
border-color: #539C47;
}
.TagClassName
{
border-color: #539C47;
}
</style>