#4E4D16

Color #4E4D16 Army green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Army green #4E4D16

Tints of Army green #4E4D16

Color information

#4E4D16 (or 0x4E4D16) is unknown color: approx Army green. HEX triplet: 4E, 4D and 16. RGB value is (78,77,22). Sum of RGB (Red+Green+Blue) = 78+77+22=177 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.07% from 177); Green value is 77 (30.47% from 255 or 43.50% from 177); Blue value is 22 (8.98% from 255 or 12.43% from 177); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4D16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E4D16 is #B1B2E9. Grayscale: #474747. Windows color (decimal): -11645674 or 1461582. OLE color: 1461582.

HSL color Cylindrical-coordinate representation of color #4E4D16: hue angle of 58.93º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4E4D16 is Cyan = 0, Magento = 0.01, Yellow = 0.72 and Black (K on CMYK) = 0.69.

Color convert

RGB787722-
CMYK00.010.720.69
HSL58.93º56%19.61%-
HSV(B)58.93º71.79%30.59%-
XYZ5.946.991.79-
YUV71.03100.33132.97-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 44.07%
GREEN value IS 77 (30.47% from 255) = 43.50%
BLUE value IS 22 (8.98% from 255) = 12.43%
R=44.07%
G=43.50%
B=12.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.72
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78772200.010.720.6958.935619.61
Hex4E4D160148453b3814
Octal1161152601110105737024
Binary1001110100110110110011001000100010111101111100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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