#4E5121

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

Shades of Army green #4E5121

Tints of Army green #4E5121

Color information

#4E5121 (or 0x4E5121) is unknown color: approx Army green. HEX triplet: 4E, 51 and 21. RGB value is (78,81,33). Sum of RGB (Red+Green+Blue) = 78+81+33=192 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.62% from 192); Green value is 81 (32.03% from 255 or 42.19% from 192); Blue value is 33 (13.28% from 255 or 17.19% from 192); Max value from RGB is 81 - color contains mainly: green. Hex color #4E5121 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5121 is #B1AEDE. Grayscale: #4A4A4A. Windows color (decimal): -11644639 or 2183502. OLE color: 2183502.

HSL color Cylindrical-coordinate representation of color #4E5121: hue angle of 63.75º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4E5121 is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.68.

Color convert

RGB788133-
CMYK0.0400.590.68
HSL63.75º42.11%22.35%-
HSV(B)63.75º59.26%31.76%-
XYZ6.367.612.57-
YUV74.63104.51130.4-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 40.62%
GREEN value IS 81 (32.03% from 255) = 42.19%
BLUE value IS 33 (13.28% from 255) = 17.19%
R=40.62%
G=42.19%
B=17.19%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7881330.0400.590.6863.7542.1122.35
Hex4E5121403B44402a16
Octal1161214140731041005226
Binary1001110101000110000110001110111000100100000010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,81,33); }

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

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

 a { background-color: rgb(78,81,33); }

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

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

 span { border-color: rgb(78,81,33); }

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