#56B14A

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

Shades of Apple #56B14A

Tints of Apple #56B14A

Color information

#56B14A (or 0x56B14A) is unknown color: approx Apple. HEX triplet: 56, B1 and 4A. RGB value is (86,177,74). Sum of RGB (Red+Green+Blue) = 86+177+74=337 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.52% from 337); Green value is 177 (69.53% from 255 or 52.52% from 337); Blue value is 74 (29.30% from 255 or 21.96% from 337); Max value from RGB is 177 - color contains mainly: green. Hex color #56B14A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56B14A is #A94EB5. Grayscale: #8A8A8A. Windows color (decimal): -11095734 or 4895062. OLE color: 4895062.

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

Color convert

RGB8617774-
CMYK0.5100.580.31
HSL113.01º41.04%49.22%-
HSV(B)113.01º58.19%69.41%-
XYZ20.833.9211.93-
YUV138.0591.8590.88-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.52%
GREEN value IS 177 (69.53% from 255) = 52.52%
BLUE value IS 74 (29.30% from 255) = 21.96%
R=25.52%
G=52.52%
B=21.96%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal86177740.5100.580.31113.0141.0449.22
Hex56B14A3303A1F712931
Octal12626111263072371615161
Binary10101101011000110010101100110111010111111110001101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,177,74); }

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

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

 a { background-color: rgb(86,177,74); }

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

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

 span { border-color: rgb(86,177,74); }

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