#56AC31

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

Shades of Apple #56AC31

Tints of Apple #56AC31

Color information

#56AC31 (or 0x56AC31) is unknown color: approx Apple. HEX triplet: 56, AC and 31. RGB value is (86,172,49). Sum of RGB (Red+Green+Blue) = 86+172+49=307 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.01% from 307); Green value is 172 (67.58% from 255 or 56.03% from 307); Blue value is 49 (19.53% from 255 or 15.96% from 307); Max value from RGB is 172 - color contains mainly: green. Hex color #56AC31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56AC31 is #A953CE. Grayscale: #848484. Windows color (decimal): -11097039 or 3255382. OLE color: 3255382.

HSL color Cylindrical-coordinate representation of color #56AC31: hue angle of 101.95º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #56AC31 is Cyan = 0.5, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB8617249-
CMYK0.500.720.33
HSL101.95º55.66%43.33%-
HSV(B)101.95º71.51%67.45%-
XYZ19.1431.718.02-
YUV132.2681.0195-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.01%
GREEN value IS 172 (67.58% from 255) = 56.03%
BLUE value IS 49 (19.53% from 255) = 15.96%
R=28.01%
G=56.03%
B=15.96%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal86172490.500.720.33101.9555.6643.33
Hex56AC31320482166382b
Octal12625461620110411467053
Binary101011010101100110001110010010010001000011100110111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56AC31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,172,49); }

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

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

 a { background-color: rgb(86,172,49); }

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

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

 span { border-color: rgb(86,172,49); }

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