Shades of Apple #58AA3C
Tints of Apple #58AA3C
RGB
CMYK
RGB Variations
Color information
#58AA3C (or 0x58AA3C) is known color: Apple. HEX triplet: 58, AA and 3C. RGB value is (88,170,60). Sum of RGB (Red+Green+Blue) = 88+170+60=318 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.67% from 318); Green value is 170 (66.80% from 255 or 53.46% from 318); Blue value is 60 (23.83% from 255 or 18.87% from 318); Max value from RGB is 170 - color contains mainly: green. Hex color #58AA3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58AA3C is #A755C3. Grayscale: #858585. Windows color (decimal): -10966468 or 3975768. OLE color: 3975768.
HSL color Cylindrical-coordinate representation of color #58AA3C: hue angle of 104.73º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58AA3C is Cyan = 0.48, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 88 | 170 | 60 | - |
| CMYK | 0.48 | 0 | 0.65 | 0.33 |
| HSL | 104.73º | 0.48% | 0.45% | - |
| HSV(B) | 104.73º | 0.65% | 0.67% | - |
| XYZ | 19.21 | 31.15 | 9.27 | - |
| YUV | 132.94 | 86.83 | 95.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 170 | 60 | 0.48 | 0 | 0.65 | 0.33 | 104.73 | 0.48 | 0.45 |
| Hex | 58 | AA | 3C | 30 | 0 | 41 | 21 | 69 | 30 | 2D |
| Octal | 130 | 252 | 74 | 60 | 0 | 101 | 41 | 151 | 60 | 55 |
| Binary | 1011000 | 10101010 | 111100 | 110000 | 0 | 1000001 | 100001 | 1101001 | 110000 | 101101 |
Color Harmonies of #58AA3C
Complementary color
Monochromatic Colors of #58AA3C
Black with #58AA3C
Text Example
Text Example
White with #58AA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58AA3C; }
p { color: rgb(88,170,60); }
H1.HeaderClassName
{
color: #58AA3C;
}
.AnyTagClassName
{
color: #58AA3C;
}
</style>
background-color css
<style>
a { background-color: #58AA3C; }
a { background-color: rgb(88,170,60); }
div.DivClassName
{
background-color: #58AA3C;
}
.BgClassName
{
background-color: #58AA3C;
}
</style>
border-color css
<style>
span { border-color: #58AA3C; }
span { border-color: rgb(88,170,60); }
td.TdClassName
{
border-color: #58AA3C;
}
.TagClassName
{
border-color: #58AA3C;
}
</style>