Html Css Color HEX #49471A Army green

📋 copy color: '#49471A'

red 73 ◦ green 71 ◦ blue 26

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

Shades of Army green #49471A

Tints of Army green #49471A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 15.29%

R = 42.94%
G = 41.76%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.64

 K value IS 0.71

RGB Variations

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

Color information

#49471A (or 0x49471A) is known color: Army green. HEX triplet: 49, 47 and 1A. RGB value is (73,71,26). Sum of RGB (Red+Green+Blue) = 73+71+26=170 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.94% from 170); Green value is 71 (28.12% from 255 or 41.76% from 170); Blue value is 26 (10.55% from 255 or 15.29% from 170); Max value from RGB is 73 - color contains mainly: red. Hex color #49471A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49471A is #B6B8E5. Grayscale: #424242. Windows color (decimal): -11974886 or 1722185. OLE color: 1722185.

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

Color convert

RGB 73 71 26 -
CMYK 0 0.03 0.64 0.71
HSL 57.45º 0.47% 0.19% -
HSV(B) 57.45º 0.64% 0.29% -
XYZ 5.19 6 1.86 -
YUV 66.47 105.16 132.66 -
System Red Green Blue C M Y K H S L
Decimal 73 71 26 0 0.03 0.64 0.71 57.45 0.47 0.19
Hex 49 47 1A 0 3 40 47 39 2F 13
Octal 111 107 32 0 3 100 107 71 57 23
Binary 1001001 1000111 11010 0 11 1000000 1000111 111001 101111 10011

Color Harmonies of #49471A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49471A

Black with #49471A

Text Example


Text Example

White with #49471A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49471A; }

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

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

background-color css

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

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

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

border-color css

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

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

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