#56A045

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

Shades of Apple #56A045

Tints of Apple #56A045

Color information

#56A045 (or 0x56A045) is unknown color: approx Apple. HEX triplet: 56, A0 and 45. RGB value is (86,160,69). Sum of RGB (Red+Green+Blue) = 86+160+69=315 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.30% from 315); Green value is 160 (62.89% from 255 or 50.79% from 315); Blue value is 69 (27.34% from 255 or 21.90% from 315); Max value from RGB is 160 - color contains mainly: green. Hex color #56A045 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56A045 is #A95FBA. Grayscale: #7F7F7F. Windows color (decimal): -11100091 or 4563030. OLE color: 4563030.

HSL color Cylindrical-coordinate representation of color #56A045: hue angle of 108.79º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #56A045 is Cyan = 0.46, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.

Color convert

RGB8616069-
CMYK0.4600.570.37
HSL108.79º39.74%44.9%-
HSV(B)108.79º56.88%62.75%-
XYZ17.4827.5510.03-
YUV127.594.9898.4-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.30%
GREEN value IS 160 (62.89% from 255) = 50.79%
BLUE value IS 69 (27.34% from 255) = 21.90%
R=27.30%
G=50.79%
B=21.90%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal86160690.4600.570.37108.7939.7444.9
Hex56A0452E039256d282d
Octal12624010556071451555055
Binary101011010100000100010110111001110011001011101101101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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