Shades of Apple #52A436
Tints of Apple #52A436
RGB
CMYK
RGB Variations
Color information
#52A436 (or 0x52A436) is known color: Apple. HEX triplet: 52, A4 and 36. RGB value is (82,164,54). Sum of RGB (Red+Green+Blue) = 82+164+54=300 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.33% from 300); Green value is 164 (64.45% from 255 or 54.67% from 300); Blue value is 54 (21.48% from 255 or 18% from 300); Max value from RGB is 164 - color contains mainly: green. Hex color #52A436 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52A436 is #AD5BC9. Grayscale: #7F7F7F. Windows color (decimal): -11361226 or 3581010. OLE color: 3581010.
HSL color Cylindrical-coordinate representation of color #52A436: hue angle of 104.73º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52A436 is Cyan = 0.5, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 82 | 164 | 54 | - |
| CMYK | 0.5 | 0 | 0.67 | 0.36 |
| HSL | 104.73º | 0.5% | 0.43% | - |
| HSV(B) | 104.73º | 0.67% | 0.64% | - |
| XYZ | 17.42 | 28.61 | 8.09 | - |
| YUV | 126.94 | 86.83 | 95.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 164 | 54 | 0.5 | 0 | 0.67 | 0.36 | 104.73 | 0.5 | 0.43 |
| Hex | 52 | A4 | 36 | 32 | 0 | 43 | 24 | 69 | 32 | 2B |
| Octal | 122 | 244 | 66 | 62 | 0 | 103 | 44 | 151 | 62 | 53 |
| Binary | 1010010 | 10100100 | 110110 | 110010 | 0 | 1000011 | 100100 | 1101001 | 110010 | 101011 |
Color Harmonies of #52A436
Complementary color
Monochromatic Colors of #52A436
Black with #52A436
Text Example
Text Example
White with #52A436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A436; }
p { color: rgb(82,164,54); }
H1.HeaderClassName
{
color: #52A436;
}
.AnyTagClassName
{
color: #52A436;
}
</style>
background-color css
<style>
a { background-color: #52A436; }
a { background-color: rgb(82,164,54); }
div.DivClassName
{
background-color: #52A436;
}
.BgClassName
{
background-color: #52A436;
}
</style>
border-color css
<style>
span { border-color: #52A436; }
span { border-color: rgb(82,164,54); }
td.TdClassName
{
border-color: #52A436;
}
.TagClassName
{
border-color: #52A436;
}
</style>