#4E4B16

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

Shades of Army green #4E4B16

Tints of Army green #4E4B16

Color information

#4E4B16 (or 0x4E4B16) is unknown color: approx Army green. HEX triplet: 4E, 4B and 16. RGB value is (78,75,22). Sum of RGB (Red+Green+Blue) = 78+75+22=175 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.57% from 175); Green value is 75 (29.69% from 255 or 42.86% from 175); Blue value is 22 (8.98% from 255 or 12.57% from 175); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4B16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E4B16 is #B1B4E9. Grayscale: #464646. Windows color (decimal): -11646186 or 1461070. OLE color: 1461070.

HSL color Cylindrical-coordinate representation of color #4E4B16: hue angle of 56.79º 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 #4E4B16 is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.69.

Color convert

RGB787522-
CMYK00.040.720.69
HSL56.79º56%19.61%-
HSV(B)56.79º71.79%30.59%-
XYZ5.86.711.75-
YUV69.85100.99133.81-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 44.57%
GREEN value IS 75 (29.69% from 255) = 42.86%
BLUE value IS 22 (8.98% from 255) = 12.57%
R=44.57%
G=42.86%
B=12.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.72
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78752200.040.720.6956.795619.61
Hex4E4B16044845393814
Octal1161132604110105717024
Binary100111010010111011001001001000100010111100111100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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