#55A03B

Color #55A03B Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #55A03B

Tints of Apple #55A03B

Color information

#55A03B (or 0x55A03B) is unknown color: approx Apple. HEX triplet: 55, A0 and 3B. RGB value is (85,160,59). Sum of RGB (Red+Green+Blue) = 85+160+59=304 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.96% from 304); Green value is 160 (62.89% from 255 or 52.63% from 304); Blue value is 59 (23.44% from 255 or 19.41% from 304); Max value from RGB is 160 - color contains mainly: green. Hex color #55A03B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A03B is #AA5FC4. Grayscale: #7E7E7E. Windows color (decimal): -11165637 or 3907669. OLE color: 3907669.

HSL color Cylindrical-coordinate representation of color #55A03B: hue angle of 104.55º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #55A03B is Cyan = 0.47, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.37.

Color convert

RGB8516059-
CMYK0.4700.630.37
HSL104.55º46.12%42.94%-
HSV(B)104.55º63.13%62.75%-
XYZ17.1127.398.52-
YUV126.0690.1598.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 85 (33.59% from 255) = 27.96%
GREEN value IS 160 (62.89% from 255) = 52.63%
BLUE value IS 59 (23.44% from 255) = 19.41%
R=27.96%
G=52.63%
B=19.41%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal85160590.4700.630.37104.5546.1242.94
Hex55A03B2F03F25692e2b
Octal1252407357077451515653
Binary10101011010000011101110111101111111001011101001101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A03B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55A03B; }

 p { color: rgb(85,160,59); }

 H1.HeaderClassName
 {
   color: #55A03B;
 }
 .AnyTagClassName
 {
   color: #55A03B;
 }
</style>
background-color css

<style>
 a { background-color: #55A03B; }

 a { background-color: rgb(85,160,59); }

 div.DivClassName
 {
   background-color: #55A03B;
 }
 .BgClassName
 {
   background-color: #55A03B;
 }
</style>
border-color css

<style>
 span { border-color: #55A03B; }

 span { border-color: rgb(85,160,59); }

 td.TdClassName
 {
   border-color: #55A03B;
 }
 .TagClassName
 {
   border-color: #55A03B;
 }
</style>