Html Css Color HEX #494B20 Army green

📋 copy color: '#494B20'

red 73 ◦ green 75 ◦ blue 32

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

Shades of Army green #494B20

Tints of Army green #494B20

RGB

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

 GREEN value IS 75 (29.69% from 255) = 41.67%

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

R = 40.56%
G = 41.67%
B = 17.78%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.57

 K value IS 0.71

RGB Variations

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

Color information

#494B20 (or 0x494B20) is known color: Army green. HEX triplet: 49, 4B and 20. RGB value is (73,75,32). Sum of RGB (Red+Green+Blue) = 73+75+32=180 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.56% from 180); Green value is 75 (29.69% from 255 or 41.67% from 180); Blue value is 32 (12.89% from 255 or 17.78% from 180); Max value from RGB is 75 - color contains mainly: green. Hex color #494B20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494B20 is #B6B4DF. Grayscale: #454545. Windows color (decimal): -11973856 or 2116425. OLE color: 2116425.

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

Color convert

RGB 73 75 32 -
CMYK 0.03 0 0.57 0.71
HSL 62.79º 0.4% 0.21% -
HSV(B) 62.79º 0.57% 0.29% -
XYZ 5.52 6.55 2.34 -
YUV 69.5 106.84 130.5 -
System Red Green Blue C M Y K H S L
Decimal 73 75 32 0.03 0 0.57 0.71 62.79 0.4 0.21
Hex 49 4B 20 3 0 39 47 3F 28 15
Octal 111 113 40 3 0 71 107 77 50 25
Binary 1001001 1001011 100000 11 0 111001 1000111 111111 101000 10101

Color Harmonies of #494B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494B20

Black with #494B20

Text Example


Text Example

White with #494B20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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