Shades of Apple #73AF49
Tints of Apple #73AF49
RGB
CMYK
RGB Variations
Color information
#73AF49 (or 0x73AF49) is known color: Apple. HEX triplet: 73, AF and 49. RGB value is (115,175,73). Sum of RGB (Red+Green+Blue) = 115+175+73=363 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.68% from 363); Green value is 175 (68.75% from 255 or 48.21% from 363); Blue value is 73 (28.91% from 255 or 20.11% from 363); Max value from RGB is 175 - color contains mainly: green. Hex color #73AF49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73AF49 is #8C50B6. Grayscale: #919191. Windows color (decimal): -9195703 or 4829043. OLE color: 4829043.
HSL color Cylindrical-coordinate representation of color #73AF49: hue angle of 95.29º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #73AF49 is Cyan = 0.34, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 115 | 175 | 73 | - |
| CMYK | 0.34 | 0 | 0.58 | 0.31 |
| HSL | 95.29º | 0.41% | 0.49% | - |
| HSV(B) | 95.29º | 0.58% | 0.69% | - |
| XYZ | 23.6 | 34.79 | 11.77 | - |
| YUV | 145.43 | 87.12 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 175 | 73 | 0.34 | 0 | 0.58 | 0.31 | 95.29 | 0.41 | 0.49 |
| Hex | 73 | AF | 49 | 22 | 0 | 3A | 1F | 5F | 29 | 31 |
| Octal | 163 | 257 | 111 | 42 | 0 | 72 | 37 | 137 | 51 | 61 |
| Binary | 1110011 | 10101111 | 1001001 | 100010 | 0 | 111010 | 11111 | 1011111 | 101001 | 110001 |
Color Harmonies of #73AF49
Complementary color
Monochromatic Colors of #73AF49
Black with #73AF49
Text Example
Text Example
White with #73AF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AF49; }
p { color: rgb(115,175,73); }
H1.HeaderClassName
{
color: #73AF49;
}
.AnyTagClassName
{
color: #73AF49;
}
</style>
background-color css
<style>
a { background-color: #73AF49; }
a { background-color: rgb(115,175,73); }
div.DivClassName
{
background-color: #73AF49;
}
.BgClassName
{
background-color: #73AF49;
}
</style>
border-color css
<style>
span { border-color: #73AF49; }
span { border-color: rgb(115,175,73); }
td.TdClassName
{
border-color: #73AF49;
}
.TagClassName
{
border-color: #73AF49;
}
</style>