#4E5320

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

Shades of Army green #4E5320

Tints of Army green #4E5320

Color information

#4E5320 (or 0x4E5320) is unknown color: approx Army green. HEX triplet: 4E, 53 and 20. RGB value is (78,83,32). Sum of RGB (Red+Green+Blue) = 78+83+32=193 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.41% from 193); Green value is 83 (32.81% from 255 or 43.01% from 193); Blue value is 32 (12.89% from 255 or 16.58% from 193); Max value from RGB is 83 - color contains mainly: green. Hex color #4E5320 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5320 is #B1ACDF. Grayscale: #4B4B4B. Windows color (decimal): -11644128 or 2118478. OLE color: 2118478.

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

Color convert

RGB788332-
CMYK0.0600.610.67
HSL65.88º44.35%22.55%-
HSV(B)65.88º61.45%32.55%-
XYZ6.57.912.55-
YUV75.69103.34129.65-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 40.41%
GREEN value IS 83 (32.81% from 255) = 43.01%
BLUE value IS 32 (12.89% from 255) = 16.58%
R=40.41%
G=43.01%
B=16.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7883320.0600.610.6765.8844.3522.55
Hex4E5320603D43422c17
Octal1161234060751031025427
Binary1001110101001110000011001111011000011100001010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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