Shades of Apple #58A047
Tints of Apple #58A047
RGB
CMYK
RGB Variations
Color information
#58A047 (or 0x58A047) is known color: Apple. HEX triplet: 58, A0 and 47. RGB value is (88,160,71). Sum of RGB (Red+Green+Blue) = 88+160+71=319 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.59% from 319); Green value is 160 (62.89% from 255 or 50.16% from 319); Blue value is 71 (28.12% from 255 or 22.26% from 319); Max value from RGB is 160 - color contains mainly: green. Hex color #58A047 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58A047 is #A75FB8. Grayscale: #808080. Windows color (decimal): -10969017 or 4694104. OLE color: 4694104.
HSL color Cylindrical-coordinate representation of color #58A047: hue angle of 108.54º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #58A047 is Cyan = 0.45, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 88 | 160 | 71 | - |
| CMYK | 0.45 | 0 | 0.56 | 0.37 |
| HSL | 108.54º | 0.39% | 0.45% | - |
| HSV(B) | 108.54º | 0.56% | 0.63% | - |
| XYZ | 17.73 | 27.67 | 10.37 | - |
| YUV | 128.33 | 95.65 | 99.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 160 | 71 | 0.45 | 0 | 0.56 | 0.37 | 108.54 | 0.39 | 0.45 |
| Hex | 58 | A0 | 47 | 2D | 0 | 38 | 25 | 6D | 27 | 2D |
| Octal | 130 | 240 | 107 | 55 | 0 | 70 | 45 | 155 | 47 | 55 |
| Binary | 1011000 | 10100000 | 1000111 | 101101 | 0 | 111000 | 100101 | 1101101 | 100111 | 101101 |
Color Harmonies of #58A047
Complementary color
Monochromatic Colors of #58A047
Black with #58A047
Text Example
Text Example
White with #58A047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A047; }
p { color: rgb(88,160,71); }
H1.HeaderClassName
{
color: #58A047;
}
.AnyTagClassName
{
color: #58A047;
}
</style>
background-color css
<style>
a { background-color: #58A047; }
a { background-color: rgb(88,160,71); }
div.DivClassName
{
background-color: #58A047;
}
.BgClassName
{
background-color: #58A047;
}
</style>
border-color css
<style>
span { border-color: #58A047; }
span { border-color: rgb(88,160,71); }
td.TdClassName
{
border-color: #58A047;
}
.TagClassName
{
border-color: #58A047;
}
</style>