Shades of Apple #58B732
Tints of Apple #58B732
RGB
CMYK
RGB Variations
Color information
#58B732 (or 0x58B732) is known color: Apple. HEX triplet: 58, B7 and 32. RGB value is (88,183,50). Sum of RGB (Red+Green+Blue) = 88+183+50=321 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.41% from 321); Green value is 183 (71.88% from 255 or 57.01% from 321); Blue value is 50 (19.92% from 255 or 15.58% from 321); Max value from RGB is 183 - color contains mainly: green. Hex color #58B732 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58B732 is #A748CD. Grayscale: #8B8B8B. Windows color (decimal): -10963150 or 3323736. OLE color: 3323736.
HSL color Cylindrical-coordinate representation of color #58B732: hue angle of 102.86º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #58B732 is Cyan = 0.52, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 88 | 183 | 50 | - |
| CMYK | 0.52 | 0 | 0.73 | 0.28 |
| HSL | 102.86º | 0.57% | 0.46% | - |
| HSV(B) | 102.86º | 0.73% | 0.72% | - |
| XYZ | 21.53 | 36.17 | 8.86 | - |
| YUV | 139.43 | 77.53 | 91.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 183 | 50 | 0.52 | 0 | 0.73 | 0.28 | 102.86 | 0.57 | 0.46 |
| Hex | 58 | B7 | 32 | 34 | 0 | 49 | 1C | 67 | 39 | 2E |
| Octal | 130 | 267 | 62 | 64 | 0 | 111 | 34 | 147 | 71 | 56 |
| Binary | 1011000 | 10110111 | 110010 | 110100 | 0 | 1001001 | 11100 | 1100111 | 111001 | 101110 |
Color Harmonies of #58B732
Complementary color
Monochromatic Colors of #58B732
Black with #58B732
Text Example
Text Example
White with #58B732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58B732; }
p { color: rgb(88,183,50); }
H1.HeaderClassName
{
color: #58B732;
}
.AnyTagClassName
{
color: #58B732;
}
</style>
background-color css
<style>
a { background-color: #58B732; }
a { background-color: rgb(88,183,50); }
div.DivClassName
{
background-color: #58B732;
}
.BgClassName
{
background-color: #58B732;
}
</style>
border-color css
<style>
span { border-color: #58B732; }
span { border-color: rgb(88,183,50); }
td.TdClassName
{
border-color: #58B732;
}
.TagClassName
{
border-color: #58B732;
}
</style>