Shades of Apple #55A337
Tints of Apple #55A337
RGB
CMYK
RGB Variations
Color information
#55A337 (or 0x55A337) is known color: Apple. HEX triplet: 55, A3 and 37. RGB value is (85,163,55). Sum of RGB (Red+Green+Blue) = 85+163+55=303 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.05% from 303); Green value is 163 (64.06% from 255 or 53.80% from 303); Blue value is 55 (21.88% from 255 or 18.15% from 303); Max value from RGB is 163 - color contains mainly: green. Hex color #55A337 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A337 is #AA5CC8. Grayscale: #7F7F7F. Windows color (decimal): -11164873 or 3646293. OLE color: 3646293.
HSL color Cylindrical-coordinate representation of color #55A337: hue angle of 103.33º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55A337 is Cyan = 0.48, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 85 | 163 | 55 | - |
| CMYK | 0.48 | 0 | 0.66 | 0.36 |
| HSL | 103.33º | 0.5% | 0.43% | - |
| HSV(B) | 103.33º | 0.66% | 0.64% | - |
| XYZ | 17.53 | 28.4 | 8.17 | - |
| YUV | 127.37 | 87.16 | 97.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 163 | 55 | 0.48 | 0 | 0.66 | 0.36 | 103.33 | 0.5 | 0.43 |
| Hex | 55 | A3 | 37 | 30 | 0 | 42 | 24 | 67 | 32 | 2B |
| Octal | 125 | 243 | 67 | 60 | 0 | 102 | 44 | 147 | 62 | 53 |
| Binary | 1010101 | 10100011 | 110111 | 110000 | 0 | 1000010 | 100100 | 1100111 | 110010 | 101011 |
Color Harmonies of #55A337
Complementary color
Monochromatic Colors of #55A337
Black with #55A337
Text Example
Text Example
White with #55A337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A337; }
p { color: rgb(85,163,55); }
H1.HeaderClassName
{
color: #55A337;
}
.AnyTagClassName
{
color: #55A337;
}
</style>
background-color css
<style>
a { background-color: #55A337; }
a { background-color: rgb(85,163,55); }
div.DivClassName
{
background-color: #55A337;
}
.BgClassName
{
background-color: #55A337;
}
</style>
border-color css
<style>
span { border-color: #55A337; }
span { border-color: rgb(85,163,55); }
td.TdClassName
{
border-color: #55A337;
}
.TagClassName
{
border-color: #55A337;
}
</style>