Html Css Color HEX #494715 Army green

📋 copy color: '#494715'

red 73 ◦ green 71 ◦ blue 21

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

Shades of Army green #494715

Tints of Army green #494715

RGB

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

 GREEN value IS 71 (28.13% from 255) = 43.03%

 BLUE value IS 21 (8.59% from 255) = 12.73%

R = 44.24%
G = 43.03%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.71

 K value IS 0.71

RGB Variations

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

Color information

#494715 (or 0x494715) is known color: Army green. HEX triplet: 49, 47 and 15. RGB value is (73,71,21). Sum of RGB (Red+Green+Blue) = 73+71+21=165 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.24% from 165); Green value is 71 (28.12% from 255 or 43.03% from 165); Blue value is 21 (8.59% from 255 or 12.73% from 165); Max value from RGB is 73 - color contains mainly: red. Hex color #494715 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494715 is #B6B8EA. Grayscale: #424242. Windows color (decimal): -11974891 or 1394505. OLE color: 1394505.

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

Color convert

RGB 73 71 21 -
CMYK 0 0.03 0.71 0.71
HSL 57.69º 0.55% 0.18% -
HSV(B) 57.69º 0.71% 0.29% -
XYZ 5.14 5.98 1.59 -
YUV 65.9 102.66 133.07 -
System Red Green Blue C M Y K H S L
Decimal 73 71 21 0 0.03 0.71 0.71 57.69 0.55 0.18
Hex 49 47 15 0 3 47 47 3A 37 12
Octal 111 107 25 0 3 107 107 72 67 22
Binary 1001001 1000111 10101 0 11 1000111 1000111 111010 110111 10010

Color Harmonies of #494715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494715

Black with #494715

Text Example


Text Example

White with #494715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494715; }

 p { color: rgb(73,71,21); }

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

background-color css

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

 a { background-color: rgb(73,71,21); }

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

border-color css

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

 span { border-color: rgb(73,71,21); }

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