Shades of Apple #53A641
Tints of Apple #53A641
RGB
CMYK
RGB Variations
Color information
#53A641 (or 0x53A641) is known color: Apple. HEX triplet: 53, A6 and 41. RGB value is (83,166,65). Sum of RGB (Red+Green+Blue) = 83+166+65=314 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.43% from 314); Green value is 166 (65.23% from 255 or 52.87% from 314); Blue value is 65 (25.78% from 255 or 20.70% from 314); Max value from RGB is 166 - color contains mainly: green. Hex color #53A641 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53A641 is #AC59BE. Grayscale: #818181. Windows color (decimal): -11295167 or 4302419. OLE color: 4302419.
HSL color Cylindrical-coordinate representation of color #53A641: hue angle of 109.31º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53A641 is Cyan = 0.50, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 83 | 166 | 65 | - |
| CMYK | 0.50 | 0 | 0.61 | 0.35 |
| HSL | 109.31º | 0.44% | 0.45% | - |
| HSV(B) | 109.31º | 0.61% | 0.65% | - |
| XYZ | 18.16 | 29.49 | 9.74 | - |
| YUV | 129.67 | 91.5 | 94.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 166 | 65 | 0.50 | 0 | 0.61 | 0.35 | 109.31 | 0.44 | 0.45 |
| Hex | 53 | A6 | 41 | 32 | 0 | 3D | 23 | 6D | 2C | 2D |
| Octal | 123 | 246 | 101 | 62 | 0 | 75 | 43 | 155 | 54 | 55 |
| Binary | 1010011 | 10100110 | 1000001 | 110010 | 0 | 111101 | 100011 | 1101101 | 101100 | 101101 |
Color Harmonies of #53A641
Complementary color
Monochromatic Colors of #53A641
Black with #53A641
Text Example
Text Example
White with #53A641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A641; }
p { color: rgb(83,166,65); }
H1.HeaderClassName
{
color: #53A641;
}
.AnyTagClassName
{
color: #53A641;
}
</style>
background-color css
<style>
a { background-color: #53A641; }
a { background-color: rgb(83,166,65); }
div.DivClassName
{
background-color: #53A641;
}
.BgClassName
{
background-color: #53A641;
}
</style>
border-color css
<style>
span { border-color: #53A641; }
span { border-color: rgb(83,166,65); }
td.TdClassName
{
border-color: #53A641;
}
.TagClassName
{
border-color: #53A641;
}
</style>