#4D7516

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

Shades of Green Leaf #4D7516

Tints of Green Leaf #4D7516

Color information

#4D7516 (or 0x4D7516) is unknown color: approx Green Leaf. HEX triplet: 4D, 75 and 16. RGB value is (77,117,22). Sum of RGB (Red+Green+Blue) = 77+117+22=216 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.65% from 216); Green value is 117 (46.09% from 255 or 54.17% from 216); Blue value is 22 (8.98% from 255 or 10.19% from 216); Max value from RGB is 117 - color contains mainly: green. Hex color #4D7516 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D7516 is #B28AE9. Grayscale: #5E5E5E. Windows color (decimal): -11700970 or 1471821. OLE color: 1471821.

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

Color convert

RGB7711722-
CMYK0.3400.810.54
HSL85.26º68.35%27.25%-
HSV(B)85.26º81.2%45.88%-
XYZ9.5714.363.03-
YUV94.2187.25115.72-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 35.65%
GREEN value IS 117 (46.09% from 255) = 54.17%
BLUE value IS 22 (8.98% from 255) = 10.19%
R=35.65%
G=54.17%
B=10.19%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal77117220.3400.810.5485.2668.3527.25
Hex4D7516220513655441b
Octal115165264201216612510433
Binary1001101111010110110100010010100011101101010101100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D7516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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