Shades of Fruit Salad #539952
Tints of Fruit Salad #539952
RGB
CMYK
RGB Variations
Color information
#539952 (or 0x539952) is known color: Fruit Salad. HEX triplet: 53, 99 and 52. RGB value is (83,153,82). Sum of RGB (Red+Green+Blue) = 83+153+82=318 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.10% from 318); Green value is 153 (60.16% from 255 or 48.11% from 318); Blue value is 82 (32.42% from 255 or 25.79% from 318); Max value from RGB is 153 - color contains mainly: green. Hex color #539952 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539952 is #AC66AD. Grayscale: #7C7C7C. Windows color (decimal): -11298478 or 5413203. OLE color: 5413203.
HSL color Cylindrical-coordinate representation of color #539952: hue angle of 119.15º 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 #539952 is Cyan = 0.46, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 83 | 153 | 82 | - |
| CMYK | 0.46 | 0 | 0.46 | 0.4 |
| HSL | 119.15º | 0.3% | 0.46% | - |
| HSV(B) | 119.15º | 0.46% | 0.6% | - |
| XYZ | 16.48 | 25.23 | 11.98 | - |
| YUV | 123.98 | 104.31 | 98.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 153 | 82 | 0.46 | 0 | 0.46 | 0.4 | 119.15 | 0.3 | 0.46 |
| Hex | 53 | 99 | 52 | 2E | 0 | 2E | 28 | 77 | 1E | 2E |
| Octal | 123 | 231 | 122 | 56 | 0 | 56 | 50 | 167 | 36 | 56 |
| Binary | 1010011 | 10011001 | 1010010 | 101110 | 0 | 101110 | 101000 | 1110111 | 11110 | 101110 |
Color Harmonies of #539952
Complementary color
Monochromatic Colors of #539952
Black with #539952
Text Example
Text Example
White with #539952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539952; }
p { color: rgb(83,153,82); }
H1.HeaderClassName
{
color: #539952;
}
.AnyTagClassName
{
color: #539952;
}
</style>
background-color css
<style>
a { background-color: #539952; }
a { background-color: rgb(83,153,82); }
div.DivClassName
{
background-color: #539952;
}
.BgClassName
{
background-color: #539952;
}
</style>
border-color css
<style>
span { border-color: #539952; }
span { border-color: rgb(83,153,82); }
td.TdClassName
{
border-color: #539952;
}
.TagClassName
{
border-color: #539952;
}
</style>