Shades of Apple #56A638
Tints of Apple #56A638
RGB
CMYK
RGB Variations
Color information
#56A638 (or 0x56A638) is known color: Apple. HEX triplet: 56, A6 and 38. RGB value is (86,166,56). Sum of RGB (Red+Green+Blue) = 86+166+56=308 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.92% from 308); Green value is 166 (65.23% from 255 or 53.90% from 308); Blue value is 56 (22.27% from 255 or 18.18% from 308); Max value from RGB is 166 - color contains mainly: green. Hex color #56A638 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56A638 is #A959C7. Grayscale: #818181. Windows color (decimal): -11098568 or 3712598. OLE color: 3712598.
HSL color Cylindrical-coordinate representation of color #56A638: hue angle of 103.64º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56A638 is Cyan = 0.48, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 86 | 166 | 56 | - |
| CMYK | 0.48 | 0 | 0.66 | 0.35 |
| HSL | 103.64º | 0.5% | 0.44% | - |
| HSV(B) | 103.64º | 0.66% | 0.65% | - |
| XYZ | 18.19 | 29.54 | 8.48 | - |
| YUV | 129.54 | 86.5 | 96.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 166 | 56 | 0.48 | 0 | 0.66 | 0.35 | 103.64 | 0.5 | 0.44 |
| Hex | 56 | A6 | 38 | 30 | 0 | 42 | 23 | 68 | 32 | 2C |
| Octal | 126 | 246 | 70 | 60 | 0 | 102 | 43 | 150 | 62 | 54 |
| Binary | 1010110 | 10100110 | 111000 | 110000 | 0 | 1000010 | 100011 | 1101000 | 110010 | 101100 |
Color Harmonies of #56A638
Complementary color
Monochromatic Colors of #56A638
Black with #56A638
Text Example
Text Example
White with #56A638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56A638; }
p { color: rgb(86,166,56); }
H1.HeaderClassName
{
color: #56A638;
}
.AnyTagClassName
{
color: #56A638;
}
</style>
background-color css
<style>
a { background-color: #56A638; }
a { background-color: rgb(86,166,56); }
div.DivClassName
{
background-color: #56A638;
}
.BgClassName
{
background-color: #56A638;
}
</style>
border-color css
<style>
span { border-color: #56A638; }
span { border-color: rgb(86,166,56); }
td.TdClassName
{
border-color: #56A638;
}
.TagClassName
{
border-color: #56A638;
}
</style>