Shades of Apple #55AA34
Tints of Apple #55AA34
RGB
CMYK
RGB Variations
Color information
#55AA34 (or 0x55AA34) is known color: Apple. HEX triplet: 55, AA and 34. RGB value is (85,170,52). Sum of RGB (Red+Green+Blue) = 85+170+52=307 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.69% from 307); Green value is 170 (66.80% from 255 or 55.37% from 307); Blue value is 52 (20.70% from 255 or 16.94% from 307); Max value from RGB is 170 - color contains mainly: green. Hex color #55AA34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55AA34 is #AA55CB. Grayscale: #838383. Windows color (decimal): -11163084 or 3451477. OLE color: 3451477.
HSL color Cylindrical-coordinate representation of color #55AA34: hue angle of 103.22º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #55AA34 is Cyan = 0.50, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 170 | 52 | - |
| CMYK | 0.50 | 0 | 0.69 | 0.33 |
| HSL | 103.22º | 0.53% | 0.44% | - |
| HSV(B) | 103.22º | 0.69% | 0.67% | - |
| XYZ | 18.74 | 30.93 | 8.23 | - |
| YUV | 131.13 | 83.34 | 95.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 170 | 52 | 0.50 | 0 | 0.69 | 0.33 | 103.22 | 0.53 | 0.44 |
| Hex | 55 | AA | 34 | 32 | 0 | 45 | 21 | 67 | 35 | 2C |
| Octal | 125 | 252 | 64 | 62 | 0 | 105 | 41 | 147 | 65 | 54 |
| Binary | 1010101 | 10101010 | 110100 | 110010 | 0 | 1000101 | 100001 | 1100111 | 110101 | 101100 |
Color Harmonies of #55AA34
Complementary color
Monochromatic Colors of #55AA34
Black with #55AA34
Text Example
Text Example
White with #55AA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AA34; }
p { color: rgb(85,170,52); }
H1.HeaderClassName
{
color: #55AA34;
}
.AnyTagClassName
{
color: #55AA34;
}
</style>
background-color css
<style>
a { background-color: #55AA34; }
a { background-color: rgb(85,170,52); }
div.DivClassName
{
background-color: #55AA34;
}
.BgClassName
{
background-color: #55AA34;
}
</style>
border-color css
<style>
span { border-color: #55AA34; }
span { border-color: rgb(85,170,52); }
td.TdClassName
{
border-color: #55AA34;
}
.TagClassName
{
border-color: #55AA34;
}
</style>