Shades of Fruit Salad #539852
Tints of Fruit Salad #539852
RGB
CMYK
RGB Variations
Color information
#539852 (or 0x539852) is known color: Fruit Salad. HEX triplet: 53, 98 and 52. RGB value is (83,152,82). Sum of RGB (Red+Green+Blue) = 83+152+82=317 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.18% from 317); Green value is 152 (59.77% from 255 or 47.95% from 317); Blue value is 82 (32.42% from 255 or 25.87% from 317); Max value from RGB is 152 - color contains mainly: green. Hex color #539852 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539852 is #AC67AD. Grayscale: #7B7B7B. Windows color (decimal): -11298734 or 5412947. OLE color: 5412947.
HSL color Cylindrical-coordinate representation of color #539852: hue angle of 119.14º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #539852 is Cyan = 0.45, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 83 | 152 | 82 | - |
| CMYK | 0.45 | 0 | 0.46 | 0.40 |
| HSL | 119.14º | 0.3% | 0.46% | - |
| HSV(B) | 119.14º | 0.46% | 0.6% | - |
| XYZ | 16.32 | 24.9 | 11.93 | - |
| YUV | 123.39 | 104.64 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 152 | 82 | 0.45 | 0 | 0.46 | 0.40 | 119.14 | 0.3 | 0.46 |
| Hex | 53 | 98 | 52 | 2D | 0 | 2E | 28 | 77 | 1E | 2E |
| Octal | 123 | 230 | 122 | 55 | 0 | 56 | 50 | 167 | 36 | 56 |
| Binary | 1010011 | 10011000 | 1010010 | 101101 | 0 | 101110 | 101000 | 1110111 | 11110 | 101110 |
Color Harmonies of #539852
Complementary color
Monochromatic Colors of #539852
Black with #539852
Text Example
Text Example
White with #539852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539852; }
p { color: rgb(83,152,82); }
H1.HeaderClassName
{
color: #539852;
}
.AnyTagClassName
{
color: #539852;
}
</style>
background-color css
<style>
a { background-color: #539852; }
a { background-color: rgb(83,152,82); }
div.DivClassName
{
background-color: #539852;
}
.BgClassName
{
background-color: #539852;
}
</style>
border-color css
<style>
span { border-color: #539852; }
span { border-color: rgb(83,152,82); }
td.TdClassName
{
border-color: #539852;
}
.TagClassName
{
border-color: #539852;
}
</style>