Shades of Apple #59AB34
Tints of Apple #59AB34
RGB
CMYK
RGB Variations
Color information
#59AB34 (or 0x59AB34) is known color: Apple. HEX triplet: 59, AB and 34. RGB value is (89,171,52). Sum of RGB (Red+Green+Blue) = 89+171+52=312 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.53% from 312); Green value is 171 (67.19% from 255 or 54.81% from 312); Blue value is 52 (20.70% from 255 or 16.67% from 312); Max value from RGB is 171 - color contains mainly: green. Hex color #59AB34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #59AB34 is #A654CB. Grayscale: #858585. Windows color (decimal): -10900684 or 3451737. OLE color: 3451737.
HSL color Cylindrical-coordinate representation of color #59AB34: hue angle of 101.34º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #59AB34 is Cyan = 0.48, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 171 | 52 | - |
| CMYK | 0.48 | 0 | 0.70 | 0.33 |
| HSL | 101.34º | 0.53% | 0.44% | - |
| HSV(B) | 101.34º | 0.7% | 0.67% | - |
| XYZ | 19.3 | 31.5 | 8.31 | - |
| YUV | 132.92 | 82.33 | 96.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 171 | 52 | 0.48 | 0 | 0.70 | 0.33 | 101.34 | 0.53 | 0.44 |
| Hex | 59 | AB | 34 | 30 | 0 | 46 | 21 | 65 | 35 | 2C |
| Octal | 131 | 253 | 64 | 60 | 0 | 106 | 41 | 145 | 65 | 54 |
| Binary | 1011001 | 10101011 | 110100 | 110000 | 0 | 1000110 | 100001 | 1100101 | 110101 | 101100 |
Color Harmonies of #59AB34
Complementary color
Monochromatic Colors of #59AB34
Black with #59AB34
Text Example
Text Example
White with #59AB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59AB34; }
p { color: rgb(89,171,52); }
H1.HeaderClassName
{
color: #59AB34;
}
.AnyTagClassName
{
color: #59AB34;
}
</style>
background-color css
<style>
a { background-color: #59AB34; }
a { background-color: rgb(89,171,52); }
div.DivClassName
{
background-color: #59AB34;
}
.BgClassName
{
background-color: #59AB34;
}
</style>
border-color css
<style>
span { border-color: #59AB34; }
span { border-color: rgb(89,171,52); }
td.TdClassName
{
border-color: #59AB34;
}
.TagClassName
{
border-color: #59AB34;
}
</style>