Shades of Apple #559C42
Tints of Apple #559C42
RGB
CMYK
RGB Variations
Color information
#559C42 (or 0x559C42) is known color: Apple. HEX triplet: 55, 9C and 42. RGB value is (85,156,66). Sum of RGB (Red+Green+Blue) = 85+156+66=307 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.69% from 307); Green value is 156 (61.33% from 255 or 50.81% from 307); Blue value is 66 (26.17% from 255 or 21.50% from 307); Max value from RGB is 156 - color contains mainly: green. Hex color #559C42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559C42 is #AA63BD. Grayscale: #7C7C7C. Windows color (decimal): -11166654 or 4365397. OLE color: 4365397.
HSL color Cylindrical-coordinate representation of color #559C42: hue angle of 107.33º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #559C42 is Cyan = 0.46, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 85 | 156 | 66 | - |
| CMYK | 0.46 | 0 | 0.58 | 0.39 |
| HSL | 107.33º | 0.41% | 0.44% | - |
| HSV(B) | 107.33º | 0.58% | 0.61% | - |
| XYZ | 16.62 | 26.1 | 9.32 | - |
| YUV | 124.51 | 94.98 | 99.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 156 | 66 | 0.46 | 0 | 0.58 | 0.39 | 107.33 | 0.41 | 0.44 |
| Hex | 55 | 9C | 42 | 2E | 0 | 3A | 27 | 6B | 29 | 2C |
| Octal | 125 | 234 | 102 | 56 | 0 | 72 | 47 | 153 | 51 | 54 |
| Binary | 1010101 | 10011100 | 1000010 | 101110 | 0 | 111010 | 100111 | 1101011 | 101001 | 101100 |
Color Harmonies of #559C42
Complementary color
Monochromatic Colors of #559C42
Black with #559C42
Text Example
Text Example
White with #559C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559C42; }
p { color: rgb(85,156,66); }
H1.HeaderClassName
{
color: #559C42;
}
.AnyTagClassName
{
color: #559C42;
}
</style>
background-color css
<style>
a { background-color: #559C42; }
a { background-color: rgb(85,156,66); }
div.DivClassName
{
background-color: #559C42;
}
.BgClassName
{
background-color: #559C42;
}
</style>
border-color css
<style>
span { border-color: #559C42; }
span { border-color: rgb(85,156,66); }
td.TdClassName
{
border-color: #559C42;
}
.TagClassName
{
border-color: #559C42;
}
</style>