Html Css Color HEX #4E5C1F Army green

📋 copy color: '#4E5C1F'

red 78 ◦ green 92 ◦ blue 31

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

Shades of Army green #4E5C1F

Tints of Army green #4E5C1F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 45.77%

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

R = 38.81%
G = 45.77%
B = 15.42%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.66

 K value IS 0.64

RGB Variations

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

Color information

#4E5C1F (or 0x4E5C1F) is known color: Army green. HEX triplet: 4E, 5C and 1F. RGB value is (78,92,31). Sum of RGB (Red+Green+Blue) = 78+92+31=201 (26% of max value = 765). Red value is 78 (30.86% from 255 or 38.81% from 201); Green value is 92 (36.33% from 255 or 45.77% from 201); Blue value is 31 (12.5% from 255 or 15.42% from 201); Max value from RGB is 92 - color contains mainly: green. Hex color #4E5C1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5C1F is #B1A3E0. Grayscale: #515151. Windows color (decimal): -11641825 or 2055246. OLE color: 2055246.

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

Color convert

RGB 78 92 31 -
CMYK 0.15 0 0.66 0.64
HSL 73.77º 0.5% 0.24% -
HSV(B) 73.77º 0.66% 0.36% -
XYZ 7.22 9.37 2.73 -
YUV 80.86 99.86 125.96 -
System Red Green Blue C M Y K H S L
Decimal 78 92 31 0.15 0 0.66 0.64 73.77 0.5 0.24
Hex 4E 5C 1F F 0 42 40 4A 32 18
Octal 116 134 37 17 0 102 100 112 62 30
Binary 1001110 1011100 11111 1111 0 1000010 1000000 1001010 110010 11000

Color Harmonies of #4E5C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5C1F

Black with #4E5C1F

Text Example


Text Example

White with #4E5C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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