Html Css Color HEX #4E5020 Army green

📋 copy color: '#4E5020'

red 78 ◦ green 80 ◦ blue 32

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

Shades of Army green #4E5020

Tints of Army green #4E5020

RGB

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

 GREEN value IS 80 (31.64% from 255) = 42.11%

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

R = 41.05%
G = 42.11%
B = 16.84%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.60

 K value IS 0.69

RGB Variations

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

Color information

#4E5020 (or 0x4E5020) is known color: Army green. HEX triplet: 4E, 50 and 20. RGB value is (78,80,32). Sum of RGB (Red+Green+Blue) = 78+80+32=190 (25% of max value = 765). Red value is 78 (30.86% from 255 or 41.05% from 190); Green value is 80 (31.64% from 255 or 42.11% from 190); Blue value is 32 (12.89% from 255 or 16.84% from 190); Max value from RGB is 80 - color contains mainly: green. Hex color #4E5020 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5020 is #B1AFDF. Grayscale: #4A4A4A. Windows color (decimal): -11644896 or 2117710. OLE color: 2117710.

HSL color Cylindrical-coordinate representation of color #4E5020: hue angle of 62.5º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4E5020 is Cyan = 0.02, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 80 32 -
CMYK 0.02 0 0.60 0.69
HSL 62.5º 0.43% 0.22% -
HSV(B) 62.5º 0.6% 0.31% -
XYZ 6.27 7.46 2.48 -
YUV 73.93 104.34 130.9 -
System Red Green Blue C M Y K H S L
Decimal 78 80 32 0.02 0 0.60 0.69 62.5 0.43 0.22
Hex 4E 50 20 2 0 3C 45 3F 2B 16
Octal 116 120 40 2 0 74 105 77 53 26
Binary 1001110 1010000 100000 10 0 111100 1000101 111111 101011 10110

Color Harmonies of #4E5020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5020

Black with #4E5020

Text Example


Text Example

White with #4E5020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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