Shades of Apple #63A352
Tints of Apple #63A352
RGB
CMYK
RGB Variations
Color information
#63A352 (or 0x63A352) is known color: Apple. HEX triplet: 63, A3 and 52. RGB value is (99,163,82). Sum of RGB (Red+Green+Blue) = 99+163+82=344 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.78% from 344); Green value is 163 (64.06% from 255 or 47.38% from 344); Blue value is 82 (32.42% from 255 or 23.84% from 344); Max value from RGB is 163 - color contains mainly: green. Hex color #63A352 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63A352 is #9C5CAD. Grayscale: #868686. Windows color (decimal): -10247342 or 5415779. OLE color: 5415779.
HSL color Cylindrical-coordinate representation of color #63A352: hue angle of 107.41º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #63A352 is Cyan = 0.39, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 99 | 163 | 82 | - |
| CMYK | 0.39 | 0 | 0.50 | 0.36 |
| HSL | 107.41º | 0.33% | 0.48% | - |
| HSV(B) | 107.41º | 0.5% | 0.64% | - |
| XYZ | 19.77 | 29.46 | 12.63 | - |
| YUV | 134.63 | 98.3 | 102.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 163 | 82 | 0.39 | 0 | 0.50 | 0.36 | 107.41 | 0.33 | 0.48 |
| Hex | 63 | A3 | 52 | 27 | 0 | 32 | 24 | 6B | 21 | 30 |
| Octal | 143 | 243 | 122 | 47 | 0 | 62 | 44 | 153 | 41 | 60 |
| Binary | 1100011 | 10100011 | 1010010 | 100111 | 0 | 110010 | 100100 | 1101011 | 100001 | 110000 |
Color Harmonies of #63A352
Complementary color
Monochromatic Colors of #63A352
Black with #63A352
Text Example
Text Example
White with #63A352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A352; }
p { color: rgb(99,163,82); }
H1.HeaderClassName
{
color: #63A352;
}
.AnyTagClassName
{
color: #63A352;
}
</style>
background-color css
<style>
a { background-color: #63A352; }
a { background-color: rgb(99,163,82); }
div.DivClassName
{
background-color: #63A352;
}
.BgClassName
{
background-color: #63A352;
}
</style>
border-color css
<style>
span { border-color: #63A352; }
span { border-color: rgb(99,163,82); }
td.TdClassName
{
border-color: #63A352;
}
.TagClassName
{
border-color: #63A352;
}
</style>