Html Css Color HEX #494A22 Army green

📋 copy color: '#494A22'

red 73 ◦ green 74 ◦ blue 34

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

Shades of Army green #494A22

Tints of Army green #494A22

RGB

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

 GREEN value IS 74 (29.3% from 255) = 40.88%

 BLUE value IS 34 (13.67% from 255) = 18.78%

R = 40.33%
G = 40.88%
B = 18.78%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.54

 K value IS 0.71

RGB Variations

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

Color information

#494A22 (or 0x494A22) is known color: Army green. HEX triplet: 49, 4A and 22. RGB value is (73,74,34). Sum of RGB (Red+Green+Blue) = 73+74+34=181 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.33% from 181); Green value is 74 (29.30% from 255 or 40.88% from 181); Blue value is 34 (13.67% from 255 or 18.78% from 181); Max value from RGB is 74 - color contains mainly: green. Hex color #494A22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494A22 is #B6B5DD. Grayscale: #454545. Windows color (decimal): -11974110 or 2247241. OLE color: 2247241.

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

Color convert

RGB 73 74 34 -
CMYK 0.01 0 0.54 0.71
HSL 61.5º 0.37% 0.21% -
HSV(B) 61.5º 0.54% 0.29% -
XYZ 5.49 6.43 2.47 -
YUV 69.14 108.17 130.75 -
System Red Green Blue C M Y K H S L
Decimal 73 74 34 0.01 0 0.54 0.71 61.5 0.37 0.21
Hex 49 4A 22 1 0 36 47 3E 25 15
Octal 111 112 42 1 0 66 107 76 45 25
Binary 1001001 1001010 100010 1 0 110110 1000111 111110 100101 10101

Color Harmonies of #494A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494A22

Black with #494A22

Text Example


Text Example

White with #494A22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,74,34); }

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

background-color css

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

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

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

border-color css

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

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

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