Shades of Fruit Salad #529E4A
Tints of Fruit Salad #529E4A
RGB
CMYK
RGB Variations
Color information
#529E4A (or 0x529E4A) is known color: Fruit Salad. HEX triplet: 52, 9E and 4A. RGB value is (82,158,74). Sum of RGB (Red+Green+Blue) = 82+158+74=314 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.11% from 314); Green value is 158 (62.11% from 255 or 50.32% from 314); Blue value is 74 (29.30% from 255 or 23.57% from 314); Max value from RGB is 158 - color contains mainly: green. Hex color #529E4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529E4A is #AD61B5. Grayscale: #7D7D7D. Windows color (decimal): -11362742 or 4890194. OLE color: 4890194.
HSL color Cylindrical-coordinate representation of color #529E4A: hue angle of 114.29º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #529E4A is Cyan = 0.48, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 82 | 158 | 74 | - |
| CMYK | 0.48 | 0 | 0.53 | 0.38 |
| HSL | 114.29º | 0.36% | 0.45% | - |
| HSV(B) | 114.29º | 0.53% | 0.62% | - |
| XYZ | 16.94 | 26.74 | 10.75 | - |
| YUV | 125.7 | 98.82 | 96.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 158 | 74 | 0.48 | 0 | 0.53 | 0.38 | 114.29 | 0.36 | 0.45 |
| Hex | 52 | 9E | 4A | 30 | 0 | 35 | 26 | 72 | 24 | 2D |
| Octal | 122 | 236 | 112 | 60 | 0 | 65 | 46 | 162 | 44 | 55 |
| Binary | 1010010 | 10011110 | 1001010 | 110000 | 0 | 110101 | 100110 | 1110010 | 100100 | 101101 |
Color Harmonies of #529E4A
Complementary color
Monochromatic Colors of #529E4A
Black with #529E4A
Text Example
Text Example
White with #529E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529E4A; }
p { color: rgb(82,158,74); }
H1.HeaderClassName
{
color: #529E4A;
}
.AnyTagClassName
{
color: #529E4A;
}
</style>
background-color css
<style>
a { background-color: #529E4A; }
a { background-color: rgb(82,158,74); }
div.DivClassName
{
background-color: #529E4A;
}
.BgClassName
{
background-color: #529E4A;
}
</style>
border-color css
<style>
span { border-color: #529E4A; }
span { border-color: rgb(82,158,74); }
td.TdClassName
{
border-color: #529E4A;
}
.TagClassName
{
border-color: #529E4A;
}
</style>