#56B649

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

Shades of Apple #56B649

Tints of Apple #56B649

Color information

#56B649 (or 0x56B649) is unknown color: approx Apple. HEX triplet: 56, B6 and 49. RGB value is (86,182,73). Sum of RGB (Red+Green+Blue) = 86+182+73=341 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.22% from 341); Green value is 182 (71.48% from 255 or 53.37% from 341); Blue value is 73 (28.91% from 255 or 21.41% from 341); Max value from RGB is 182 - color contains mainly: green. Hex color #56B649 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56B649 is #A949B6. Grayscale: #8D8D8D. Windows color (decimal): -11094455 or 4830806. OLE color: 4830806.

HSL color Cylindrical-coordinate representation of color #56B649: hue angle of 112.84º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #56B649 is Cyan = 0.53, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB8618273-
CMYK0.5300.600.29
HSL112.84º42.75%50%-
HSV(B)112.84º59.89%71.37%-
XYZ21.7735.9212.09-
YUV140.8789.788.86-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.22%
GREEN value IS 182 (71.48% from 255) = 53.37%
BLUE value IS 73 (28.91% from 255) = 21.41%
R=25.22%
G=53.37%
B=21.41%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal86182730.5300.600.29112.8442.7550
Hex56B6493503C1D712b32
Octal12626611165074351615362
Binary10101101011011010010011101010111100111011110001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,182,73); }

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

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

 a { background-color: rgb(86,182,73); }

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

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

 span { border-color: rgb(86,182,73); }

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