Shades of Apple #58B449
Tints of Apple #58B449
RGB
CMYK
RGB Variations
Color information
#58B449 (or 0x58B449) is known color: Apple. HEX triplet: 58, B4 and 49. RGB value is (88,180,73). Sum of RGB (Red+Green+Blue) = 88+180+73=341 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.81% from 341); Green value is 180 (70.70% from 255 or 52.79% from 341); Blue value is 73 (28.91% from 255 or 21.41% from 341); Max value from RGB is 180 - color contains mainly: green. Hex color #58B449 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58B449 is #A74BB6. Grayscale: #8C8C8C. Windows color (decimal): -10963895 or 4830296. OLE color: 4830296.
HSL color Cylindrical-coordinate representation of color #58B449: hue angle of 111.59º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #58B449 is Cyan = 0.51, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 88 | 180 | 73 | - |
| CMYK | 0.51 | 0 | 0.59 | 0.29 |
| HSL | 111.59º | 0.42% | 0.5% | - |
| HSV(B) | 111.59º | 0.59% | 0.71% | - |
| XYZ | 21.55 | 35.2 | 11.96 | - |
| YUV | 140.29 | 90.02 | 90.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 180 | 73 | 0.51 | 0 | 0.59 | 0.29 | 111.59 | 0.42 | 0.5 |
| Hex | 58 | B4 | 49 | 33 | 0 | 3B | 1D | 70 | 2A | 32 |
| Octal | 130 | 264 | 111 | 63 | 0 | 73 | 35 | 160 | 52 | 62 |
| Binary | 1011000 | 10110100 | 1001001 | 110011 | 0 | 111011 | 11101 | 1110000 | 101010 | 110010 |
Color Harmonies of #58B449
Complementary color
Monochromatic Colors of #58B449
Black with #58B449
Text Example
Text Example
White with #58B449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58B449; }
p { color: rgb(88,180,73); }
H1.HeaderClassName
{
color: #58B449;
}
.AnyTagClassName
{
color: #58B449;
}
</style>
background-color css
<style>
a { background-color: #58B449; }
a { background-color: rgb(88,180,73); }
div.DivClassName
{
background-color: #58B449;
}
.BgClassName
{
background-color: #58B449;
}
</style>
border-color css
<style>
span { border-color: #58B449; }
span { border-color: rgb(88,180,73); }
td.TdClassName
{
border-color: #58B449;
}
.TagClassName
{
border-color: #58B449;
}
</style>