#4D7520

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

Shades of Green Leaf #4D7520

Tints of Green Leaf #4D7520

Color information

#4D7520 (or 0x4D7520) is unknown color: approx Green Leaf. HEX triplet: 4D, 75 and 20. RGB value is (77,117,32). Sum of RGB (Red+Green+Blue) = 77+117+32=226 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.07% from 226); Green value is 117 (46.09% from 255 or 51.77% from 226); Blue value is 32 (12.89% from 255 or 14.16% from 226); Max value from RGB is 117 - color contains mainly: green. Hex color #4D7520 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D7520 is #B28ADF. Grayscale: #5F5F5F. Windows color (decimal): -11700960 or 2127181. OLE color: 2127181.

HSL color Cylindrical-coordinate representation of color #4D7520: hue angle of 88.24º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4D7520 is Cyan = 0.34, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB7711732-
CMYK0.3400.730.54
HSL88.24º57.05%29.22%-
HSV(B)88.24º72.65%45.88%-
XYZ9.6814.43.64-
YUV95.3592.25114.91-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 34.07%
GREEN value IS 117 (46.09% from 255) = 51.77%
BLUE value IS 32 (12.89% from 255) = 14.16%
R=34.07%
G=51.77%
B=14.16%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal77117320.3400.730.5488.2457.0529.22
Hex4D7520220493658391d
Octal11516540420111661307135
Binary1001101111010110000010001001001001110110101100011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D7520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,117,32); }

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

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

 a { background-color: rgb(77,117,32); }

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

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

 span { border-color: rgb(77,117,32); }

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