Html Css Color HEX #4E5420 Army green

📋 copy color: '#4E5420'

red 78 ◦ green 84 ◦ blue 32

#4E5420
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Army green #4E5420

Tints of Army green #4E5420

RGB

 RED value IS 78 (30.86% from 255) = 40.21%

 GREEN value IS 84 (33.2% from 255) = 43.3%

 BLUE value IS 32 (12.89% from 255) = 16.49%

R = 40.21%
G = 43.3%
B = 16.49%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#4E5420 (or 0x4E5420) is known color: Army green. HEX triplet: 4E, 54 and 20. RGB value is (78,84,32). Sum of RGB (Red+Green+Blue) = 78+84+32=194 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.21% from 194); Green value is 84 (33.20% from 255 or 43.30% from 194); Blue value is 32 (12.89% from 255 or 16.49% from 194); Max value from RGB is 84 - color contains mainly: green. Hex color #4E5420 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5420 is #B1ABDF. Grayscale: #4C4C4C. Windows color (decimal): -11643872 or 2118734. OLE color: 2118734.

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

Color convert

RGB 78 84 32 -
CMYK 0.07 0 0.62 0.67
HSL 66.92º 0.45% 0.23% -
HSV(B) 66.92º 0.62% 0.33% -
XYZ 6.57 8.06 2.58 -
YUV 76.28 103.01 129.23 -
System Red Green Blue C M Y K H S L
Decimal 78 84 32 0.07 0 0.62 0.67 66.92 0.45 0.23
Hex 4E 54 20 7 0 3E 43 43 2D 17
Octal 116 124 40 7 0 76 103 103 55 27
Binary 1001110 1010100 100000 111 0 111110 1000011 1000011 101101 10111

Color Harmonies of #4E5420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5420

Black with #4E5420

Text Example


Text Example

White with #4E5420

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4E5420;
 }
 .AnyTagClassName
 {
   color: #4E5420;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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