Shades of Apple #58A148
Tints of Apple #58A148
RGB
CMYK
RGB Variations
Color information
#58A148 (or 0x58A148) is known color: Apple. HEX triplet: 58, A1 and 48. RGB value is (88,161,72). Sum of RGB (Red+Green+Blue) = 88+161+72=321 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.41% from 321); Green value is 161 (63.28% from 255 or 50.16% from 321); Blue value is 72 (28.52% from 255 or 22.43% from 321); Max value from RGB is 161 - color contains mainly: green. Hex color #58A148 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58A148 is #A75EB7. Grayscale: #818181. Windows color (decimal): -10968760 or 4759896. OLE color: 4759896.
HSL color Cylindrical-coordinate representation of color #58A148: hue angle of 109.21º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #58A148 is Cyan = 0.45, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 88 | 161 | 72 | - |
| CMYK | 0.45 | 0 | 0.55 | 0.37 |
| HSL | 109.21º | 0.38% | 0.46% | - |
| HSV(B) | 109.21º | 0.55% | 0.63% | - |
| XYZ | 17.94 | 28.03 | 10.6 | - |
| YUV | 129.03 | 95.82 | 98.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 161 | 72 | 0.45 | 0 | 0.55 | 0.37 | 109.21 | 0.38 | 0.46 |
| Hex | 58 | A1 | 48 | 2D | 0 | 37 | 25 | 6D | 26 | 2E |
| Octal | 130 | 241 | 110 | 55 | 0 | 67 | 45 | 155 | 46 | 56 |
| Binary | 1011000 | 10100001 | 1001000 | 101101 | 0 | 110111 | 100101 | 1101101 | 100110 | 101110 |
Color Harmonies of #58A148
Complementary color
Monochromatic Colors of #58A148
Black with #58A148
Text Example
Text Example
White with #58A148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A148; }
p { color: rgb(88,161,72); }
H1.HeaderClassName
{
color: #58A148;
}
.AnyTagClassName
{
color: #58A148;
}
</style>
background-color css
<style>
a { background-color: #58A148; }
a { background-color: rgb(88,161,72); }
div.DivClassName
{
background-color: #58A148;
}
.BgClassName
{
background-color: #58A148;
}
</style>
border-color css
<style>
span { border-color: #58A148; }
span { border-color: rgb(88,161,72); }
td.TdClassName
{
border-color: #58A148;
}
.TagClassName
{
border-color: #58A148;
}
</style>