Shades of Apple #599C40
Tints of Apple #599C40
RGB
CMYK
RGB Variations
Color information
#599C40 (or 0x599C40) is known color: Apple. HEX triplet: 59, 9C and 40. RGB value is (89,156,64). Sum of RGB (Red+Green+Blue) = 89+156+64=309 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.80% from 309); Green value is 156 (61.33% from 255 or 50.49% from 309); Blue value is 64 (25.39% from 255 or 20.71% from 309); Max value from RGB is 156 - color contains mainly: green. Hex color #599C40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #599C40 is #A663BF. Grayscale: #7D7D7D. Windows color (decimal): -10904512 or 4234329. OLE color: 4234329.
HSL color Cylindrical-coordinate representation of color #599C40: hue angle of 103.7º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #599C40 is Cyan = 0.43, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 89 | 156 | 64 | - |
| CMYK | 0.43 | 0 | 0.59 | 0.39 |
| HSL | 103.7º | 0.42% | 0.43% | - |
| HSV(B) | 103.7º | 0.59% | 0.61% | - |
| XYZ | 16.93 | 26.27 | 9.03 | - |
| YUV | 125.48 | 93.3 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 156 | 64 | 0.43 | 0 | 0.59 | 0.39 | 103.7 | 0.42 | 0.43 |
| Hex | 59 | 9C | 40 | 2B | 0 | 3B | 27 | 68 | 2A | 2B |
| Octal | 131 | 234 | 100 | 53 | 0 | 73 | 47 | 150 | 52 | 53 |
| Binary | 1011001 | 10011100 | 1000000 | 101011 | 0 | 111011 | 100111 | 1101000 | 101010 | 101011 |
Color Harmonies of #599C40
Complementary color
Monochromatic Colors of #599C40
Black with #599C40
Text Example
Text Example
White with #599C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599C40; }
p { color: rgb(89,156,64); }
H1.HeaderClassName
{
color: #599C40;
}
.AnyTagClassName
{
color: #599C40;
}
</style>
background-color css
<style>
a { background-color: #599C40; }
a { background-color: rgb(89,156,64); }
div.DivClassName
{
background-color: #599C40;
}
.BgClassName
{
background-color: #599C40;
}
</style>
border-color css
<style>
span { border-color: #599C40; }
span { border-color: rgb(89,156,64); }
td.TdClassName
{
border-color: #599C40;
}
.TagClassName
{
border-color: #599C40;
}
</style>