Html Css Color HEX #4E5122 Army green

📋 copy color: '#4E5122'

red 78 ◦ green 81 ◦ blue 34

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

Shades of Army green #4E5122

Tints of Army green #4E5122

RGB

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

 GREEN value IS 81 (32.03% from 255) = 41.97%

 BLUE value IS 34 (13.67% from 255) = 17.62%

R = 40.41%
G = 41.97%
B = 17.62%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.58

 K value IS 0.68

RGB Variations

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

Color information

#4E5122 (or 0x4E5122) is known color: Army green. HEX triplet: 4E, 51 and 22. RGB value is (78,81,34). Sum of RGB (Red+Green+Blue) = 78+81+34=193 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.41% from 193); Green value is 81 (32.03% from 255 or 41.97% from 193); Blue value is 34 (13.67% from 255 or 17.62% from 193); Max value from RGB is 81 - color contains mainly: green. Hex color #4E5122 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5122 is #B1AEDD. Grayscale: #4A4A4A. Windows color (decimal): -11644638 or 2249038. OLE color: 2249038.

HSL color Cylindrical-coordinate representation of color #4E5122: hue angle of 63.83º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4E5122 is Cyan = 0.04, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.68.

Color convert

RGB 78 81 34 -
CMYK 0.04 0 0.58 0.68
HSL 63.83º 0.41% 0.23% -
HSV(B) 63.83º 0.58% 0.32% -
XYZ 6.37 7.62 2.65 -
YUV 74.75 105.01 130.32 -
System Red Green Blue C M Y K H S L
Decimal 78 81 34 0.04 0 0.58 0.68 63.83 0.41 0.23
Hex 4E 51 22 4 0 3A 44 40 29 17
Octal 116 121 42 4 0 72 104 100 51 27
Binary 1001110 1010001 100010 100 0 111010 1000100 1000000 101001 10111

Color Harmonies of #4E5122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5122

Black with #4E5122

Text Example


Text Example

White with #4E5122

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,81,34); }

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

background-color css

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

 a { background-color: rgb(78,81,34); }

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

border-color css

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

 span { border-color: rgb(78,81,34); }

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