Shades of Fruit Salad #539C48
Tints of Fruit Salad #539C48
RGB
CMYK
RGB Variations
Color information
#539C48 (or 0x539C48) is known color: Fruit Salad. HEX triplet: 53, 9C and 48. RGB value is (83,156,72). Sum of RGB (Red+Green+Blue) = 83+156+72=311 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.69% from 311); Green value is 156 (61.33% from 255 or 50.16% from 311); Blue value is 72 (28.52% from 255 or 23.15% from 311); Max value from RGB is 156 - color contains mainly: green. Hex color #539C48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #539C48 is #AC63B7. Grayscale: #7C7C7C. Windows color (decimal): -11297720 or 4758611. OLE color: 4758611.
HSL color Cylindrical-coordinate representation of color #539C48: hue angle of 112.14º 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 #539C48 is Cyan = 0.47, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 83 | 156 | 72 | - |
| CMYK | 0.47 | 0 | 0.54 | 0.39 |
| HSL | 112.14º | 0.37% | 0.45% | - |
| HSV(B) | 112.14º | 0.54% | 0.61% | - |
| XYZ | 16.63 | 26.08 | 10.29 | - |
| YUV | 124.6 | 98.32 | 98.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 156 | 72 | 0.47 | 0 | 0.54 | 0.39 | 112.14 | 0.37 | 0.45 |
| Hex | 53 | 9C | 48 | 2F | 0 | 36 | 27 | 70 | 25 | 2D |
| Octal | 123 | 234 | 110 | 57 | 0 | 66 | 47 | 160 | 45 | 55 |
| Binary | 1010011 | 10011100 | 1001000 | 101111 | 0 | 110110 | 100111 | 1110000 | 100101 | 101101 |
Color Harmonies of #539C48
Complementary color
Monochromatic Colors of #539C48
Black with #539C48
Text Example
Text Example
White with #539C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539C48; }
p { color: rgb(83,156,72); }
H1.HeaderClassName
{
color: #539C48;
}
.AnyTagClassName
{
color: #539C48;
}
</style>
background-color css
<style>
a { background-color: #539C48; }
a { background-color: rgb(83,156,72); }
div.DivClassName
{
background-color: #539C48;
}
.BgClassName
{
background-color: #539C48;
}
</style>
border-color css
<style>
span { border-color: #539C48; }
span { border-color: rgb(83,156,72); }
td.TdClassName
{
border-color: #539C48;
}
.TagClassName
{
border-color: #539C48;
}
</style>