Shades of Fruit Salad #529B48
Tints of Fruit Salad #529B48
RGB
CMYK
RGB Variations
Color information
#529B48 (or 0x529B48) is known color: Fruit Salad. HEX triplet: 52, 9B and 48. RGB value is (82,155,72). Sum of RGB (Red+Green+Blue) = 82+155+72=309 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.54% from 309); Green value is 155 (60.94% from 255 or 50.16% from 309); Blue value is 72 (28.52% from 255 or 23.30% from 309); Max value from RGB is 155 - color contains mainly: green. Hex color #529B48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529B48 is #AD64B7. Grayscale: #7B7B7B. Windows color (decimal): -11363512 or 4758354. OLE color: 4758354.
HSL color Cylindrical-coordinate representation of color #529B48: hue angle of 112.77º 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 #529B48 is Cyan = 0.47, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 82 | 155 | 72 | - |
| CMYK | 0.47 | 0 | 0.54 | 0.39 |
| HSL | 112.77º | 0.37% | 0.45% | - |
| HSV(B) | 112.77º | 0.54% | 0.61% | - |
| XYZ | 16.37 | 25.7 | 10.23 | - |
| YUV | 123.71 | 98.82 | 98.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 155 | 72 | 0.47 | 0 | 0.54 | 0.39 | 112.77 | 0.37 | 0.45 |
| Hex | 52 | 9B | 48 | 2F | 0 | 36 | 27 | 71 | 25 | 2D |
| Octal | 122 | 233 | 110 | 57 | 0 | 66 | 47 | 161 | 45 | 55 |
| Binary | 1010010 | 10011011 | 1001000 | 101111 | 0 | 110110 | 100111 | 1110001 | 100101 | 101101 |
Color Harmonies of #529B48
Complementary color
Monochromatic Colors of #529B48
Black with #529B48
Text Example
Text Example
White with #529B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529B48; }
p { color: rgb(82,155,72); }
H1.HeaderClassName
{
color: #529B48;
}
.AnyTagClassName
{
color: #529B48;
}
</style>
background-color css
<style>
a { background-color: #529B48; }
a { background-color: rgb(82,155,72); }
div.DivClassName
{
background-color: #529B48;
}
.BgClassName
{
background-color: #529B48;
}
</style>
border-color css
<style>
span { border-color: #529B48; }
span { border-color: rgb(82,155,72); }
td.TdClassName
{
border-color: #529B48;
}
.TagClassName
{
border-color: #529B48;
}
</style>