#4D772D

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

Shades of Green Leaf #4D772D

Tints of Green Leaf #4D772D

Color information

#4D772D (or 0x4D772D) is unknown color: approx Green Leaf. HEX triplet: 4D, 77 and 2D. RGB value is (77,119,45). Sum of RGB (Red+Green+Blue) = 77+119+45=241 (31% of max value = 765). Red value is 77 (30.47% from 255 or 31.95% from 241); Green value is 119 (46.88% from 255 or 49.38% from 241); Blue value is 45 (17.97% from 255 or 18.67% from 241); Max value from RGB is 119 - color contains mainly: green. Hex color #4D772D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D772D is #B288D2. Grayscale: #626262. Windows color (decimal): -11700435 or 2979661. OLE color: 2979661.

HSL color Cylindrical-coordinate representation of color #4D772D: hue angle of 94.05º 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 #4D772D is Cyan = 0.35, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB7711945-
CMYK0.3500.620.53
HSL94.05º45.12%32.16%-
HSV(B)94.05º62.18%46.67%-
XYZ10.1314.964.84-
YUV98.0198.09113.02-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 31.95%
GREEN value IS 119 (46.88% from 255) = 49.38%
BLUE value IS 45 (17.97% from 255) = 18.67%
R=31.95%
G=49.38%
B=18.67%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal77119450.3500.620.5394.0545.1232.16
Hex4D772D2303E355e2d20
Octal1151675543076651365540
Binary1001101111011110110110001101111101101011011110101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D772D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D772D; }

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

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

<style>
 a { background-color: #4D772D; }

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

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

<style>
 span { border-color: #4D772D; }

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

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