Shades of Apple #599F40
Tints of Apple #599F40
RGB
CMYK
RGB Variations
Color information
#599F40 (or 0x599F40) is known color: Apple. HEX triplet: 59, 9F and 40. RGB value is (89,159,64). Sum of RGB (Red+Green+Blue) = 89+159+64=312 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.53% from 312); Green value is 159 (62.5% from 255 or 50.96% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 159 - color contains mainly: green. Hex color #599F40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #599F40 is #A660BF. Grayscale: #7F7F7F. Windows color (decimal): -10903744 or 4235097. OLE color: 4235097.
HSL color Cylindrical-coordinate representation of color #599F40: hue angle of 104.21º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #599F40 is Cyan = 0.44, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 89 | 159 | 64 | - |
| CMYK | 0.44 | 0 | 0.60 | 0.38 |
| HSL | 104.21º | 0.43% | 0.44% | - |
| HSV(B) | 104.21º | 0.6% | 0.62% | - |
| XYZ | 17.44 | 27.29 | 9.2 | - |
| YUV | 127.24 | 92.31 | 100.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 159 | 64 | 0.44 | 0 | 0.60 | 0.38 | 104.21 | 0.43 | 0.44 |
| Hex | 59 | 9F | 40 | 2C | 0 | 3C | 26 | 68 | 2B | 2C |
| Octal | 131 | 237 | 100 | 54 | 0 | 74 | 46 | 150 | 53 | 54 |
| Binary | 1011001 | 10011111 | 1000000 | 101100 | 0 | 111100 | 100110 | 1101000 | 101011 | 101100 |
Color Harmonies of #599F40
Complementary color
Monochromatic Colors of #599F40
Black with #599F40
Text Example
Text Example
White with #599F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599F40; }
p { color: rgb(89,159,64); }
H1.HeaderClassName
{
color: #599F40;
}
.AnyTagClassName
{
color: #599F40;
}
</style>
background-color css
<style>
a { background-color: #599F40; }
a { background-color: rgb(89,159,64); }
div.DivClassName
{
background-color: #599F40;
}
.BgClassName
{
background-color: #599F40;
}
</style>
border-color css
<style>
span { border-color: #599F40; }
span { border-color: rgb(89,159,64); }
td.TdClassName
{
border-color: #599F40;
}
.TagClassName
{
border-color: #599F40;
}
</style>