Shades of Apple #59AD3D
Tints of Apple #59AD3D
RGB
CMYK
RGB Variations
Color information
#59AD3D (or 0x59AD3D) is known color: Apple. HEX triplet: 59, AD and 3D. RGB value is (89,173,61). Sum of RGB (Red+Green+Blue) = 89+173+61=323 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.55% from 323); Green value is 173 (67.97% from 255 or 53.56% from 323); Blue value is 61 (24.22% from 255 or 18.89% from 323); Max value from RGB is 173 - color contains mainly: green. Hex color #59AD3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #59AD3D is #A652C2. Grayscale: #878787. Windows color (decimal): -10900163 or 4042073. OLE color: 4042073.
HSL color Cylindrical-coordinate representation of color #59AD3D: hue angle of 105º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #59AD3D is Cyan = 0.49, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 89 | 173 | 61 | - |
| CMYK | 0.49 | 0 | 0.65 | 0.32 |
| HSL | 105º | 0.48% | 0.46% | - |
| HSV(B) | 105º | 0.65% | 0.68% | - |
| XYZ | 19.91 | 32.35 | 9.61 | - |
| YUV | 135.12 | 86.17 | 95.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 173 | 61 | 0.49 | 0 | 0.65 | 0.32 | 105 | 0.48 | 0.46 |
| Hex | 59 | AD | 3D | 31 | 0 | 41 | 20 | 69 | 30 | 2E |
| Octal | 131 | 255 | 75 | 61 | 0 | 101 | 40 | 151 | 60 | 56 |
| Binary | 1011001 | 10101101 | 111101 | 110001 | 0 | 1000001 | 100000 | 1101001 | 110000 | 101110 |
Color Harmonies of #59AD3D
Complementary color
Monochromatic Colors of #59AD3D
Black with #59AD3D
Text Example
Text Example
White with #59AD3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59AD3D; }
p { color: rgb(89,173,61); }
H1.HeaderClassName
{
color: #59AD3D;
}
.AnyTagClassName
{
color: #59AD3D;
}
</style>
background-color css
<style>
a { background-color: #59AD3D; }
a { background-color: rgb(89,173,61); }
div.DivClassName
{
background-color: #59AD3D;
}
.BgClassName
{
background-color: #59AD3D;
}
</style>
border-color css
<style>
span { border-color: #59AD3D; }
span { border-color: rgb(89,173,61); }
td.TdClassName
{
border-color: #59AD3D;
}
.TagClassName
{
border-color: #59AD3D;
}
</style>