Shades of Apple #59B448
Tints of Apple #59B448
RGB
CMYK
RGB Variations
Color information
#59B448 (or 0x59B448) is known color: Apple. HEX triplet: 59, B4 and 48. RGB value is (89,180,72). Sum of RGB (Red+Green+Blue) = 89+180+72=341 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.10% from 341); Green value is 180 (70.70% from 255 or 52.79% from 341); Blue value is 72 (28.52% from 255 or 21.11% from 341); Max value from RGB is 180 - color contains mainly: green. Hex color #59B448 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #59B448 is #A64BB7. Grayscale: #8C8C8C. Windows color (decimal): -10898360 or 4764761. OLE color: 4764761.
HSL color Cylindrical-coordinate representation of color #59B448: hue angle of 110.56º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59B448 is Cyan = 0.51, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 89 | 180 | 72 | - |
| CMYK | 0.51 | 0 | 0.60 | 0.29 |
| HSL | 110.56º | 0.43% | 0.49% | - |
| HSV(B) | 110.56º | 0.6% | 0.71% | - |
| XYZ | 21.61 | 35.23 | 11.79 | - |
| YUV | 140.48 | 89.35 | 91.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 180 | 72 | 0.51 | 0 | 0.60 | 0.29 | 110.56 | 0.43 | 0.49 |
| Hex | 59 | B4 | 48 | 33 | 0 | 3C | 1D | 6F | 2B | 31 |
| Octal | 131 | 264 | 110 | 63 | 0 | 74 | 35 | 157 | 53 | 61 |
| Binary | 1011001 | 10110100 | 1001000 | 110011 | 0 | 111100 | 11101 | 1101111 | 101011 | 110001 |
Color Harmonies of #59B448
Complementary color
Monochromatic Colors of #59B448
Black with #59B448
Text Example
Text Example
White with #59B448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59B448; }
p { color: rgb(89,180,72); }
H1.HeaderClassName
{
color: #59B448;
}
.AnyTagClassName
{
color: #59B448;
}
</style>
background-color css
<style>
a { background-color: #59B448; }
a { background-color: rgb(89,180,72); }
div.DivClassName
{
background-color: #59B448;
}
.BgClassName
{
background-color: #59B448;
}
</style>
border-color css
<style>
span { border-color: #59B448; }
span { border-color: rgb(89,180,72); }
td.TdClassName
{
border-color: #59B448;
}
.TagClassName
{
border-color: #59B448;
}
</style>