Shades of Apple #73BA49
Tints of Apple #73BA49
RGB
CMYK
RGB Variations
Color information
#73BA49 (or 0x73BA49) is known color: Apple. HEX triplet: 73, BA and 49. RGB value is (115,186,73). Sum of RGB (Red+Green+Blue) = 115+186+73=374 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.75% from 374); Green value is 186 (73.05% from 255 or 49.73% from 374); Blue value is 73 (28.91% from 255 or 19.52% from 374); Max value from RGB is 186 - color contains mainly: green. Hex color #73BA49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73BA49 is #8C45B6. Grayscale: #989898. Windows color (decimal): -9192887 or 4831859. OLE color: 4831859.
HSL color Cylindrical-coordinate representation of color #73BA49: hue angle of 97.7º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #73BA49 is Cyan = 0.38, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 186 | 73 | - |
| CMYK | 0.38 | 0 | 0.61 | 0.27 |
| HSL | 97.7º | 0.45% | 0.51% | - |
| HSV(B) | 97.7º | 0.61% | 0.73% | - |
| XYZ | 25.83 | 39.24 | 12.52 | - |
| YUV | 151.89 | 83.48 | 101.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 186 | 73 | 0.38 | 0 | 0.61 | 0.27 | 97.7 | 0.45 | 0.51 |
| Hex | 73 | BA | 49 | 26 | 0 | 3D | 1B | 62 | 2D | 33 |
| Octal | 163 | 272 | 111 | 46 | 0 | 75 | 33 | 142 | 55 | 63 |
| Binary | 1110011 | 10111010 | 1001001 | 100110 | 0 | 111101 | 11011 | 1100010 | 101101 | 110011 |
Color Harmonies of #73BA49
Complementary color
Monochromatic Colors of #73BA49
Black with #73BA49
Text Example
Text Example
White with #73BA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BA49; }
p { color: rgb(115,186,73); }
H1.HeaderClassName
{
color: #73BA49;
}
.AnyTagClassName
{
color: #73BA49;
}
</style>
background-color css
<style>
a { background-color: #73BA49; }
a { background-color: rgb(115,186,73); }
div.DivClassName
{
background-color: #73BA49;
}
.BgClassName
{
background-color: #73BA49;
}
</style>
border-color css
<style>
span { border-color: #73BA49; }
span { border-color: rgb(115,186,73); }
td.TdClassName
{
border-color: #73BA49;
}
.TagClassName
{
border-color: #73BA49;
}
</style>