Shades of Fruit Salad #529643
Tints of Fruit Salad #529643
RGB
CMYK
RGB Variations
Color information
#529643 (or 0x529643) is known color: Fruit Salad. HEX triplet: 52, 96 and 43. RGB value is (82,150,67). Sum of RGB (Red+Green+Blue) = 82+150+67=299 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.42% from 299); Green value is 150 (58.98% from 255 or 50.17% from 299); Blue value is 67 (26.56% from 255 or 22.41% from 299); Max value from RGB is 150 - color contains mainly: green. Hex color #529643 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529643 is #AD69BC. Grayscale: #787878. Windows color (decimal): -11364797 or 4429394. OLE color: 4429394.
HSL color Cylindrical-coordinate representation of color #529643: hue angle of 109.16º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #529643 is Cyan = 0.45, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 82 | 150 | 67 | - |
| CMYK | 0.45 | 0 | 0.55 | 0.41 |
| HSL | 109.16º | 0.38% | 0.43% | - |
| HSV(B) | 109.16º | 0.55% | 0.59% | - |
| XYZ | 15.4 | 24.01 | 9.13 | - |
| YUV | 120.21 | 97.97 | 100.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 150 | 67 | 0.45 | 0 | 0.55 | 0.41 | 109.16 | 0.38 | 0.43 |
| Hex | 52 | 96 | 43 | 2D | 0 | 37 | 29 | 6D | 26 | 2B |
| Octal | 122 | 226 | 103 | 55 | 0 | 67 | 51 | 155 | 46 | 53 |
| Binary | 1010010 | 10010110 | 1000011 | 101101 | 0 | 110111 | 101001 | 1101101 | 100110 | 101011 |
Color Harmonies of #529643
Complementary color
Monochromatic Colors of #529643
Black with #529643
Text Example
Text Example
White with #529643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529643; }
p { color: rgb(82,150,67); }
H1.HeaderClassName
{
color: #529643;
}
.AnyTagClassName
{
color: #529643;
}
</style>
background-color css
<style>
a { background-color: #529643; }
a { background-color: rgb(82,150,67); }
div.DivClassName
{
background-color: #529643;
}
.BgClassName
{
background-color: #529643;
}
</style>
border-color css
<style>
span { border-color: #529643; }
span { border-color: rgb(82,150,67); }
td.TdClassName
{
border-color: #529643;
}
.TagClassName
{
border-color: #529643;
}
</style>