Html Css Color HEX #494920 Army green

📋 copy color: '#494920'

red 73 ◦ green 73 ◦ blue 32

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

Shades of Army green #494920

Tints of Army green #494920

RGB

 RED value IS 73 (28.91% from 255) = 41.01%

 GREEN value IS 73 (28.91% from 255) = 41.01%

 BLUE value IS 32 (12.89% from 255) = 17.98%

R = 41.01%
G = 41.01%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.56

 K value IS 0.71

RGB Variations

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

Color information

#494920 (or 0x494920) is known color: Army green. HEX triplet: 49, 49 and 20. RGB value is (73,73,32). Sum of RGB (Red+Green+Blue) = 73+73+32=178 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.01% from 178); Green value is 73 (28.91% from 255 or 41.01% from 178); Blue value is 32 (12.89% from 255 or 17.98% from 178); Max value from RGB is 73 - color contains mainly: red, green. Hex color #494920 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494920 is #B6B6DF. Grayscale: #444444. Windows color (decimal): -11974368 or 2115913. OLE color: 2115913.

HSL color Cylindrical-coordinate representation of color #494920: hue angle of 60º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #494920 is Cyan = 0, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 73 32 -
CMYK 0 0 0.56 0.71
HSL 60º 0.39% 0.21% -
HSV(B) 60º 0.56% 0.29% -
XYZ 5.39 6.29 2.3 -
YUV 68.33 107.5 131.33 -
System Red Green Blue C M Y K H S L
Decimal 73 73 32 0 0 0.56 0.71 60 0.39 0.21
Hex 49 49 20 0 0 38 47 3C 27 15
Octal 111 111 40 0 0 70 107 74 47 25
Binary 1001001 1001001 100000 0 0 111000 1000111 111100 100111 10101

Color Harmonies of #494920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494920

Black with #494920

Text Example


Text Example

White with #494920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494920; }

 p { color: rgb(73,73,32); }

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

background-color css

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

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

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

border-color css

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

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

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