Shades of Apple #559B41
Tints of Apple #559B41
RGB
CMYK
RGB Variations
Color information
#559B41 (or 0x559B41) is known color: Apple. HEX triplet: 55, 9B and 41. RGB value is (85,155,65). Sum of RGB (Red+Green+Blue) = 85+155+65=305 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.87% from 305); Green value is 155 (60.94% from 255 or 50.82% from 305); Blue value is 65 (25.78% from 255 or 21.31% from 305); Max value from RGB is 155 - color contains mainly: green. Hex color #559B41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559B41 is #AA64BE. Grayscale: #7C7C7C. Windows color (decimal): -11166911 or 4299605. OLE color: 4299605.
HSL color Cylindrical-coordinate representation of color #559B41: hue angle of 106.67º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #559B41 is Cyan = 0.45, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 85 | 155 | 65 | - |
| CMYK | 0.45 | 0 | 0.58 | 0.39 |
| HSL | 106.67º | 0.41% | 0.43% | - |
| HSV(B) | 106.67º | 0.58% | 0.61% | - |
| XYZ | 16.42 | 25.76 | 9.11 | - |
| YUV | 123.81 | 94.81 | 100.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 155 | 65 | 0.45 | 0 | 0.58 | 0.39 | 106.67 | 0.41 | 0.43 |
| Hex | 55 | 9B | 41 | 2D | 0 | 3A | 27 | 6B | 29 | 2B |
| Octal | 125 | 233 | 101 | 55 | 0 | 72 | 47 | 153 | 51 | 53 |
| Binary | 1010101 | 10011011 | 1000001 | 101101 | 0 | 111010 | 100111 | 1101011 | 101001 | 101011 |
Color Harmonies of #559B41
Complementary color
Monochromatic Colors of #559B41
Black with #559B41
Text Example
Text Example
White with #559B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559B41; }
p { color: rgb(85,155,65); }
H1.HeaderClassName
{
color: #559B41;
}
.AnyTagClassName
{
color: #559B41;
}
</style>
background-color css
<style>
a { background-color: #559B41; }
a { background-color: rgb(85,155,65); }
div.DivClassName
{
background-color: #559B41;
}
.BgClassName
{
background-color: #559B41;
}
</style>
border-color css
<style>
span { border-color: #559B41; }
span { border-color: rgb(85,155,65); }
td.TdClassName
{
border-color: #559B41;
}
.TagClassName
{
border-color: #559B41;
}
</style>