#56B34A

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

Shades of Apple #56B34A

Tints of Apple #56B34A

Color information

#56B34A (or 0x56B34A) is unknown color: approx Apple. HEX triplet: 56, B3 and 4A. RGB value is (86,179,74). Sum of RGB (Red+Green+Blue) = 86+179+74=339 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.37% from 339); Green value is 179 (70.31% from 255 or 52.80% from 339); Blue value is 74 (29.30% from 255 or 21.83% from 339); Max value from RGB is 179 - color contains mainly: green. Hex color #56B34A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56B34A is #A94CB5. Grayscale: #8B8B8B. Windows color (decimal): -11095222 or 4895574. OLE color: 4895574.

HSL color Cylindrical-coordinate representation of color #56B34A: hue angle of 113.14º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #56B34A is Cyan = 0.52, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB8617974-
CMYK0.5200.590.30
HSL113.14º41.5%49.61%-
HSV(B)113.14º58.66%70.2%-
XYZ21.1934.7112.06-
YUV139.2291.1990.04-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.37%
GREEN value IS 179 (70.31% from 255) = 52.80%
BLUE value IS 74 (29.30% from 255) = 21.83%
R=25.37%
G=52.80%
B=21.83%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal86179740.5200.590.30113.1441.549.61
Hex56B34A3403B1E712a32
Octal12626311264073361615262
Binary10101101011001110010101101000111011111101110001101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B34A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,179,74); }

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

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

 a { background-color: rgb(86,179,74); }

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

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

 span { border-color: rgb(86,179,74); }

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