Html Css Color HEX #4E581F Army green

📋 copy color: '#4E581F'

red 78 ◦ green 88 ◦ blue 31

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

Shades of Army green #4E581F

Tints of Army green #4E581F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 44.67%

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

R = 39.59%
G = 44.67%
B = 15.74%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.65

 K value IS 0.65

RGB Variations

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

Color information

#4E581F (or 0x4E581F) is known color: Army green. HEX triplet: 4E, 58 and 1F. RGB value is (78,88,31). Sum of RGB (Red+Green+Blue) = 78+88+31=197 (26% of max value = 765). Red value is 78 (30.86% from 255 or 39.59% from 197); Green value is 88 (34.77% from 255 or 44.67% from 197); Blue value is 31 (12.5% from 255 or 15.74% from 197); Max value from RGB is 88 - color contains mainly: green. Hex color #4E581F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E581F is #B1A7E0. Grayscale: #4E4E4E. Windows color (decimal): -11642849 or 2054222. OLE color: 2054222.

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

Color convert

RGB 78 88 31 -
CMYK 0.11 0 0.65 0.65
HSL 70.53º 0.48% 0.23% -
HSV(B) 70.53º 0.65% 0.35% -
XYZ 6.88 8.7 2.61 -
YUV 78.51 101.19 127.63 -
System Red Green Blue C M Y K H S L
Decimal 78 88 31 0.11 0 0.65 0.65 70.53 0.48 0.23
Hex 4E 58 1F B 0 41 41 47 30 17
Octal 116 130 37 13 0 101 101 107 60 27
Binary 1001110 1011000 11111 1011 0 1000001 1000001 1000111 110000 10111

Color Harmonies of #4E581F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E581F

Black with #4E581F

Text Example


Text Example

White with #4E581F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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