Html Css Color HEX #494820 Army green

📋 copy color: '#494820'

red 73 ◦ green 72 ◦ blue 32

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

Shades of Army green #494820

Tints of Army green #494820

RGB

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

 GREEN value IS 72 (28.52% from 255) = 40.68%

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

R = 41.24%
G = 40.68%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.56

 K value IS 0.71

RGB Variations

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

Color information

#494820 (or 0x494820) is known color: Army green. HEX triplet: 49, 48 and 20. RGB value is (73,72,32). Sum of RGB (Red+Green+Blue) = 73+72+32=177 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.24% from 177); Green value is 72 (28.52% from 255 or 40.68% from 177); Blue value is 32 (12.89% from 255 or 18.08% from 177); Max value from RGB is 73 - color contains mainly: red. Hex color #494820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494820 is #B6B7DF. Grayscale: #434343. Windows color (decimal): -11974624 or 2115657. OLE color: 2115657.

HSL color Cylindrical-coordinate representation of color #494820: hue angle of 58.54º 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 #494820 is Cyan = 0, Magento = 0.01, Yellow = 0.56 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 72 32 -
CMYK 0 0.01 0.56 0.71
HSL 58.54º 0.39% 0.21% -
HSV(B) 58.54º 0.56% 0.29% -
XYZ 5.33 6.16 2.27 -
YUV 67.74 107.83 131.75 -
System Red Green Blue C M Y K H S L
Decimal 73 72 32 0 0.01 0.56 0.71 58.54 0.39 0.21
Hex 49 48 20 0 1 38 47 3B 27 15
Octal 111 110 40 0 1 70 107 73 47 25
Binary 1001001 1001000 100000 0 1 111000 1000111 111011 100111 10101

Color Harmonies of #494820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494820

Black with #494820

Text Example


Text Example

White with #494820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494820; }

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

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

background-color css

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

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

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

border-color css

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

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

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