#56B648

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

Shades of Apple #56B648

Tints of Apple #56B648

Color information

#56B648 (or 0x56B648) is unknown color: approx Apple. HEX triplet: 56, B6 and 48. RGB value is (86,182,72). Sum of RGB (Red+Green+Blue) = 86+182+72=340 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.29% from 340); Green value is 182 (71.48% from 255 or 53.53% from 340); Blue value is 72 (28.52% from 255 or 21.18% from 340); Max value from RGB is 182 - color contains mainly: green. Hex color #56B648 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56B648 is #A949B7. Grayscale: #8D8D8D. Windows color (decimal): -11094456 or 4765270. OLE color: 4765270.

HSL color Cylindrical-coordinate representation of color #56B648: hue angle of 112.36º 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 #56B648 is Cyan = 0.53, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB8618272-
CMYK0.5300.600.29
HSL112.36º43.31%49.8%-
HSV(B)112.36º60.44%71.37%-
XYZ21.7435.911.92-
YUV140.7689.288.94-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.29%
GREEN value IS 182 (71.48% from 255) = 53.53%
BLUE value IS 72 (28.52% from 255) = 21.18%
R=25.29%
G=53.53%
B=21.18%

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
Decimal86182720.5300.600.29112.3643.3149.8
Hex56B6483503C1D702b32
Octal12626611065074351605362
Binary10101101011011010010001101010111100111011110000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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