Shades of Apple #56B449
Tints of Apple #56B449
RGB
CMYK
RGB Variations
Color information
#56B449 (or 0x56B449) is known color: Apple. HEX triplet: 56, B4 and 49. RGB value is (86,180,73). Sum of RGB (Red+Green+Blue) = 86+180+73=339 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.37% from 339); Green value is 180 (70.70% from 255 or 53.10% from 339); Blue value is 73 (28.91% from 255 or 21.53% from 339); Max value from RGB is 180 - color contains mainly: green. Hex color #56B449 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56B449 is #A94BB6. Grayscale: #8C8C8C. Windows color (decimal): -11094967 or 4830294. OLE color: 4830294.
HSL color Cylindrical-coordinate representation of color #56B449: hue angle of 112.71º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #56B449 is Cyan = 0.52, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 86 | 180 | 73 | - |
| CMYK | 0.52 | 0 | 0.59 | 0.29 |
| HSL | 112.71º | 0.42% | 0.5% | - |
| HSV(B) | 112.71º | 0.59% | 0.71% | - |
| XYZ | 21.36 | 35.1 | 11.95 | - |
| YUV | 139.7 | 90.36 | 89.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 180 | 73 | 0.52 | 0 | 0.59 | 0.29 | 112.71 | 0.42 | 0.5 |
| Hex | 56 | B4 | 49 | 34 | 0 | 3B | 1D | 71 | 2A | 32 |
| Octal | 126 | 264 | 111 | 64 | 0 | 73 | 35 | 161 | 52 | 62 |
| Binary | 1010110 | 10110100 | 1001001 | 110100 | 0 | 111011 | 11101 | 1110001 | 101010 | 110010 |
Color Harmonies of #56B449
Complementary color
Monochromatic Colors of #56B449
Black with #56B449
Text Example
Text Example
White with #56B449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56B449; }
p { color: rgb(86,180,73); }
H1.HeaderClassName
{
color: #56B449;
}
.AnyTagClassName
{
color: #56B449;
}
</style>
background-color css
<style>
a { background-color: #56B449; }
a { background-color: rgb(86,180,73); }
div.DivClassName
{
background-color: #56B449;
}
.BgClassName
{
background-color: #56B449;
}
</style>
border-color css
<style>
span { border-color: #56B449; }
span { border-color: rgb(86,180,73); }
td.TdClassName
{
border-color: #56B449;
}
.TagClassName
{
border-color: #56B449;
}
</style>