#56772D

Color #56772D Green Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Leaf #56772D

Tints of Green Leaf #56772D

Color information

#56772D (or 0x56772D) is unknown color: approx Green Leaf. HEX triplet: 56, 77 and 2D. RGB value is (86,119,45). Sum of RGB (Red+Green+Blue) = 86+119+45=250 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.4% from 250); Green value is 119 (46.88% from 255 or 47.6% from 250); Blue value is 45 (17.97% from 255 or 18% from 250); Max value from RGB is 119 - color contains mainly: green. Hex color #56772D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56772D is #A988D2. Grayscale: #646464. Windows color (decimal): -11110611 or 2979670. OLE color: 2979670.

HSL color Cylindrical-coordinate representation of color #56772D: hue angle of 86.76º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #56772D is Cyan = 0.28, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB8611945-
CMYK0.2800.620.53
HSL86.76º45.12%32.16%-
HSV(B)86.76º62.18%46.67%-
XYZ10.9115.364.87-
YUV100.796.57117.52-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.4%
GREEN value IS 119 (46.88% from 255) = 47.6%
BLUE value IS 45 (17.97% from 255) = 18%
R=34.4%
G=47.6%
B=18%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal86119450.2800.620.5386.7645.1232.16
Hex56772D1C03E35572d20
Octal1261675534076651275540
Binary101011011101111011011110001111101101011010111101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56772D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56772D; }

 p { color: rgb(86,119,45); }

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

<style>
 a { background-color: #56772D; }

 a { background-color: rgb(86,119,45); }

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

<style>
 span { border-color: #56772D; }

 span { border-color: rgb(86,119,45); }

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