Shades of Fruit Salad #529945
Tints of Fruit Salad #529945
RGB
CMYK
RGB Variations
Color information
#529945 (or 0x529945) is known color: Fruit Salad. HEX triplet: 52, 99 and 45. RGB value is (82,153,69). Sum of RGB (Red+Green+Blue) = 82+153+69=304 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.97% from 304); Green value is 153 (60.16% from 255 or 50.33% from 304); Blue value is 69 (27.34% from 255 or 22.70% from 304); Max value from RGB is 153 - color contains mainly: green. Hex color #529945 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529945 is #AD66BA. Grayscale: #7A7A7A. Windows color (decimal): -11364027 or 4561234. OLE color: 4561234.
HSL color Cylindrical-coordinate representation of color #529945: hue angle of 110.71º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #529945 is Cyan = 0.46, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 82 | 153 | 69 | - |
| CMYK | 0.46 | 0 | 0.55 | 0.4 |
| HSL | 110.71º | 0.38% | 0.44% | - |
| HSV(B) | 110.71º | 0.55% | 0.6% | - |
| XYZ | 15.95 | 25.01 | 9.62 | - |
| YUV | 122.2 | 97.98 | 99.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 153 | 69 | 0.46 | 0 | 0.55 | 0.4 | 110.71 | 0.38 | 0.44 |
| Hex | 52 | 99 | 45 | 2E | 0 | 37 | 28 | 6F | 26 | 2C |
| Octal | 122 | 231 | 105 | 56 | 0 | 67 | 50 | 157 | 46 | 54 |
| Binary | 1010010 | 10011001 | 1000101 | 101110 | 0 | 110111 | 101000 | 1101111 | 100110 | 101100 |
Color Harmonies of #529945
Complementary color
Monochromatic Colors of #529945
Black with #529945
Text Example
Text Example
White with #529945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529945; }
p { color: rgb(82,153,69); }
H1.HeaderClassName
{
color: #529945;
}
.AnyTagClassName
{
color: #529945;
}
</style>
background-color css
<style>
a { background-color: #529945; }
a { background-color: rgb(82,153,69); }
div.DivClassName
{
background-color: #529945;
}
.BgClassName
{
background-color: #529945;
}
</style>
border-color css
<style>
span { border-color: #529945; }
span { border-color: rgb(82,153,69); }
td.TdClassName
{
border-color: #529945;
}
.TagClassName
{
border-color: #529945;
}
</style>