Shades of Apple #59B934
Tints of Apple #59B934
RGB
CMYK
RGB Variations
Color information
#59B934 (or 0x59B934) is known color: Apple. HEX triplet: 59, B9 and 34. RGB value is (89,185,52). Sum of RGB (Red+Green+Blue) = 89+185+52=326 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.30% from 326); Green value is 185 (72.66% from 255 or 56.75% from 326); Blue value is 52 (20.70% from 255 or 15.95% from 326); Max value from RGB is 185 - color contains mainly: green. Hex color #59B934 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #59B934 is #A646CB. Grayscale: #8D8D8D. Windows color (decimal): -10897100 or 3455321. OLE color: 3455321.
HSL color Cylindrical-coordinate representation of color #59B934: hue angle of 103.31º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #59B934 is Cyan = 0.52, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 89 | 185 | 52 | - |
| CMYK | 0.52 | 0 | 0.72 | 0.27 |
| HSL | 103.31º | 0.56% | 0.46% | - |
| HSV(B) | 103.31º | 0.72% | 0.73% | - |
| XYZ | 22.09 | 37.07 | 9.24 | - |
| YUV | 141.13 | 77.7 | 90.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 185 | 52 | 0.52 | 0 | 0.72 | 0.27 | 103.31 | 0.56 | 0.46 |
| Hex | 59 | B9 | 34 | 34 | 0 | 48 | 1B | 67 | 38 | 2E |
| Octal | 131 | 271 | 64 | 64 | 0 | 110 | 33 | 147 | 70 | 56 |
| Binary | 1011001 | 10111001 | 110100 | 110100 | 0 | 1001000 | 11011 | 1100111 | 111000 | 101110 |
Color Harmonies of #59B934
Complementary color
Monochromatic Colors of #59B934
Black with #59B934
Text Example
Text Example
White with #59B934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59B934; }
p { color: rgb(89,185,52); }
H1.HeaderClassName
{
color: #59B934;
}
.AnyTagClassName
{
color: #59B934;
}
</style>
background-color css
<style>
a { background-color: #59B934; }
a { background-color: rgb(89,185,52); }
div.DivClassName
{
background-color: #59B934;
}
.BgClassName
{
background-color: #59B934;
}
</style>
border-color css
<style>
span { border-color: #59B934; }
span { border-color: rgb(89,185,52); }
td.TdClassName
{
border-color: #59B934;
}
.TagClassName
{
border-color: #59B934;
}
</style>