Shades of Apple #56A040
Tints of Apple #56A040
RGB
CMYK
RGB Variations
Color information
#56A040 (or 0x56A040) is known color: Apple. HEX triplet: 56, A0 and 40. RGB value is (86,160,64). Sum of RGB (Red+Green+Blue) = 86+160+64=310 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.74% from 310); Green value is 160 (62.89% from 255 or 51.61% from 310); Blue value is 64 (25.39% from 255 or 20.65% from 310); Max value from RGB is 160 - color contains mainly: green. Hex color #56A040 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56A040 is #A95FBF. Grayscale: #7F7F7F. Windows color (decimal): -11100096 or 4235350. OLE color: 4235350.
HSL color Cylindrical-coordinate representation of color #56A040: hue angle of 106.25º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #56A040 is Cyan = 0.46, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 86 | 160 | 64 | - |
| CMYK | 0.46 | 0 | 0.6 | 0.37 |
| HSL | 106.25º | 0.43% | 0.44% | - |
| HSV(B) | 106.25º | 0.6% | 0.63% | - |
| XYZ | 17.33 | 27.49 | 9.24 | - |
| YUV | 126.93 | 92.48 | 98.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 160 | 64 | 0.46 | 0 | 0.6 | 0.37 | 106.25 | 0.43 | 0.44 |
| Hex | 56 | A0 | 40 | 2E | 0 | 3C | 25 | 6A | 2B | 2C |
| Octal | 126 | 240 | 100 | 56 | 0 | 74 | 45 | 152 | 53 | 54 |
| Binary | 1010110 | 10100000 | 1000000 | 101110 | 0 | 111100 | 100101 | 1101010 | 101011 | 101100 |
Color Harmonies of #56A040
Complementary color
Monochromatic Colors of #56A040
Black with #56A040
Text Example
Text Example
White with #56A040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56A040; }
p { color: rgb(86,160,64); }
H1.HeaderClassName
{
color: #56A040;
}
.AnyTagClassName
{
color: #56A040;
}
</style>
background-color css
<style>
a { background-color: #56A040; }
a { background-color: rgb(86,160,64); }
div.DivClassName
{
background-color: #56A040;
}
.BgClassName
{
background-color: #56A040;
}
</style>
border-color css
<style>
span { border-color: #56A040; }
span { border-color: rgb(86,160,64); }
td.TdClassName
{
border-color: #56A040;
}
.TagClassName
{
border-color: #56A040;
}
</style>