Shades of Fruit Salad #52A443
Tints of Fruit Salad #52A443
RGB
CMYK
RGB Variations
Color information
#52A443 (or 0x52A443) is known color: Fruit Salad. HEX triplet: 52, A4 and 43. RGB value is (82,164,67). Sum of RGB (Red+Green+Blue) = 82+164+67=313 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.20% from 313); Green value is 164 (64.45% from 255 or 52.40% from 313); Blue value is 67 (26.56% from 255 or 21.41% from 313); Max value from RGB is 164 - color contains mainly: green. Hex color #52A443 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52A443 is #AD5BBC. Grayscale: #808080. Windows color (decimal): -11361213 or 4432978. OLE color: 4432978.
HSL color Cylindrical-coordinate representation of color #52A443: hue angle of 110.72º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52A443 is Cyan = 0.5, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 82 | 164 | 67 | - |
| CMYK | 0.5 | 0 | 0.59 | 0.36 |
| HSL | 110.72º | 0.42% | 0.45% | - |
| HSV(B) | 110.72º | 0.59% | 0.64% | - |
| XYZ | 17.77 | 28.75 | 9.92 | - |
| YUV | 128.42 | 93.33 | 94.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 164 | 67 | 0.5 | 0 | 0.59 | 0.36 | 110.72 | 0.42 | 0.45 |
| Hex | 52 | A4 | 43 | 32 | 0 | 3B | 24 | 6F | 2A | 2D |
| Octal | 122 | 244 | 103 | 62 | 0 | 73 | 44 | 157 | 52 | 55 |
| Binary | 1010010 | 10100100 | 1000011 | 110010 | 0 | 111011 | 100100 | 1101111 | 101010 | 101101 |
Color Harmonies of #52A443
Complementary color
Monochromatic Colors of #52A443
Black with #52A443
Text Example
Text Example
White with #52A443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A443; }
p { color: rgb(82,164,67); }
H1.HeaderClassName
{
color: #52A443;
}
.AnyTagClassName
{
color: #52A443;
}
</style>
background-color css
<style>
a { background-color: #52A443; }
a { background-color: rgb(82,164,67); }
div.DivClassName
{
background-color: #52A443;
}
.BgClassName
{
background-color: #52A443;
}
</style>
border-color css
<style>
span { border-color: #52A443; }
span { border-color: rgb(82,164,67); }
td.TdClassName
{
border-color: #52A443;
}
.TagClassName
{
border-color: #52A443;
}
</style>