Shades of Apple #58A346
Tints of Apple #58A346
RGB
CMYK
RGB Variations
Color information
#58A346 (or 0x58A346) is known color: Apple. HEX triplet: 58, A3 and 46. RGB value is (88,163,70). Sum of RGB (Red+Green+Blue) = 88+163+70=321 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.41% from 321); Green value is 163 (64.06% from 255 or 50.78% from 321); Blue value is 70 (27.73% from 255 or 21.81% from 321); Max value from RGB is 163 - color contains mainly: green. Hex color #58A346 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58A346 is #A75CB9. Grayscale: #828282. Windows color (decimal): -10968250 or 4629336. OLE color: 4629336.
HSL color Cylindrical-coordinate representation of color #58A346: hue angle of 108.39º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #58A346 is Cyan = 0.46, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 88 | 163 | 70 | - |
| CMYK | 0.46 | 0 | 0.57 | 0.36 |
| HSL | 108.39º | 0.4% | 0.46% | - |
| HSV(B) | 108.39º | 0.57% | 0.64% | - |
| XYZ | 18.23 | 28.71 | 10.38 | - |
| YUV | 129.97 | 94.15 | 98.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 163 | 70 | 0.46 | 0 | 0.57 | 0.36 | 108.39 | 0.4 | 0.46 |
| Hex | 58 | A3 | 46 | 2E | 0 | 39 | 24 | 6C | 28 | 2E |
| Octal | 130 | 243 | 106 | 56 | 0 | 71 | 44 | 154 | 50 | 56 |
| Binary | 1011000 | 10100011 | 1000110 | 101110 | 0 | 111001 | 100100 | 1101100 | 101000 | 101110 |
Color Harmonies of #58A346
Complementary color
Monochromatic Colors of #58A346
Black with #58A346
Text Example
Text Example
White with #58A346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A346; }
p { color: rgb(88,163,70); }
H1.HeaderClassName
{
color: #58A346;
}
.AnyTagClassName
{
color: #58A346;
}
</style>
background-color css
<style>
a { background-color: #58A346; }
a { background-color: rgb(88,163,70); }
div.DivClassName
{
background-color: #58A346;
}
.BgClassName
{
background-color: #58A346;
}
</style>
border-color css
<style>
span { border-color: #58A346; }
span { border-color: rgb(88,163,70); }
td.TdClassName
{
border-color: #58A346;
}
.TagClassName
{
border-color: #58A346;
}
</style>