Html Css Color HEX #494D21 Army green

📋 copy color: '#494D21'

red 73 ◦ green 77 ◦ blue 33

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

Shades of Army green #494D21

Tints of Army green #494D21

RGB

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

 GREEN value IS 77 (30.47% from 255) = 42.08%

 BLUE value IS 33 (13.28% from 255) = 18.03%

R = 39.89%
G = 42.08%
B = 18.03%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.57

 K value IS 0.70

RGB Variations

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

Color information

#494D21 (or 0x494D21) is known color: Army green. HEX triplet: 49, 4D and 21. RGB value is (73,77,33). Sum of RGB (Red+Green+Blue) = 73+77+33=183 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.89% from 183); Green value is 77 (30.47% from 255 or 42.08% from 183); Blue value is 33 (13.28% from 255 or 18.03% from 183); Max value from RGB is 77 - color contains mainly: green. Hex color #494D21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #494D21 is #B6B2DE. Grayscale: #464646. Windows color (decimal): -11973343 or 2182473. OLE color: 2182473.

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

Color convert

RGB 73 77 33 -
CMYK 0.05 0 0.57 0.70
HSL 65.45º 0.4% 0.22% -
HSV(B) 65.45º 0.57% 0.3% -
XYZ 5.68 6.83 2.46 -
YUV 70.79 106.67 129.58 -
System Red Green Blue C M Y K H S L
Decimal 73 77 33 0.05 0 0.57 0.70 65.45 0.4 0.22
Hex 49 4D 21 5 0 39 46 41 28 16
Octal 111 115 41 5 0 71 106 101 50 26
Binary 1001001 1001101 100001 101 0 111001 1000110 1000001 101000 10110

Color Harmonies of #494D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494D21

Black with #494D21

Text Example


Text Example

White with #494D21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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