Shades of Apple #56A13C
Tints of Apple #56A13C
RGB
CMYK
RGB Variations
Color information
#56A13C (or 0x56A13C) is known color: Apple. HEX triplet: 56, A1 and 3C. RGB value is (86,161,60). Sum of RGB (Red+Green+Blue) = 86+161+60=307 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.01% from 307); Green value is 161 (63.28% from 255 or 52.44% from 307); Blue value is 60 (23.83% from 255 or 19.54% from 307); Max value from RGB is 161 - color contains mainly: green. Hex color #56A13C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56A13C is #A95EC3. Grayscale: #7F7F7F. Windows color (decimal): -11099844 or 3973462. OLE color: 3973462.
HSL color Cylindrical-coordinate representation of color #56A13C: hue angle of 104.55º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #56A13C is Cyan = 0.47, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 86 | 161 | 60 | - |
| CMYK | 0.47 | 0 | 0.63 | 0.37 |
| HSL | 104.55º | 0.46% | 0.43% | - |
| HSV(B) | 104.55º | 0.63% | 0.63% | - |
| XYZ | 17.4 | 27.79 | 8.72 | - |
| YUV | 127.06 | 90.15 | 98.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 161 | 60 | 0.47 | 0 | 0.63 | 0.37 | 104.55 | 0.46 | 0.43 |
| Hex | 56 | A1 | 3C | 2F | 0 | 3F | 25 | 69 | 2E | 2B |
| Octal | 126 | 241 | 74 | 57 | 0 | 77 | 45 | 151 | 56 | 53 |
| Binary | 1010110 | 10100001 | 111100 | 101111 | 0 | 111111 | 100101 | 1101001 | 101110 | 101011 |
Color Harmonies of #56A13C
Complementary color
Monochromatic Colors of #56A13C
Black with #56A13C
Text Example
Text Example
White with #56A13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56A13C; }
p { color: rgb(86,161,60); }
H1.HeaderClassName
{
color: #56A13C;
}
.AnyTagClassName
{
color: #56A13C;
}
</style>
background-color css
<style>
a { background-color: #56A13C; }
a { background-color: rgb(86,161,60); }
div.DivClassName
{
background-color: #56A13C;
}
.BgClassName
{
background-color: #56A13C;
}
</style>
border-color css
<style>
span { border-color: #56A13C; }
span { border-color: rgb(86,161,60); }
td.TdClassName
{
border-color: #56A13C;
}
.TagClassName
{
border-color: #56A13C;
}
</style>