Html Css Color HEX #494C21 Army green

📋 copy color: '#494C21'

red 73 ◦ green 76 ◦ blue 33

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

Shades of Army green #494C21

Tints of Army green #494C21

RGB

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

 GREEN value IS 76 (30.08% from 255) = 41.76%

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

R = 40.11%
G = 41.76%
B = 18.13%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.57

 K value IS 0.70

RGB Variations

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

Color information

#494C21 (or 0x494C21) is known color: Army green. HEX triplet: 49, 4C and 21. RGB value is (73,76,33). Sum of RGB (Red+Green+Blue) = 73+76+33=182 (24% of max value = 765). Red value is 73 (28.91% from 255 or 40.11% from 182); Green value is 76 (30.08% from 255 or 41.76% from 182); Blue value is 33 (13.28% from 255 or 18.13% from 182); Max value from RGB is 76 - color contains mainly: green. Hex color #494C21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494C21 is #B6B3DE. Grayscale: #464646. Windows color (decimal): -11973599 or 2182217. OLE color: 2182217.

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

Color convert

RGB 73 76 33 -
CMYK 0.04 0 0.57 0.70
HSL 64.19º 0.39% 0.21% -
HSV(B) 64.19º 0.57% 0.3% -
XYZ 5.61 6.7 2.44 -
YUV 70.2 107.01 130 -
System Red Green Blue C M Y K H S L
Decimal 73 76 33 0.04 0 0.57 0.70 64.19 0.39 0.21
Hex 49 4C 21 4 0 39 46 40 27 15
Octal 111 114 41 4 0 71 106 100 47 25
Binary 1001001 1001100 100001 100 0 111001 1000110 1000000 100111 10101

Color Harmonies of #494C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494C21

Black with #494C21

Text Example


Text Example

White with #494C21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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