#494D1D

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

Shades of Army green #494D1D

Tints of Army green #494D1D

Color information

#494D1D (or 0x494D1D) is unknown color: approx Army green. HEX triplet: 49, 4D and 1D. RGB value is (73,77,29). Sum of RGB (Red+Green+Blue) = 73+77+29=179 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.78% from 179); Green value is 77 (30.47% from 255 or 43.02% from 179); Blue value is 29 (11.72% from 255 or 16.20% from 179); Max value from RGB is 77 - color contains mainly: green. Hex color #494D1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #494D1D is #B6B2E2. Grayscale: #464646. Windows color (decimal): -11973347 or 1920329. OLE color: 1920329.

HSL color Cylindrical-coordinate representation of color #494D1D: hue angle of 65º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #494D1D is Cyan = 0.05, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.70.

Color convert

RGB737729-
CMYK0.0500.620.70
HSL65º45.28%20.78%-
HSV(B)65º62.34%30.2%-
XYZ5.626.812.18-
YUV70.33104.67129.9-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 40.78%
GREEN value IS 77 (30.47% from 255) = 43.02%
BLUE value IS 29 (11.72% from 255) = 16.20%
R=40.78%
G=43.02%
B=16.20%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7377290.0500.620.706545.2820.78
Hex494D1D503E46412d15
Octal1111153550761061015525
Binary100100110011011110110101111101000110100000110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494D1D; }

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

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

<style>
 a { background-color: #494D1D; }

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

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

<style>
 span { border-color: #494D1D; }

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

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