#4C4D1F

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

Shades of Army green #4C4D1F

Tints of Army green #4C4D1F

Color information

#4C4D1F (or 0x4C4D1F) is unknown color: approx Army green. HEX triplet: 4C, 4D and 1F. RGB value is (76,77,31). Sum of RGB (Red+Green+Blue) = 76+77+31=184 (24% of max value = 765). Red value is 76 (30.08% from 255 or 41.30% from 184); Green value is 77 (30.47% from 255 or 41.85% from 184); Blue value is 31 (12.5% from 255 or 16.85% from 184); Max value from RGB is 77 - color contains mainly: green. Hex color #4C4D1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C4D1F is #B3B2E0. Grayscale: #474747. Windows color (decimal): -11776737 or 2051404. OLE color: 2051404.

HSL color Cylindrical-coordinate representation of color #4C4D1F: hue angle of 61.3º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4C4D1F is Cyan = 0.01, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.70.

Color convert

RGB767731-
CMYK0.0100.600.70
HSL61.3º42.59%21.18%-
HSV(B)61.3º59.74%30.2%-
XYZ5.886.942.33-
YUV71.46105.17131.24-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 41.30%
GREEN value IS 77 (30.47% from 255) = 41.85%
BLUE value IS 31 (12.5% from 255) = 16.85%
R=41.30%
G=41.85%
B=16.85%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7677310.0100.600.7061.342.5921.18
Hex4C4D1F103C463d2b15
Octal114115371074106755325
Binary100110010011011111110111100100011011110110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,77,31); }

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

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

 a { background-color: rgb(76,77,31); }

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

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

 span { border-color: rgb(76,77,31); }

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