#494719

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

Shades of Army green #494719

Tints of Army green #494719

Color information

#494719 (or 0x494719) is unknown color: approx Army green. HEX triplet: 49, 47 and 19. RGB value is (73,71,25). Sum of RGB (Red+Green+Blue) = 73+71+25=169 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.20% from 169); Green value is 71 (28.12% from 255 or 42.01% from 169); Blue value is 25 (10.16% from 255 or 14.79% from 169); Max value from RGB is 73 - color contains mainly: red. Hex color #494719 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494719 is #B6B8E6. Grayscale: #424242. Windows color (decimal): -11974887 or 1656649. OLE color: 1656649.

HSL color Cylindrical-coordinate representation of color #494719: hue angle of 57.5º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #494719 is Cyan = 0, Magento = 0.03, Yellow = 0.66 and Black (K on CMYK) = 0.71.

Color convert

RGB737125-
CMYK00.030.660.71
HSL57.5º48.98%19.22%-
HSV(B)57.5º65.75%28.63%-
XYZ5.185.991.8-
YUV66.35104.66132.74-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 43.20%
GREEN value IS 71 (28.12% from 255) = 42.01%
BLUE value IS 25 (10.16% from 255) = 14.79%
R=43.20%
G=42.01%
B=14.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.66
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73712500.030.660.7157.548.9819.22
Hex4947190342473a3113
Octal1111073103102107726123
Binary10010011000111110010111000010100011111101011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494719; }

 p { color: rgb(73,71,25); }

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

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

 a { background-color: rgb(73,71,25); }

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

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

 span { border-color: rgb(73,71,25); }

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