#4E5321

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

Shades of Army green #4E5321

Tints of Army green #4E5321

Color information

#4E5321 (or 0x4E5321) is unknown color: approx Army green. HEX triplet: 4E, 53 and 21. RGB value is (78,83,33). Sum of RGB (Red+Green+Blue) = 78+83+33=194 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.21% from 194); Green value is 83 (32.81% from 255 or 42.78% from 194); Blue value is 33 (13.28% from 255 or 17.01% from 194); Max value from RGB is 83 - color contains mainly: green. Hex color #4E5321 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5321 is #B1ACDE. Grayscale: #4C4C4C. Windows color (decimal): -11644127 or 2184014. OLE color: 2184014.

HSL color Cylindrical-coordinate representation of color #4E5321: hue angle of 66º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4E5321 is Cyan = 0.06, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB788333-
CMYK0.0600.600.67
HSL66º43.1%22.75%-
HSV(B)66º60.24%32.55%-
XYZ6.517.922.62-
YUV75.8103.84129.57-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 40.21%
GREEN value IS 83 (32.81% from 255) = 42.78%
BLUE value IS 33 (13.28% from 255) = 17.01%
R=40.21%
G=42.78%
B=17.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7883330.0600.600.676643.122.75
Hex4E5321603C43422b17
Octal1161234160741031025327
Binary1001110101001110000111001111001000011100001010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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