#4D571D

Color #4D571D Army green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Army green #4D571D

Tints of Army green #4D571D

Color information

#4D571D (or 0x4D571D) is unknown color: approx Army green. HEX triplet: 4D, 57 and 1D. RGB value is (77,87,29). Sum of RGB (Red+Green+Blue) = 77+87+29=193 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.90% from 193); Green value is 87 (34.38% from 255 or 45.08% from 193); Blue value is 29 (11.72% from 255 or 15.03% from 193); Max value from RGB is 87 - color contains mainly: green. Hex color #4D571D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D571D is #B2A8E2. Grayscale: #4D4D4D. Windows color (decimal): -11708643 or 1922893. OLE color: 1922893.

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

Color convert

RGB778729-
CMYK0.1100.670.66
HSL70.34º50%22.75%-
HSV(B)70.34º66.67%34.12%-
XYZ6.698.482.45-
YUV77.4100.69127.72-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 39.90%
GREEN value IS 87 (34.38% from 255) = 45.08%
BLUE value IS 29 (11.72% from 255) = 15.03%
R=39.90%
G=45.08%
B=15.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7787290.1100.670.6670.345022.75
Hex4D571DB04342463217
Octal115127351301031021066227
Binary10011011010111111011011010000111000010100011011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D571D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4D571D;
 }
 .AnyTagClassName
 {
   color: #4D571D;
 }
</style>
background-color css

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

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

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

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

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

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