Shades of Apple #73C044
Tints of Apple #73C044
RGB
CMYK
RGB Variations
Color information
#73C044 (or 0x73C044) is known color: Apple. HEX triplet: 73, C0 and 44. RGB value is (115,192,68). Sum of RGB (Red+Green+Blue) = 115+192+68=375 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.67% from 375); Green value is 192 (75.39% from 255 or 51.2% from 375); Blue value is 68 (26.95% from 255 or 18.13% from 375); Max value from RGB is 192 - color contains mainly: green. Hex color #73C044 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73C044 is #8C3FBB. Grayscale: #9B9B9B. Windows color (decimal): -9191356 or 4505715. OLE color: 4505715.
HSL color Cylindrical-coordinate representation of color #73C044: hue angle of 97.26º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #73C044 is Cyan = 0.40, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 192 | 68 | - |
| CMYK | 0.40 | 0 | 0.65 | 0.25 |
| HSL | 97.26º | 0.5% | 0.51% | - |
| HSV(B) | 97.26º | 0.65% | 0.75% | - |
| XYZ | 26.96 | 41.76 | 12.11 | - |
| YUV | 154.84 | 78.99 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 192 | 68 | 0.40 | 0 | 0.65 | 0.25 | 97.26 | 0.5 | 0.51 |
| Hex | 73 | C0 | 44 | 28 | 0 | 41 | 19 | 61 | 32 | 33 |
| Octal | 163 | 300 | 104 | 50 | 0 | 101 | 31 | 141 | 62 | 63 |
| Binary | 1110011 | 11000000 | 1000100 | 101000 | 0 | 1000001 | 11001 | 1100001 | 110010 | 110011 |
Color Harmonies of #73C044
Complementary color
Monochromatic Colors of #73C044
Black with #73C044
Text Example
Text Example
White with #73C044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C044; }
p { color: rgb(115,192,68); }
H1.HeaderClassName
{
color: #73C044;
}
.AnyTagClassName
{
color: #73C044;
}
</style>
background-color css
<style>
a { background-color: #73C044; }
a { background-color: rgb(115,192,68); }
div.DivClassName
{
background-color: #73C044;
}
.BgClassName
{
background-color: #73C044;
}
</style>
border-color css
<style>
span { border-color: #73C044; }
span { border-color: rgb(115,192,68); }
td.TdClassName
{
border-color: #73C044;
}
.TagClassName
{
border-color: #73C044;
}
</style>