Shades of Apple #599D46
Tints of Apple #599D46
RGB
CMYK
RGB Variations
Color information
#599D46 (or 0x599D46) is known color: Apple. HEX triplet: 59, 9D and 46. RGB value is (89,157,70). Sum of RGB (Red+Green+Blue) = 89+157+70=316 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.16% from 316); Green value is 157 (61.72% from 255 or 49.68% from 316); Blue value is 70 (27.73% from 255 or 22.15% from 316); Max value from RGB is 157 - color contains mainly: green. Hex color #599D46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #599D46 is #A662B9. Grayscale: #7F7F7F. Windows color (decimal): -10904250 or 4627801. OLE color: 4627801.
HSL color Cylindrical-coordinate representation of color #599D46: hue angle of 106.9º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #599D46 is Cyan = 0.43, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 89 | 157 | 70 | - |
| CMYK | 0.43 | 0 | 0.55 | 0.38 |
| HSL | 106.9º | 0.38% | 0.45% | - |
| HSV(B) | 106.9º | 0.55% | 0.62% | - |
| XYZ | 17.28 | 26.68 | 10.03 | - |
| YUV | 126.75 | 95.97 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 157 | 70 | 0.43 | 0 | 0.55 | 0.38 | 106.9 | 0.38 | 0.45 |
| Hex | 59 | 9D | 46 | 2B | 0 | 37 | 26 | 6B | 26 | 2D |
| Octal | 131 | 235 | 106 | 53 | 0 | 67 | 46 | 153 | 46 | 55 |
| Binary | 1011001 | 10011101 | 1000110 | 101011 | 0 | 110111 | 100110 | 1101011 | 100110 | 101101 |
Color Harmonies of #599D46
Complementary color
Monochromatic Colors of #599D46
Black with #599D46
Text Example
Text Example
White with #599D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599D46; }
p { color: rgb(89,157,70); }
H1.HeaderClassName
{
color: #599D46;
}
.AnyTagClassName
{
color: #599D46;
}
</style>
background-color css
<style>
a { background-color: #599D46; }
a { background-color: rgb(89,157,70); }
div.DivClassName
{
background-color: #599D46;
}
.BgClassName
{
background-color: #599D46;
}
</style>
border-color css
<style>
span { border-color: #599D46; }
span { border-color: rgb(89,157,70); }
td.TdClassName
{
border-color: #599D46;
}
.TagClassName
{
border-color: #599D46;
}
</style>