Shades of Apple #59B32F
Tints of Apple #59B32F
RGB
CMYK
RGB Variations
Color information
#59B32F (or 0x59B32F) is known color: Apple. HEX triplet: 59, B3 and 2F. RGB value is (89,179,47). Sum of RGB (Red+Green+Blue) = 89+179+47=315 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.25% from 315); Green value is 179 (70.31% from 255 or 56.83% from 315); Blue value is 47 (18.75% from 255 or 14.92% from 315); Max value from RGB is 179 - color contains mainly: green. Hex color #59B32F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #59B32F is #A64CD0. Grayscale: #898989. Windows color (decimal): -10898641 or 3126105. OLE color: 3126105.
HSL color Cylindrical-coordinate representation of color #59B32F: hue angle of 100.91º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #59B32F is Cyan = 0.50, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 89 | 179 | 47 | - |
| CMYK | 0.50 | 0 | 0.74 | 0.30 |
| HSL | 100.91º | 0.58% | 0.44% | - |
| HSV(B) | 100.91º | 0.74% | 0.7% | - |
| XYZ | 20.75 | 34.57 | 8.27 | - |
| YUV | 137.04 | 77.18 | 93.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 179 | 47 | 0.50 | 0 | 0.74 | 0.30 | 100.91 | 0.58 | 0.44 |
| Hex | 59 | B3 | 2F | 32 | 0 | 4A | 1E | 65 | 3A | 2C |
| Octal | 131 | 263 | 57 | 62 | 0 | 112 | 36 | 145 | 72 | 54 |
| Binary | 1011001 | 10110011 | 101111 | 110010 | 0 | 1001010 | 11110 | 1100101 | 111010 | 101100 |
Color Harmonies of #59B32F
Complementary color
Monochromatic Colors of #59B32F
Black with #59B32F
Text Example
Text Example
White with #59B32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59B32F; }
p { color: rgb(89,179,47); }
H1.HeaderClassName
{
color: #59B32F;
}
.AnyTagClassName
{
color: #59B32F;
}
</style>
background-color css
<style>
a { background-color: #59B32F; }
a { background-color: rgb(89,179,47); }
div.DivClassName
{
background-color: #59B32F;
}
.BgClassName
{
background-color: #59B32F;
}
</style>
border-color css
<style>
span { border-color: #59B32F; }
span { border-color: rgb(89,179,47); }
td.TdClassName
{
border-color: #59B32F;
}
.TagClassName
{
border-color: #59B32F;
}
</style>