Html Css Color HEX #4E5A20 Army green

📋 copy color: '#4E5A20'

red 78 ◦ green 90 ◦ blue 32

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

Shades of Army green #4E5A20

Tints of Army green #4E5A20

RGB

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

 GREEN value IS 90 (35.55% from 255) = 45%

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

R = 39%
G = 45%
B = 16%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.64

 K value IS 0.65

RGB Variations

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

Color information

#4E5A20 (or 0x4E5A20) is known color: Army green. HEX triplet: 4E, 5A and 20. RGB value is (78,90,32). Sum of RGB (Red+Green+Blue) = 78+90+32=200 (26% of max value = 765). Red value is 78 (30.86% from 255 or 39% from 200); Green value is 90 (35.55% from 255 or 45% from 200); Blue value is 32 (12.89% from 255 or 16% from 200); Max value from RGB is 90 - color contains mainly: green. Hex color #4E5A20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5A20 is #B1A5DF. Grayscale: #505050. Windows color (decimal): -11642336 or 2120270. OLE color: 2120270.

HSL color Cylindrical-coordinate representation of color #4E5A20: hue angle of 72.41º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4E5A20 is Cyan = 0.13, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB 78 90 32 -
CMYK 0.13 0 0.64 0.65
HSL 72.41º 0.48% 0.24% -
HSV(B) 72.41º 0.64% 0.35% -
XYZ 7.06 9.04 2.74 -
YUV 79.8 101.02 126.72 -
System Red Green Blue C M Y K H S L
Decimal 78 90 32 0.13 0 0.64 0.65 72.41 0.48 0.24
Hex 4E 5A 20 D 0 40 41 48 30 18
Octal 116 132 40 15 0 100 101 110 60 30
Binary 1001110 1011010 100000 1101 0 1000000 1000001 1001000 110000 11000

Color Harmonies of #4E5A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5A20

Black with #4E5A20

Text Example


Text Example

White with #4E5A20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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