Html Css Color HEX #4E541F Army green

📋 copy color: '#4E541F'

red 78 ◦ green 84 ◦ blue 31

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

Shades of Army green #4E541F

Tints of Army green #4E541F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 16.06%

R = 40.41%
G = 43.52%
B = 16.06%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.63

 K value IS 0.67

RGB Variations

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

Color information

#4E541F (or 0x4E541F) is known color: Army green. HEX triplet: 4E, 54 and 1F. RGB value is (78,84,31). Sum of RGB (Red+Green+Blue) = 78+84+31=193 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.41% from 193); Green value is 84 (33.20% from 255 or 43.52% from 193); Blue value is 31 (12.5% from 255 or 16.06% from 193); Max value from RGB is 84 - color contains mainly: green. Hex color #4E541F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E541F is #B1ABE0. Grayscale: #4C4C4C. Windows color (decimal): -11643873 or 2053198. OLE color: 2053198.

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

Color convert

RGB 78 84 31 -
CMYK 0.07 0 0.63 0.67
HSL 66.79º 0.46% 0.23% -
HSV(B) 66.79º 0.63% 0.33% -
XYZ 6.56 8.06 2.51 -
YUV 76.16 102.51 129.31 -
System Red Green Blue C M Y K H S L
Decimal 78 84 31 0.07 0 0.63 0.67 66.79 0.46 0.23
Hex 4E 54 1F 7 0 3F 43 43 2E 17
Octal 116 124 37 7 0 77 103 103 56 27
Binary 1001110 1010100 11111 111 0 111111 1000011 1000011 101110 10111

Color Harmonies of #4E541F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E541F

Black with #4E541F

Text Example


Text Example

White with #4E541F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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