Shades of Apple #589D42
Tints of Apple #589D42
RGB
CMYK
RGB Variations
Color information
#589D42 (or 0x589D42) is known color: Apple. HEX triplet: 58, 9D and 42. RGB value is (88,157,66). Sum of RGB (Red+Green+Blue) = 88+157+66=311 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.30% from 311); Green value is 157 (61.72% from 255 or 50.48% from 311); Blue value is 66 (26.17% from 255 or 21.22% from 311); Max value from RGB is 157 - color contains mainly: green. Hex color #589D42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #589D42 is #A762BD. Grayscale: #7E7E7E. Windows color (decimal): -10969790 or 4365656. OLE color: 4365656.
HSL color Cylindrical-coordinate representation of color #589D42: hue angle of 105.49º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #589D42 is Cyan = 0.44, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 88 | 157 | 66 | - |
| CMYK | 0.44 | 0 | 0.58 | 0.38 |
| HSL | 105.49º | 0.41% | 0.44% | - |
| HSV(B) | 105.49º | 0.58% | 0.62% | - |
| XYZ | 17.06 | 26.58 | 9.39 | - |
| YUV | 126 | 94.14 | 100.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 157 | 66 | 0.44 | 0 | 0.58 | 0.38 | 105.49 | 0.41 | 0.44 |
| Hex | 58 | 9D | 42 | 2C | 0 | 3A | 26 | 69 | 29 | 2C |
| Octal | 130 | 235 | 102 | 54 | 0 | 72 | 46 | 151 | 51 | 54 |
| Binary | 1011000 | 10011101 | 1000010 | 101100 | 0 | 111010 | 100110 | 1101001 | 101001 | 101100 |
Color Harmonies of #589D42
Complementary color
Monochromatic Colors of #589D42
Black with #589D42
Text Example
Text Example
White with #589D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589D42; }
p { color: rgb(88,157,66); }
H1.HeaderClassName
{
color: #589D42;
}
.AnyTagClassName
{
color: #589D42;
}
</style>
background-color css
<style>
a { background-color: #589D42; }
a { background-color: rgb(88,157,66); }
div.DivClassName
{
background-color: #589D42;
}
.BgClassName
{
background-color: #589D42;
}
</style>
border-color css
<style>
span { border-color: #589D42; }
span { border-color: rgb(88,157,66); }
td.TdClassName
{
border-color: #589D42;
}
.TagClassName
{
border-color: #589D42;
}
</style>