#56B44B

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

Shades of Apple #56B44B

Tints of Apple #56B44B

Color information

#56B44B (or 0x56B44B) is unknown color: approx Apple. HEX triplet: 56, B4 and 4B. RGB value is (86,180,75). Sum of RGB (Red+Green+Blue) = 86+180+75=341 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.22% from 341); Green value is 180 (70.70% from 255 or 52.79% from 341); Blue value is 75 (29.69% from 255 or 21.99% from 341); Max value from RGB is 180 - color contains mainly: green. Hex color #56B44B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56B44B is #A94BB4. Grayscale: #8C8C8C. Windows color (decimal): -11094965 or 4961366. OLE color: 4961366.

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

Color convert

RGB8618075-
CMYK0.5200.580.29
HSL113.71º41.18%50%-
HSV(B)113.71º58.33%70.59%-
XYZ21.4335.1312.31-
YUV139.9291.3689.54-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.22%
GREEN value IS 180 (70.70% from 255) = 52.79%
BLUE value IS 75 (29.69% from 255) = 21.99%
R=25.22%
G=52.79%
B=21.99%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal86180750.5200.580.29113.7141.1850
Hex56B44B3403A1D722932
Octal12626411364072351625162
Binary10101101011010010010111101000111010111011110010101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B44B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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