#56772B

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

Shades of Green Leaf #56772B

Tints of Green Leaf #56772B

Color information

#56772B (or 0x56772B) is unknown color: approx Green Leaf. HEX triplet: 56, 77 and 2B. RGB value is (86,119,43). Sum of RGB (Red+Green+Blue) = 86+119+43=248 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.68% from 248); Green value is 119 (46.88% from 255 or 47.98% from 248); Blue value is 43 (17.19% from 255 or 17.34% from 248); Max value from RGB is 119 - color contains mainly: green. Hex color #56772B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56772B is #A988D4. Grayscale: #646464. Windows color (decimal): -11110613 or 2848598. OLE color: 2848598.

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

Color convert

RGB8611943-
CMYK0.2800.640.53
HSL86.05º46.91%31.76%-
HSV(B)86.05º63.87%46.67%-
XYZ10.8715.354.67-
YUV100.4795.57117.68-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.68%
GREEN value IS 119 (46.88% from 255) = 47.98%
BLUE value IS 43 (17.19% from 255) = 17.34%
R=34.68%
G=47.98%
B=17.34%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal86119430.2800.640.5386.0546.9131.76
Hex56772B1C04035562f20
Octal12616753340100651265740
Binary1010110111011110101111100010000001101011010110101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56772B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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