Shades of Apple #53B037
Tints of Apple #53B037
RGB
CMYK
RGB Variations
Color information
#53B037 (or 0x53B037) is known color: Apple. HEX triplet: 53, B0 and 37. RGB value is (83,176,55). Sum of RGB (Red+Green+Blue) = 83+176+55=314 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.43% from 314); Green value is 176 (69.14% from 255 or 56.05% from 314); Blue value is 55 (21.88% from 255 or 17.52% from 314); Max value from RGB is 176 - color contains mainly: green. Hex color #53B037 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53B037 is #AC4FC8. Grayscale: #868686. Windows color (decimal): -11292617 or 3649619. OLE color: 3649619.
HSL color Cylindrical-coordinate representation of color #53B037: hue angle of 106.12º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #53B037 is Cyan = 0.53, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 83 | 176 | 55 | - |
| CMYK | 0.53 | 0 | 0.69 | 0.31 |
| HSL | 106.12º | 0.52% | 0.45% | - |
| HSV(B) | 106.12º | 0.69% | 0.69% | - |
| XYZ | 19.78 | 33.17 | 8.97 | - |
| YUV | 134.4 | 83.19 | 91.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 176 | 55 | 0.53 | 0 | 0.69 | 0.31 | 106.12 | 0.52 | 0.45 |
| Hex | 53 | B0 | 37 | 35 | 0 | 45 | 1F | 6A | 34 | 2D |
| Octal | 123 | 260 | 67 | 65 | 0 | 105 | 37 | 152 | 64 | 55 |
| Binary | 1010011 | 10110000 | 110111 | 110101 | 0 | 1000101 | 11111 | 1101010 | 110100 | 101101 |
Color Harmonies of #53B037
Complementary color
Monochromatic Colors of #53B037
Black with #53B037
Text Example
Text Example
White with #53B037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B037; }
p { color: rgb(83,176,55); }
H1.HeaderClassName
{
color: #53B037;
}
.AnyTagClassName
{
color: #53B037;
}
</style>
background-color css
<style>
a { background-color: #53B037; }
a { background-color: rgb(83,176,55); }
div.DivClassName
{
background-color: #53B037;
}
.BgClassName
{
background-color: #53B037;
}
</style>
border-color css
<style>
span { border-color: #53B037; }
span { border-color: rgb(83,176,55); }
td.TdClassName
{
border-color: #53B037;
}
.TagClassName
{
border-color: #53B037;
}
</style>