#56a03d

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

Shades of Apple #56A03D

Tints of Apple #56A03D

Color information

#56A03D (or 0x56A03D) is unknown color: approx Apple. HEX triplet: 56, A0 and 3D. RGB value is (86,160,61). Sum of RGB (Red+Green+Blue) = 86+160+61=307 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.01% from 307); Green value is 160 (62.89% from 255 or 52.12% from 307); Blue value is 61 (24.22% from 255 or 19.87% from 307); Max value from RGB is 160 - color contains mainly: green. Hex color #56A03D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56A03D is #A95FC2. Grayscale: #7E7E7E. Windows color (decimal): -11100099 or 4038742. OLE color: 4038742.

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

Color convert

RGB8616061-
CMYK0.4600.620.37
HSL104.85º44.8%43.33%-
HSV(B)104.85º61.87%62.75%-
XYZ17.2527.468.81-
YUV126.5990.9899.05-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.01%
GREEN value IS 160 (62.89% from 255) = 52.12%
BLUE value IS 61 (24.22% from 255) = 19.87%
R=28.01%
G=52.12%
B=19.87%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal86160610.4600.620.37104.8544.843.33
Hex56A03D2E03E25692d2b
Octal1262407556076451515553
Binary10101101010000011110110111001111101001011101001101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56a03d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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