Html Css Color HEX #4E5D1E Army green

📋 copy color: '#4E5D1E'

red 78 ◦ green 93 ◦ blue 30

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

Shades of Army green #4E5D1E

Tints of Army green #4E5D1E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 46.27%

 BLUE value IS 30 (12.11% from 255) = 14.93%

R = 38.81%
G = 46.27%
B = 14.93%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.68

 K value IS 0.64

RGB Variations

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

Color information

#4E5D1E (or 0x4E5D1E) is known color: Army green. HEX triplet: 4E, 5D and 1E. RGB value is (78,93,30). Sum of RGB (Red+Green+Blue) = 78+93+30=201 (26% of max value = 765). Red value is 78 (30.86% from 255 or 38.81% from 201); Green value is 93 (36.72% from 255 or 46.27% from 201); Blue value is 30 (12.11% from 255 or 14.93% from 201); Max value from RGB is 93 - color contains mainly: green. Hex color #4E5D1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5D1E is #B1A2E1. Grayscale: #515151. Windows color (decimal): -11641570 or 1989966. OLE color: 1989966.

HSL color Cylindrical-coordinate representation of color #4E5D1E: hue angle of 74.29º degrees, saturation: 0.51, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4E5D1E is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.64.

Color convert

RGB 78 93 30 -
CMYK 0.16 0 0.68 0.64
HSL 74.29º 0.51% 0.24% -
HSV(B) 74.29º 0.68% 0.36% -
XYZ 7.29 9.54 2.69 -
YUV 81.33 99.03 125.62 -
System Red Green Blue C M Y K H S L
Decimal 78 93 30 0.16 0 0.68 0.64 74.29 0.51 0.24
Hex 4E 5D 1E 10 0 44 40 4A 33 18
Octal 116 135 36 20 0 104 100 112 63 30
Binary 1001110 1011101 11110 10000 0 1000100 1000000 1001010 110011 11000

Color Harmonies of #4E5D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5D1E

Black with #4E5D1E

Text Example


Text Example

White with #4E5D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,93,30); }

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

background-color css

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

 a { background-color: rgb(78,93,30); }

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

border-color css

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

 span { border-color: rgb(78,93,30); }

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