#56B349

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

Shades of Apple #56B349

Tints of Apple #56B349

Color information

#56B349 (or 0x56B349) is unknown color: approx Apple. HEX triplet: 56, B3 and 49. RGB value is (86,179,73). Sum of RGB (Red+Green+Blue) = 86+179+73=338 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.44% from 338); Green value is 179 (70.31% from 255 or 52.96% from 338); Blue value is 73 (28.91% from 255 or 21.60% from 338); Max value from RGB is 179 - color contains mainly: green. Hex color #56B349 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56B349 is #A94CB6. Grayscale: #8B8B8B. Windows color (decimal): -11095223 or 4830038. OLE color: 4830038.

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

Color convert

RGB8617973-
CMYK0.5200.590.30
HSL112.64º42.06%49.41%-
HSV(B)112.64º59.22%70.2%-
XYZ21.1634.711.89-
YUV139.1190.6990.12-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.44%
GREEN value IS 179 (70.31% from 255) = 52.96%
BLUE value IS 73 (28.91% from 255) = 21.60%
R=25.44%
G=52.96%
B=21.60%

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
Decimal86179730.5200.590.30112.6442.0649.41
Hex56B3493403B1E712a31
Octal12626311164073361615261
Binary10101101011001110010011101000111011111101110001101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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