Shades of Apple #73AA41
Tints of Apple #73AA41
RGB
CMYK
RGB Variations
Color information
#73AA41 (or 0x73AA41) is known color: Apple. HEX triplet: 73, AA and 41. RGB value is (115,170,65). Sum of RGB (Red+Green+Blue) = 115+170+65=350 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.86% from 350); Green value is 170 (66.80% from 255 or 48.57% from 350); Blue value is 65 (25.78% from 255 or 18.57% from 350); Max value from RGB is 170 - color contains mainly: green. Hex color #73AA41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73AA41 is #8C55BE. Grayscale: #8D8D8D. Windows color (decimal): -9196991 or 4303475. OLE color: 4303475.
HSL color Cylindrical-coordinate representation of color #73AA41: hue angle of 91.43º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #73AA41 is Cyan = 0.32, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 170 | 65 | - |
| CMYK | 0.32 | 0 | 0.62 | 0.33 |
| HSL | 91.43º | 0.45% | 0.46% | - |
| HSV(B) | 91.43º | 0.62% | 0.67% | - |
| XYZ | 22.4 | 32.78 | 10.15 | - |
| YUV | 141.59 | 84.78 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 170 | 65 | 0.32 | 0 | 0.62 | 0.33 | 91.43 | 0.45 | 0.46 |
| Hex | 73 | AA | 41 | 20 | 0 | 3E | 21 | 5B | 2D | 2E |
| Octal | 163 | 252 | 101 | 40 | 0 | 76 | 41 | 133 | 55 | 56 |
| Binary | 1110011 | 10101010 | 1000001 | 100000 | 0 | 111110 | 100001 | 1011011 | 101101 | 101110 |
Color Harmonies of #73AA41
Complementary color
Monochromatic Colors of #73AA41
Black with #73AA41
Text Example
Text Example
White with #73AA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AA41; }
p { color: rgb(115,170,65); }
H1.HeaderClassName
{
color: #73AA41;
}
.AnyTagClassName
{
color: #73AA41;
}
</style>
background-color css
<style>
a { background-color: #73AA41; }
a { background-color: rgb(115,170,65); }
div.DivClassName
{
background-color: #73AA41;
}
.BgClassName
{
background-color: #73AA41;
}
</style>
border-color css
<style>
span { border-color: #73AA41; }
span { border-color: rgb(115,170,65); }
td.TdClassName
{
border-color: #73AA41;
}
.TagClassName
{
border-color: #73AA41;
}
</style>