Shades of Apple #599B40
Tints of Apple #599B40
RGB
CMYK
RGB Variations
Color information
#599B40 (or 0x599B40) is known color: Apple. HEX triplet: 59, 9B and 40. RGB value is (89,155,64). Sum of RGB (Red+Green+Blue) = 89+155+64=308 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.90% from 308); Green value is 155 (60.94% from 255 or 50.32% from 308); Blue value is 64 (25.39% from 255 or 20.78% from 308); Max value from RGB is 155 - color contains mainly: green. Hex color #599B40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #599B40 is #A664BF. Grayscale: #7D7D7D. Windows color (decimal): -10904768 or 4234073. OLE color: 4234073.
HSL color Cylindrical-coordinate representation of color #599B40: hue angle of 103.52º 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 #599B40 is Cyan = 0.43, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 89 | 155 | 64 | - |
| CMYK | 0.43 | 0 | 0.59 | 0.39 |
| HSL | 103.52º | 0.42% | 0.43% | - |
| HSV(B) | 103.52º | 0.59% | 0.61% | - |
| XYZ | 16.77 | 25.94 | 8.97 | - |
| YUV | 124.89 | 93.63 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 155 | 64 | 0.43 | 0 | 0.59 | 0.39 | 103.52 | 0.42 | 0.43 |
| Hex | 59 | 9B | 40 | 2B | 0 | 3B | 27 | 68 | 2A | 2B |
| Octal | 131 | 233 | 100 | 53 | 0 | 73 | 47 | 150 | 52 | 53 |
| Binary | 1011001 | 10011011 | 1000000 | 101011 | 0 | 111011 | 100111 | 1101000 | 101010 | 101011 |
Color Harmonies of #599B40
Complementary color
Monochromatic Colors of #599B40
Black with #599B40
Text Example
Text Example
White with #599B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599B40; }
p { color: rgb(89,155,64); }
H1.HeaderClassName
{
color: #599B40;
}
.AnyTagClassName
{
color: #599B40;
}
</style>
background-color css
<style>
a { background-color: #599B40; }
a { background-color: rgb(89,155,64); }
div.DivClassName
{
background-color: #599B40;
}
.BgClassName
{
background-color: #599B40;
}
</style>
border-color css
<style>
span { border-color: #599B40; }
span { border-color: rgb(89,155,64); }
td.TdClassName
{
border-color: #599B40;
}
.TagClassName
{
border-color: #599B40;
}
</style>