#55AB3C

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

Shades of Apple #55AB3C

Tints of Apple #55AB3C

Color information

#55AB3C (or 0x55AB3C) is unknown color: approx Apple. HEX triplet: 55, AB and 3C. RGB value is (85,171,60). Sum of RGB (Red+Green+Blue) = 85+171+60=316 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.90% from 316); Green value is 171 (67.19% from 255 or 54.11% from 316); Blue value is 60 (23.83% from 255 or 18.99% from 316); Max value from RGB is 171 - color contains mainly: green. Hex color #55AB3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55AB3C is #AA54C3. Grayscale: #848484. Windows color (decimal): -11162820 or 3976021. OLE color: 3976021.

HSL color Cylindrical-coordinate representation of color #55AB3C: hue angle of 106.49º degrees, saturation: 0.48, 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 #55AB3C is Cyan = 0.50, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB8517160-
CMYK0.5000.650.33
HSL106.49º48.05%45.29%-
HSV(B)106.49º64.91%67.06%-
XYZ19.1231.389.32-
YUV132.6387.0194.03-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.90%
GREEN value IS 171 (67.19% from 255) = 54.11%
BLUE value IS 60 (23.83% from 255) = 18.99%
R=26.90%
G=54.11%
B=18.99%

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
Decimal85171600.5000.650.33106.4948.0545.29
Hex55AB3C32041216a302d
Octal12525374620101411526055
Binary101010110101011111100110010010000011000011101010110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AB3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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