Shades of Apple #59A540
Tints of Apple #59A540
RGB
CMYK
RGB Variations
Color information
#59A540 (or 0x59A540) is known color: Apple. HEX triplet: 59, A5 and 40. RGB value is (89,165,64). Sum of RGB (Red+Green+Blue) = 89+165+64=318 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.99% from 318); Green value is 165 (64.84% from 255 or 51.89% from 318); Blue value is 64 (25.39% from 255 or 20.13% from 318); Max value from RGB is 165 - color contains mainly: green. Hex color #59A540 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #59A540 is #A65ABF. Grayscale: #838383. Windows color (decimal): -10902208 or 4236633. OLE color: 4236633.
HSL color Cylindrical-coordinate representation of color #59A540: hue angle of 105.15º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #59A540 is Cyan = 0.46, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 89 | 165 | 64 | - |
| CMYK | 0.46 | 0 | 0.61 | 0.35 |
| HSL | 105.15º | 0.44% | 0.45% | - |
| HSV(B) | 105.15º | 0.61% | 0.65% | - |
| XYZ | 18.5 | 29.4 | 9.55 | - |
| YUV | 130.76 | 90.32 | 98.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 165 | 64 | 0.46 | 0 | 0.61 | 0.35 | 105.15 | 0.44 | 0.45 |
| Hex | 59 | A5 | 40 | 2E | 0 | 3D | 23 | 69 | 2C | 2D |
| Octal | 131 | 245 | 100 | 56 | 0 | 75 | 43 | 151 | 54 | 55 |
| Binary | 1011001 | 10100101 | 1000000 | 101110 | 0 | 111101 | 100011 | 1101001 | 101100 | 101101 |
Color Harmonies of #59A540
Complementary color
Monochromatic Colors of #59A540
Black with #59A540
Text Example
Text Example
White with #59A540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59A540; }
p { color: rgb(89,165,64); }
H1.HeaderClassName
{
color: #59A540;
}
.AnyTagClassName
{
color: #59A540;
}
</style>
background-color css
<style>
a { background-color: #59A540; }
a { background-color: rgb(89,165,64); }
div.DivClassName
{
background-color: #59A540;
}
.BgClassName
{
background-color: #59A540;
}
</style>
border-color css
<style>
span { border-color: #59A540; }
span { border-color: rgb(89,165,64); }
td.TdClassName
{
border-color: #59A540;
}
.TagClassName
{
border-color: #59A540;
}
</style>