#56B545

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

Shades of Apple #56B545

Tints of Apple #56B545

Color information

#56B545 (or 0x56B545) is unknown color: approx Apple. HEX triplet: 56, B5 and 45. RGB value is (86,181,69). Sum of RGB (Red+Green+Blue) = 86+181+69=336 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.60% from 336); Green value is 181 (71.09% from 255 or 53.87% from 336); Blue value is 69 (27.34% from 255 or 20.54% from 336); Max value from RGB is 181 - color contains mainly: green. Hex color #56B545 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56B545 is #A94ABA. Grayscale: #8C8C8C. Windows color (decimal): -11094715 or 4568406. OLE color: 4568406.

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

Color convert

RGB8618169-
CMYK0.5200.620.29
HSL110.89º44.8%49.02%-
HSV(B)110.89º61.88%70.98%-
XYZ21.4435.4611.34-
YUV139.8388.0389.61-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.60%
GREEN value IS 181 (71.09% from 255) = 53.87%
BLUE value IS 69 (27.34% from 255) = 20.54%
R=25.60%
G=53.87%
B=20.54%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal86181690.5200.620.29110.8944.849.02
Hex56B5453403E1D6f2d31
Octal12626510564076351575561
Binary10101101011010110001011101000111110111011101111101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,181,69); }

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

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

 a { background-color: rgb(86,181,69); }

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

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

 span { border-color: rgb(86,181,69); }

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