#56AF3B

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

Shades of Apple #56AF3B

Tints of Apple #56AF3B

Color information

#56AF3B (or 0x56AF3B) is unknown color: approx Apple. HEX triplet: 56, AF and 3B. RGB value is (86,175,59). Sum of RGB (Red+Green+Blue) = 86+175+59=320 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.88% from 320); Green value is 175 (68.75% from 255 or 54.69% from 320); Blue value is 59 (23.44% from 255 or 18.44% from 320); Max value from RGB is 175 - color contains mainly: green. Hex color #56AF3B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56AF3B is #A950C4. Grayscale: #878787. Windows color (decimal): -11096261 or 3911510. OLE color: 3911510.

HSL color Cylindrical-coordinate representation of color #56AF3B: hue angle of 106.03º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56AF3B is Cyan = 0.51, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB8617559-
CMYK0.5100.660.31
HSL106.03º49.57%45.88%-
HSV(B)106.03º66.29%68.63%-
XYZ19.9632.959.45-
YUV135.1685.0192.93-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.88%
GREEN value IS 175 (68.75% from 255) = 54.69%
BLUE value IS 59 (23.44% from 255) = 18.44%
R=26.88%
G=54.69%
B=18.44%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal86175590.5100.660.31106.0349.5745.88
Hex56AF3B330421F6a322e
Octal12625773630102371526256
Binary10101101010111111101111001101000010111111101010110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56AF3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,175,59); }

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

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

 a { background-color: rgb(86,175,59); }

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

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

 span { border-color: rgb(86,175,59); }

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