Shades of Apple #73B444
Tints of Apple #73B444
RGB
CMYK
RGB Variations
Color information
#73B444 (or 0x73B444) is known color: Apple. HEX triplet: 73, B4 and 44. RGB value is (115,180,68). Sum of RGB (Red+Green+Blue) = 115+180+68=363 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.68% from 363); Green value is 180 (70.70% from 255 or 49.59% from 363); Blue value is 68 (26.95% from 255 or 18.73% from 363); Max value from RGB is 180 - color contains mainly: green. Hex color #73B444 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73B444 is #8C4BBB. Grayscale: #949494. Windows color (decimal): -9194428 or 4502643. OLE color: 4502643.
HSL color Cylindrical-coordinate representation of color #73B444: hue angle of 94.82º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #73B444 is Cyan = 0.36, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 115 | 180 | 68 | - |
| CMYK | 0.36 | 0 | 0.62 | 0.29 |
| HSL | 94.82º | 0.45% | 0.49% | - |
| HSV(B) | 94.82º | 0.62% | 0.71% | - |
| XYZ | 24.43 | 36.7 | 11.27 | - |
| YUV | 147.8 | 82.97 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 180 | 68 | 0.36 | 0 | 0.62 | 0.29 | 94.82 | 0.45 | 0.49 |
| Hex | 73 | B4 | 44 | 24 | 0 | 3E | 1D | 5F | 2D | 31 |
| Octal | 163 | 264 | 104 | 44 | 0 | 76 | 35 | 137 | 55 | 61 |
| Binary | 1110011 | 10110100 | 1000100 | 100100 | 0 | 111110 | 11101 | 1011111 | 101101 | 110001 |
Color Harmonies of #73B444
Complementary color
Monochromatic Colors of #73B444
Black with #73B444
Text Example
Text Example
White with #73B444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B444; }
p { color: rgb(115,180,68); }
H1.HeaderClassName
{
color: #73B444;
}
.AnyTagClassName
{
color: #73B444;
}
</style>
background-color css
<style>
a { background-color: #73B444; }
a { background-color: rgb(115,180,68); }
div.DivClassName
{
background-color: #73B444;
}
.BgClassName
{
background-color: #73B444;
}
</style>
border-color css
<style>
span { border-color: #73B444; }
span { border-color: rgb(115,180,68); }
td.TdClassName
{
border-color: #73B444;
}
.TagClassName
{
border-color: #73B444;
}
</style>