Shades of Apple #52B746
Tints of Apple #52B746
RGB
CMYK
RGB Variations
Color information
#52B746 (or 0x52B746) is known color: Apple. HEX triplet: 52, B7 and 46. RGB value is (82,183,70). Sum of RGB (Red+Green+Blue) = 82+183+70=335 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.48% from 335); Green value is 183 (71.88% from 255 or 54.63% from 335); Blue value is 70 (27.73% from 255 or 20.90% from 335); Max value from RGB is 183 - color contains mainly: green. Hex color #52B746 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52B746 is #AD48B9. Grayscale: #8C8C8C. Windows color (decimal): -11356346 or 4634450. OLE color: 4634450.
HSL color Cylindrical-coordinate representation of color #52B746: hue angle of 113.63º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52B746 is Cyan = 0.55, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 82 | 183 | 70 | - |
| CMYK | 0.55 | 0 | 0.62 | 0.28 |
| HSL | 113.63º | 0.45% | 0.5% | - |
| HSV(B) | 113.63º | 0.62% | 0.72% | - |
| XYZ | 21.52 | 36.1 | 11.63 | - |
| YUV | 139.92 | 88.54 | 86.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 183 | 70 | 0.55 | 0 | 0.62 | 0.28 | 113.63 | 0.45 | 0.5 |
| Hex | 52 | B7 | 46 | 37 | 0 | 3E | 1C | 72 | 2D | 32 |
| Octal | 122 | 267 | 106 | 67 | 0 | 76 | 34 | 162 | 55 | 62 |
| Binary | 1010010 | 10110111 | 1000110 | 110111 | 0 | 111110 | 11100 | 1110010 | 101101 | 110010 |
Color Harmonies of #52B746
Complementary color
Monochromatic Colors of #52B746
Black with #52B746
Text Example
Text Example
White with #52B746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B746; }
p { color: rgb(82,183,70); }
H1.HeaderClassName
{
color: #52B746;
}
.AnyTagClassName
{
color: #52B746;
}
</style>
background-color css
<style>
a { background-color: #52B746; }
a { background-color: rgb(82,183,70); }
div.DivClassName
{
background-color: #52B746;
}
.BgClassName
{
background-color: #52B746;
}
</style>
border-color css
<style>
span { border-color: #52B746; }
span { border-color: rgb(82,183,70); }
td.TdClassName
{
border-color: #52B746;
}
.TagClassName
{
border-color: #52B746;
}
</style>