#4D7C16

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

Shades of Green Leaf #4D7C16

Tints of Green Leaf #4D7C16

Color information

#4D7C16 (or 0x4D7C16) is unknown color: approx Green Leaf. HEX triplet: 4D, 7C and 16. RGB value is (77,124,22). Sum of RGB (Red+Green+Blue) = 77+124+22=223 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.53% from 223); Green value is 124 (48.83% from 255 or 55.61% from 223); Blue value is 22 (8.98% from 255 or 9.87% from 223); Max value from RGB is 124 - color contains mainly: green. Hex color #4D7C16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D7C16 is #B283E9. Grayscale: #626262. Windows color (decimal): -11699178 or 1473613. OLE color: 1473613.

HSL color Cylindrical-coordinate representation of color #4D7C16: hue angle of 87.65º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4D7C16 is Cyan = 0.38, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.51.

Color convert

RGB7712422-
CMYK0.3800.820.51
HSL87.65º69.86%28.63%-
HSV(B)87.65º82.26%48.63%-
XYZ10.4116.053.31-
YUV98.3284.93112.79-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 34.53%
GREEN value IS 124 (48.83% from 255) = 55.61%
BLUE value IS 22 (8.98% from 255) = 9.87%
R=34.53%
G=55.61%
B=9.87%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal77124220.3800.820.5187.6569.8628.63
Hex4D7C16260523358461d
Octal115174264601226313010635
Binary1001101111110010110100110010100101100111011000100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D7C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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