Shades of Apple #73B448
Tints of Apple #73B448
RGB
CMYK
RGB Variations
Color information
#73B448 (or 0x73B448) is known color: Apple. HEX triplet: 73, B4 and 48. RGB value is (115,180,72). Sum of RGB (Red+Green+Blue) = 115+180+72=367 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.34% from 367); Green value is 180 (70.70% from 255 or 49.05% from 367); Blue value is 72 (28.52% from 255 or 19.62% from 367); Max value from RGB is 180 - color contains mainly: green. Hex color #73B448 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73B448 is #8C4BB7. Grayscale: #949494. Windows color (decimal): -9194424 or 4764787. OLE color: 4764787.
HSL color Cylindrical-coordinate representation of color #73B448: hue angle of 96.11º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #73B448 is Cyan = 0.36, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 115 | 180 | 72 | - |
| CMYK | 0.36 | 0 | 0.60 | 0.29 |
| HSL | 96.11º | 0.43% | 0.49% | - |
| HSV(B) | 96.11º | 0.6% | 0.71% | - |
| XYZ | 24.56 | 36.76 | 11.93 | - |
| YUV | 148.25 | 84.97 | 104.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 180 | 72 | 0.36 | 0 | 0.60 | 0.29 | 96.11 | 0.43 | 0.49 |
| Hex | 73 | B4 | 48 | 24 | 0 | 3C | 1D | 60 | 2B | 31 |
| Octal | 163 | 264 | 110 | 44 | 0 | 74 | 35 | 140 | 53 | 61 |
| Binary | 1110011 | 10110100 | 1001000 | 100100 | 0 | 111100 | 11101 | 1100000 | 101011 | 110001 |
Color Harmonies of #73B448
Complementary color
Monochromatic Colors of #73B448
Black with #73B448
Text Example
Text Example
White with #73B448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B448; }
p { color: rgb(115,180,72); }
H1.HeaderClassName
{
color: #73B448;
}
.AnyTagClassName
{
color: #73B448;
}
</style>
background-color css
<style>
a { background-color: #73B448; }
a { background-color: rgb(115,180,72); }
div.DivClassName
{
background-color: #73B448;
}
.BgClassName
{
background-color: #73B448;
}
</style>
border-color css
<style>
span { border-color: #73B448; }
span { border-color: rgb(115,180,72); }
td.TdClassName
{
border-color: #73B448;
}
.TagClassName
{
border-color: #73B448;
}
</style>