#55A43F

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

Shades of Apple #55A43F

Tints of Apple #55A43F

Color information

#55A43F (or 0x55A43F) is unknown color: approx Apple. HEX triplet: 55, A4 and 3F. RGB value is (85,164,63). Sum of RGB (Red+Green+Blue) = 85+164+63=312 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.24% from 312); Green value is 164 (64.45% from 255 or 52.56% from 312); Blue value is 63 (25% from 255 or 20.19% from 312); Max value from RGB is 164 - color contains mainly: green. Hex color #55A43F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A43F is #AA5BC0. Grayscale: #818181. Windows color (decimal): -11164609 or 4170837. OLE color: 4170837.

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

Color convert

RGB8516463-
CMYK0.4800.620.36
HSL106.93º44.49%44.51%-
HSV(B)106.93º61.59%64.31%-
XYZ17.9228.849.33-
YUV128.8690.8396.71-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.24%
GREEN value IS 164 (64.45% from 255) = 52.56%
BLUE value IS 63 (25% from 255) = 20.19%
R=27.24%
G=52.56%
B=20.19%

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
Decimal85164630.4800.620.36106.9344.4944.51
Hex55A43F3003E246b2c2d
Octal1252447760076441535455
Binary10101011010010011111111000001111101001001101011101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A43F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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