#55AB3B

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

Shades of Apple #55AB3B

Tints of Apple #55AB3B

Color information

#55AB3B (or 0x55AB3B) is unknown color: approx Apple. HEX triplet: 55, AB and 3B. RGB value is (85,171,59). Sum of RGB (Red+Green+Blue) = 85+171+59=315 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.98% from 315); Green value is 171 (67.19% from 255 or 54.29% from 315); Blue value is 59 (23.44% from 255 or 18.73% from 315); Max value from RGB is 171 - color contains mainly: green. Hex color #55AB3B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55AB3B is #AA54C4. Grayscale: #848484. Windows color (decimal): -11162821 or 3910485. OLE color: 3910485.

HSL color Cylindrical-coordinate representation of color #55AB3B: hue angle of 106.07º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55AB3B is Cyan = 0.50, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB8517159-
CMYK0.5000.650.33
HSL106.07º48.7%45.1%-
HSV(B)106.07º65.5%67.06%-
XYZ19.131.379.19-
YUV132.5286.5194.11-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.98%
GREEN value IS 171 (67.19% from 255) = 54.29%
BLUE value IS 59 (23.44% from 255) = 18.73%
R=26.98%
G=54.29%
B=18.73%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal85171590.5000.650.33106.0748.745.1
Hex55AB3B32041216a312d
Octal12525373620101411526155
Binary101010110101011111011110010010000011000011101010110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AB3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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