#55A43E

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

Shades of Apple #55A43E

Tints of Apple #55A43E

Color information

#55A43E (or 0x55A43E) is unknown color: approx Apple. HEX triplet: 55, A4 and 3E. RGB value is (85,164,62). Sum of RGB (Red+Green+Blue) = 85+164+62=311 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.33% from 311); Green value is 164 (64.45% from 255 or 52.73% from 311); Blue value is 62 (24.61% from 255 or 19.94% from 311); Max value from RGB is 164 - color contains mainly: green. Hex color #55A43E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A43E is #AA5BC1. Grayscale: #818181. Windows color (decimal): -11164610 or 4105301. OLE color: 4105301.

HSL color Cylindrical-coordinate representation of color #55A43E: hue angle of 106.47º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55A43E is Cyan = 0.48, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB8516462-
CMYK0.4800.620.36
HSL106.47º45.13%44.31%-
HSV(B)106.47º62.2%64.31%-
XYZ17.8928.839.18-
YUV128.7590.3396.79-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.33%
GREEN value IS 164 (64.45% from 255) = 52.73%
BLUE value IS 62 (24.61% from 255) = 19.94%
R=27.33%
G=52.73%
B=19.94%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal85164620.4800.620.36106.4745.1344.31
Hex55A43E3003E246a2d2c
Octal1252447660076441525554
Binary10101011010010011111011000001111101001001101010101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A43E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,164,62); }

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

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

 a { background-color: rgb(85,164,62); }

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

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

 span { border-color: rgb(85,164,62); }

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