Shades of Fruit Salad #52935A
Tints of Fruit Salad #52935A
RGB
CMYK
RGB Variations
Color information
#52935A (or 0x52935A) is known color: Fruit Salad. HEX triplet: 52, 93 and 5A. RGB value is (82,147,90). Sum of RGB (Red+Green+Blue) = 82+147+90=319 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.71% from 319); Green value is 147 (57.81% from 255 or 46.08% from 319); Blue value is 90 (35.55% from 255 or 28.21% from 319); Max value from RGB is 147 - color contains mainly: green. Hex color #52935A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52935A is #AD6CA5. Grayscale: #797979. Windows color (decimal): -11365542 or 5935954. OLE color: 5935954.
HSL color Cylindrical-coordinate representation of color #52935A: hue angle of 127.38º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #52935A is Cyan = 0.44, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 82 | 147 | 90 | - |
| CMYK | 0.44 | 0 | 0.39 | 0.42 |
| HSL | 127.38º | 0.28% | 0.45% | - |
| HSV(B) | 127.38º | 0.44% | 0.58% | - |
| XYZ | 15.76 | 23.4 | 13.36 | - |
| YUV | 121.07 | 110.47 | 100.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 147 | 90 | 0.44 | 0 | 0.39 | 0.42 | 127.38 | 0.28 | 0.45 |
| Hex | 52 | 93 | 5A | 2C | 0 | 27 | 2A | 7F | 1C | 2D |
| Octal | 122 | 223 | 132 | 54 | 0 | 47 | 52 | 177 | 34 | 55 |
| Binary | 1010010 | 10010011 | 1011010 | 101100 | 0 | 100111 | 101010 | 1111111 | 11100 | 101101 |
Color Harmonies of #52935A
Complementary color
Monochromatic Colors of #52935A
Black with #52935A
Text Example
Text Example
White with #52935A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52935A; }
p { color: rgb(82,147,90); }
H1.HeaderClassName
{
color: #52935A;
}
.AnyTagClassName
{
color: #52935A;
}
</style>
background-color css
<style>
a { background-color: #52935A; }
a { background-color: rgb(82,147,90); }
div.DivClassName
{
background-color: #52935A;
}
.BgClassName
{
background-color: #52935A;
}
</style>
border-color css
<style>
span { border-color: #52935A; }
span { border-color: rgb(82,147,90); }
td.TdClassName
{
border-color: #52935A;
}
.TagClassName
{
border-color: #52935A;
}
</style>