Html Css Color HEX #49481D Army green

📋 copy color: '#49481D'

red 73 ◦ green 72 ◦ blue 29

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

Shades of Army green #49481D

Tints of Army green #49481D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 41.38%

 BLUE value IS 29 (11.72% from 255) = 16.67%

R = 41.95%
G = 41.38%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.60

 K value IS 0.71

RGB Variations

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

Color information

#49481D (or 0x49481D) is known color: Army green. HEX triplet: 49, 48 and 1D. RGB value is (73,72,29). Sum of RGB (Red+Green+Blue) = 73+72+29=174 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.95% from 174); Green value is 72 (28.52% from 255 or 41.38% from 174); Blue value is 29 (11.72% from 255 or 16.67% from 174); Max value from RGB is 73 - color contains mainly: red. Hex color #49481D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49481D is #B6B7E2. Grayscale: #434343. Windows color (decimal): -11974627 or 1919049. OLE color: 1919049.

HSL color Cylindrical-coordinate representation of color #49481D: hue angle of 58.64º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #49481D is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 72 29 -
CMYK 0 0.01 0.60 0.71
HSL 58.64º 0.43% 0.2% -
HSV(B) 58.64º 0.6% 0.29% -
XYZ 5.29 6.14 2.07 -
YUV 67.4 106.33 132 -
System Red Green Blue C M Y K H S L
Decimal 73 72 29 0 0.01 0.60 0.71 58.64 0.43 0.2
Hex 49 48 1D 0 1 3C 47 3B 2B 14
Octal 111 110 35 0 1 74 107 73 53 24
Binary 1001001 1001000 11101 0 1 111100 1000111 111011 101011 10100

Color Harmonies of #49481D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49481D

Black with #49481D

Text Example


Text Example

White with #49481D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49481D; }

 p { color: rgb(73,72,29); }

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

background-color css

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

 a { background-color: rgb(73,72,29); }

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

border-color css

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

 span { border-color: rgb(73,72,29); }

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