Html Css Color HEX #4D571E Army green

📋 copy color: '#4D571E'

red 77 ◦ green 87 ◦ blue 30

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

Shades of Army green #4D571E

Tints of Army green #4D571E

RGB

 RED value IS 77 (30.47% from 255) = 39.69%

 GREEN value IS 87 (34.38% from 255) = 44.85%

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

R = 39.69%
G = 44.85%
B = 15.46%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.66

 K value IS 0.66

RGB Variations

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

Color information

#4D571E (or 0x4D571E) is known color: Army green. HEX triplet: 4D, 57 and 1E. RGB value is (77,87,30). Sum of RGB (Red+Green+Blue) = 77+87+30=194 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.69% from 194); Green value is 87 (34.38% from 255 or 44.85% from 194); Blue value is 30 (12.11% from 255 or 15.46% from 194); Max value from RGB is 87 - color contains mainly: green. Hex color #4D571E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D571E is #B2A8E1. Grayscale: #4D4D4D. Windows color (decimal): -11708642 or 1988429. OLE color: 1988429.

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

Color convert

RGB 77 87 30 -
CMYK 0.11 0 0.66 0.66
HSL 70.53º 0.49% 0.23% -
HSV(B) 70.53º 0.66% 0.34% -
XYZ 6.7 8.49 2.51 -
YUV 77.51 101.19 127.63 -
System Red Green Blue C M Y K H S L
Decimal 77 87 30 0.11 0 0.66 0.66 70.53 0.49 0.23
Hex 4D 57 1E B 0 42 42 47 31 17
Octal 115 127 36 13 0 102 102 107 61 27
Binary 1001101 1010111 11110 1011 0 1000010 1000010 1000111 110001 10111

Color Harmonies of #4D571E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D571E

Black with #4D571E

Text Example


Text Example

White with #4D571E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,87,30); }

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

background-color css

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

 a { background-color: rgb(77,87,30); }

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

border-color css

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

 span { border-color: rgb(77,87,30); }

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