Shades of Apple #559E43
Tints of Apple #559E43
RGB
CMYK
RGB Variations
Color information
#559E43 (or 0x559E43) is known color: Apple. HEX triplet: 55, 9E and 43. RGB value is (85,158,67). Sum of RGB (Red+Green+Blue) = 85+158+67=310 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.42% from 310); Green value is 158 (62.11% from 255 or 50.97% from 310); Blue value is 67 (26.56% from 255 or 21.61% from 310); Max value from RGB is 158 - color contains mainly: green. Hex color #559E43 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559E43 is #AA61BC. Grayscale: #7E7E7E. Windows color (decimal): -11166141 or 4431445. OLE color: 4431445.
HSL color Cylindrical-coordinate representation of color #559E43: hue angle of 108.13º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #559E43 is Cyan = 0.46, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 158 | 67 | - |
| CMYK | 0.46 | 0 | 0.58 | 0.38 |
| HSL | 108.13º | 0.4% | 0.44% | - |
| HSV(B) | 108.13º | 0.58% | 0.62% | - |
| XYZ | 16.99 | 26.79 | 9.59 | - |
| YUV | 125.8 | 94.82 | 98.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 158 | 67 | 0.46 | 0 | 0.58 | 0.38 | 108.13 | 0.4 | 0.44 |
| Hex | 55 | 9E | 43 | 2E | 0 | 3A | 26 | 6C | 28 | 2C |
| Octal | 125 | 236 | 103 | 56 | 0 | 72 | 46 | 154 | 50 | 54 |
| Binary | 1010101 | 10011110 | 1000011 | 101110 | 0 | 111010 | 100110 | 1101100 | 101000 | 101100 |
Color Harmonies of #559E43
Complementary color
Monochromatic Colors of #559E43
Black with #559E43
Text Example
Text Example
White with #559E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559E43; }
p { color: rgb(85,158,67); }
H1.HeaderClassName
{
color: #559E43;
}
.AnyTagClassName
{
color: #559E43;
}
</style>
background-color css
<style>
a { background-color: #559E43; }
a { background-color: rgb(85,158,67); }
div.DivClassName
{
background-color: #559E43;
}
.BgClassName
{
background-color: #559E43;
}
</style>
border-color css
<style>
span { border-color: #559E43; }
span { border-color: rgb(85,158,67); }
td.TdClassName
{
border-color: #559E43;
}
.TagClassName
{
border-color: #559E43;
}
</style>