Shades of Fruit Salad #539256
Tints of Fruit Salad #539256
RGB
CMYK
RGB Variations
Color information
#539256 (or 0x539256) is known color: Fruit Salad. HEX triplet: 53, 92 and 56. RGB value is (83,146,86). Sum of RGB (Red+Green+Blue) = 83+146+86=315 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.35% from 315); Green value is 146 (57.42% from 255 or 46.35% from 315); Blue value is 86 (33.98% from 255 or 27.30% from 315); Max value from RGB is 146 - color contains mainly: green. Hex color #539256 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539256 is #AC6DA9. Grayscale: #787878. Windows color (decimal): -11300266 or 5673555. OLE color: 5673555.
HSL color Cylindrical-coordinate representation of color #539256: hue angle of 122.86º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #539256 is Cyan = 0.43, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 83 | 146 | 86 | - |
| CMYK | 0.43 | 0 | 0.41 | 0.43 |
| HSL | 122.86º | 0.28% | 0.45% | - |
| HSV(B) | 122.86º | 0.43% | 0.57% | - |
| XYZ | 15.53 | 23.07 | 12.44 | - |
| YUV | 120.32 | 108.63 | 101.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 146 | 86 | 0.43 | 0 | 0.41 | 0.43 | 122.86 | 0.28 | 0.45 |
| Hex | 53 | 92 | 56 | 2B | 0 | 29 | 2B | 7B | 1C | 2D |
| Octal | 123 | 222 | 126 | 53 | 0 | 51 | 53 | 173 | 34 | 55 |
| Binary | 1010011 | 10010010 | 1010110 | 101011 | 0 | 101001 | 101011 | 1111011 | 11100 | 101101 |
Color Harmonies of #539256
Complementary color
Monochromatic Colors of #539256
Black with #539256
Text Example
Text Example
White with #539256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539256; }
p { color: rgb(83,146,86); }
H1.HeaderClassName
{
color: #539256;
}
.AnyTagClassName
{
color: #539256;
}
</style>
background-color css
<style>
a { background-color: #539256; }
a { background-color: rgb(83,146,86); }
div.DivClassName
{
background-color: #539256;
}
.BgClassName
{
background-color: #539256;
}
</style>
border-color css
<style>
span { border-color: #539256; }
span { border-color: rgb(83,146,86); }
td.TdClassName
{
border-color: #539256;
}
.TagClassName
{
border-color: #539256;
}
</style>