Shades of Apple #52AB3C
Tints of Apple #52AB3C
RGB
CMYK
RGB Variations
Color information
#52AB3C (or 0x52AB3C) is known color: Apple. HEX triplet: 52, AB and 3C. RGB value is (82,171,60). Sum of RGB (Red+Green+Blue) = 82+171+60=313 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.20% from 313); Green value is 171 (67.19% from 255 or 54.63% from 313); Blue value is 60 (23.83% from 255 or 19.17% from 313); Max value from RGB is 171 - color contains mainly: green. Hex color #52AB3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52AB3C is #AD54C3. Grayscale: #848484. Windows color (decimal): -11359428 or 3976018. OLE color: 3976018.
HSL color Cylindrical-coordinate representation of color #52AB3C: hue angle of 108.11º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52AB3C is Cyan = 0.52, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 171 | 60 | - |
| CMYK | 0.52 | 0 | 0.65 | 0.33 |
| HSL | 108.11º | 0.48% | 0.45% | - |
| HSV(B) | 108.11º | 0.65% | 0.67% | - |
| XYZ | 18.86 | 31.25 | 9.31 | - |
| YUV | 131.74 | 87.51 | 92.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 171 | 60 | 0.52 | 0 | 0.65 | 0.33 | 108.11 | 0.48 | 0.45 |
| Hex | 52 | AB | 3C | 34 | 0 | 41 | 21 | 6C | 30 | 2D |
| Octal | 122 | 253 | 74 | 64 | 0 | 101 | 41 | 154 | 60 | 55 |
| Binary | 1010010 | 10101011 | 111100 | 110100 | 0 | 1000001 | 100001 | 1101100 | 110000 | 101101 |
Color Harmonies of #52AB3C
Complementary color
Monochromatic Colors of #52AB3C
Black with #52AB3C
Text Example
Text Example
White with #52AB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52AB3C; }
p { color: rgb(82,171,60); }
H1.HeaderClassName
{
color: #52AB3C;
}
.AnyTagClassName
{
color: #52AB3C;
}
</style>
background-color css
<style>
a { background-color: #52AB3C; }
a { background-color: rgb(82,171,60); }
div.DivClassName
{
background-color: #52AB3C;
}
.BgClassName
{
background-color: #52AB3C;
}
</style>
border-color css
<style>
span { border-color: #52AB3C; }
span { border-color: rgb(82,171,60); }
td.TdClassName
{
border-color: #52AB3C;
}
.TagClassName
{
border-color: #52AB3C;
}
</style>