#56AB48

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

Shades of Apple #56AB48

Tints of Apple #56AB48

Color information

#56AB48 (or 0x56AB48) is unknown color: approx Apple. HEX triplet: 56, AB and 48. RGB value is (86,171,72). Sum of RGB (Red+Green+Blue) = 86+171+72=329 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.14% from 329); Green value is 171 (67.19% from 255 or 51.98% from 329); Blue value is 72 (28.52% from 255 or 21.88% from 329); Max value from RGB is 171 - color contains mainly: green. Hex color #56AB48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56AB48 is #A954B7. Grayscale: #868686. Windows color (decimal): -11097272 or 4762454. OLE color: 4762454.

HSL color Cylindrical-coordinate representation of color #56AB48: hue angle of 111.52º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #56AB48 is Cyan = 0.50, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB8617172-
CMYK0.5000.580.33
HSL111.52º40.74%47.65%-
HSV(B)111.52º57.89%67.06%-
XYZ19.5731.5711.19-
YUV134.392.8493.55-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.14%
GREEN value IS 171 (67.19% from 255) = 51.98%
BLUE value IS 72 (28.52% from 255) = 21.88%
R=26.14%
G=51.98%
B=21.88%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal86171720.5000.580.33111.5240.7447.65
Hex56AB483203A21702930
Octal12625311062072411605160
Binary101011010101011100100011001001110101000011110000101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56AB48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56AB48; }

 p { color: rgb(86,171,72); }

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

<style>
 a { background-color: #56AB48; }

 a { background-color: rgb(86,171,72); }

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

<style>
 span { border-color: #56AB48; }

 span { border-color: rgb(86,171,72); }

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