#56B440

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

Shades of Apple #56B440

Tints of Apple #56B440

Color information

#56B440 (or 0x56B440) is unknown color: approx Apple. HEX triplet: 56, B4 and 40. RGB value is (86,180,64). Sum of RGB (Red+Green+Blue) = 86+180+64=330 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.06% from 330); Green value is 180 (70.70% from 255 or 54.55% from 330); Blue value is 64 (25.39% from 255 or 19.39% from 330); Max value from RGB is 180 - color contains mainly: green. Hex color #56B440 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56B440 is #A94BBF. Grayscale: #8B8B8B. Windows color (decimal): -11094976 or 4240470. OLE color: 4240470.

HSL color Cylindrical-coordinate representation of color #56B440: hue angle of 108.62º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56B440 is Cyan = 0.52, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB8618064-
CMYK0.5200.640.29
HSL108.62º47.54%47.84%-
HSV(B)108.62º64.44%70.59%-
XYZ21.0834.9910.49-
YUV138.6785.8690.43-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.06%
GREEN value IS 180 (70.70% from 255) = 54.55%
BLUE value IS 64 (25.39% from 255) = 19.39%
R=26.06%
G=54.55%
B=19.39%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal86180640.5200.640.29108.6247.5447.84
Hex56B440340401D6d3030
Octal126264100640100351556060
Binary101011010110100100000011010001000000111011101101110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,180,64); }

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

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

 a { background-color: rgb(86,180,64); }

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

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

 span { border-color: rgb(86,180,64); }

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