Shades of Fruit Salad #52964A
Tints of Fruit Salad #52964A
RGB
CMYK
RGB Variations
Color information
#52964A (or 0x52964A) is known color: Fruit Salad. HEX triplet: 52, 96 and 4A. RGB value is (82,150,74). Sum of RGB (Red+Green+Blue) = 82+150+74=306 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.80% from 306); Green value is 150 (58.98% from 255 or 49.02% from 306); Blue value is 74 (29.30% from 255 or 24.18% from 306); Max value from RGB is 150 - color contains mainly: green. Hex color #52964A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52964A is #AD69B5. Grayscale: #797979. Windows color (decimal): -11364790 or 4888146. OLE color: 4888146.
HSL color Cylindrical-coordinate representation of color #52964A: hue angle of 113.68º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #52964A is Cyan = 0.45, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 82 | 150 | 74 | - |
| CMYK | 0.45 | 0 | 0.51 | 0.41 |
| HSL | 113.68º | 0.34% | 0.44% | - |
| HSV(B) | 113.68º | 0.51% | 0.59% | - |
| XYZ | 15.62 | 24.1 | 10.31 | - |
| YUV | 121 | 101.47 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 150 | 74 | 0.45 | 0 | 0.51 | 0.41 | 113.68 | 0.34 | 0.44 |
| Hex | 52 | 96 | 4A | 2D | 0 | 33 | 29 | 72 | 22 | 2C |
| Octal | 122 | 226 | 112 | 55 | 0 | 63 | 51 | 162 | 42 | 54 |
| Binary | 1010010 | 10010110 | 1001010 | 101101 | 0 | 110011 | 101001 | 1110010 | 100010 | 101100 |
Color Harmonies of #52964A
Complementary color
Monochromatic Colors of #52964A
Black with #52964A
Text Example
Text Example
White with #52964A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52964A; }
p { color: rgb(82,150,74); }
H1.HeaderClassName
{
color: #52964A;
}
.AnyTagClassName
{
color: #52964A;
}
</style>
background-color css
<style>
a { background-color: #52964A; }
a { background-color: rgb(82,150,74); }
div.DivClassName
{
background-color: #52964A;
}
.BgClassName
{
background-color: #52964A;
}
</style>
border-color css
<style>
span { border-color: #52964A; }
span { border-color: rgb(82,150,74); }
td.TdClassName
{
border-color: #52964A;
}
.TagClassName
{
border-color: #52964A;
}
</style>