Shades of Apple #55A344
Tints of Apple #55A344
RGB
CMYK
RGB Variations
Color information
#55A344 (or 0x55A344) is known color: Apple. HEX triplet: 55, A3 and 44. RGB value is (85,163,68). Sum of RGB (Red+Green+Blue) = 85+163+68=316 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.90% from 316); Green value is 163 (64.06% from 255 or 51.58% from 316); Blue value is 68 (26.95% from 255 or 21.52% from 316); Max value from RGB is 163 - color contains mainly: green. Hex color #55A344 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A344 is #AA5CBB. Grayscale: #818181. Windows color (decimal): -11164860 or 4498261. OLE color: 4498261.
HSL color Cylindrical-coordinate representation of color #55A344: hue angle of 109.26º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55A344 is Cyan = 0.48, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 85 | 163 | 68 | - |
| CMYK | 0.48 | 0 | 0.58 | 0.36 |
| HSL | 109.26º | 0.41% | 0.45% | - |
| HSV(B) | 109.26º | 0.58% | 0.64% | - |
| XYZ | 17.89 | 28.54 | 10.04 | - |
| YUV | 128.85 | 93.66 | 96.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 163 | 68 | 0.48 | 0 | 0.58 | 0.36 | 109.26 | 0.41 | 0.45 |
| Hex | 55 | A3 | 44 | 30 | 0 | 3A | 24 | 6D | 29 | 2D |
| Octal | 125 | 243 | 104 | 60 | 0 | 72 | 44 | 155 | 51 | 55 |
| Binary | 1010101 | 10100011 | 1000100 | 110000 | 0 | 111010 | 100100 | 1101101 | 101001 | 101101 |
Color Harmonies of #55A344
Complementary color
Monochromatic Colors of #55A344
Black with #55A344
Text Example
Text Example
White with #55A344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A344; }
p { color: rgb(85,163,68); }
H1.HeaderClassName
{
color: #55A344;
}
.AnyTagClassName
{
color: #55A344;
}
</style>
background-color css
<style>
a { background-color: #55A344; }
a { background-color: rgb(85,163,68); }
div.DivClassName
{
background-color: #55A344;
}
.BgClassName
{
background-color: #55A344;
}
</style>
border-color css
<style>
span { border-color: #55A344; }
span { border-color: rgb(85,163,68); }
td.TdClassName
{
border-color: #55A344;
}
.TagClassName
{
border-color: #55A344;
}
</style>