Shades of Apple #58A040
Tints of Apple #58A040
RGB
CMYK
RGB Variations
Color information
#58A040 (or 0x58A040) is known color: Apple. HEX triplet: 58, A0 and 40. RGB value is (88,160,64). Sum of RGB (Red+Green+Blue) = 88+160+64=312 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.21% from 312); Green value is 160 (62.89% from 255 or 51.28% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 160 - color contains mainly: green. Hex color #58A040 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58A040 is #A75FBF. Grayscale: #7F7F7F. Windows color (decimal): -10969024 or 4235352. OLE color: 4235352.
HSL color Cylindrical-coordinate representation of color #58A040: hue angle of 105º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58A040 is Cyan = 0.45, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 88 | 160 | 64 | - |
| CMYK | 0.45 | 0 | 0.6 | 0.37 |
| HSL | 105º | 0.43% | 0.44% | - |
| HSV(B) | 105º | 0.6% | 0.63% | - |
| XYZ | 17.52 | 27.59 | 9.25 | - |
| YUV | 127.53 | 92.15 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 160 | 64 | 0.45 | 0 | 0.6 | 0.37 | 105 | 0.43 | 0.44 |
| Hex | 58 | A0 | 40 | 2D | 0 | 3C | 25 | 69 | 2B | 2C |
| Octal | 130 | 240 | 100 | 55 | 0 | 74 | 45 | 151 | 53 | 54 |
| Binary | 1011000 | 10100000 | 1000000 | 101101 | 0 | 111100 | 100101 | 1101001 | 101011 | 101100 |
Color Harmonies of #58A040
Complementary color
Monochromatic Colors of #58A040
Black with #58A040
Text Example
Text Example
White with #58A040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A040; }
p { color: rgb(88,160,64); }
H1.HeaderClassName
{
color: #58A040;
}
.AnyTagClassName
{
color: #58A040;
}
</style>
background-color css
<style>
a { background-color: #58A040; }
a { background-color: rgb(88,160,64); }
div.DivClassName
{
background-color: #58A040;
}
.BgClassName
{
background-color: #58A040;
}
</style>
border-color css
<style>
span { border-color: #58A040; }
span { border-color: rgb(88,160,64); }
td.TdClassName
{
border-color: #58A040;
}
.TagClassName
{
border-color: #58A040;
}
</style>