Shades of Apple #559B42
Tints of Apple #559B42
RGB
CMYK
RGB Variations
Color information
#559B42 (or 0x559B42) is known color: Apple. HEX triplet: 55, 9B and 42. RGB value is (85,155,66). Sum of RGB (Red+Green+Blue) = 85+155+66=306 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.78% from 306); Green value is 155 (60.94% from 255 or 50.65% from 306); Blue value is 66 (26.17% from 255 or 21.57% from 306); Max value from RGB is 155 - color contains mainly: green. Hex color #559B42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559B42 is #AA64BD. Grayscale: #7C7C7C. Windows color (decimal): -11166910 or 4365141. OLE color: 4365141.
HSL color Cylindrical-coordinate representation of color #559B42: hue angle of 107.19º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #559B42 is Cyan = 0.45, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 85 | 155 | 66 | - |
| CMYK | 0.45 | 0 | 0.57 | 0.39 |
| HSL | 107.19º | 0.4% | 0.43% | - |
| HSV(B) | 107.19º | 0.57% | 0.61% | - |
| XYZ | 16.45 | 25.77 | 9.26 | - |
| YUV | 123.92 | 95.31 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 155 | 66 | 0.45 | 0 | 0.57 | 0.39 | 107.19 | 0.4 | 0.43 |
| Hex | 55 | 9B | 42 | 2D | 0 | 39 | 27 | 6B | 28 | 2B |
| Octal | 125 | 233 | 102 | 55 | 0 | 71 | 47 | 153 | 50 | 53 |
| Binary | 1010101 | 10011011 | 1000010 | 101101 | 0 | 111001 | 100111 | 1101011 | 101000 | 101011 |
Color Harmonies of #559B42
Complementary color
Monochromatic Colors of #559B42
Black with #559B42
Text Example
Text Example
White with #559B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559B42; }
p { color: rgb(85,155,66); }
H1.HeaderClassName
{
color: #559B42;
}
.AnyTagClassName
{
color: #559B42;
}
</style>
background-color css
<style>
a { background-color: #559B42; }
a { background-color: rgb(85,155,66); }
div.DivClassName
{
background-color: #559B42;
}
.BgClassName
{
background-color: #559B42;
}
</style>
border-color css
<style>
span { border-color: #559B42; }
span { border-color: rgb(85,155,66); }
td.TdClassName
{
border-color: #559B42;
}
.TagClassName
{
border-color: #559B42;
}
</style>