Html Css Color HEX #49491D Army green

📋 copy color: '#49491D'

red 73 ◦ green 73 ◦ blue 29

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

Shades of Army green #49491D

Tints of Army green #49491D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 41.71%

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

R = 41.71%
G = 41.71%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.60

 K value IS 0.71

RGB Variations

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

Color information

#49491D (or 0x49491D) is known color: Army green. HEX triplet: 49, 49 and 1D. RGB value is (73,73,29). Sum of RGB (Red+Green+Blue) = 73+73+29=175 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.71% from 175); Green value is 73 (28.91% from 255 or 41.71% from 175); Blue value is 29 (11.72% from 255 or 16.57% from 175); Max value from RGB is 73 - color contains mainly: red, green. Hex color #49491D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49491D is #B6B6E2. Grayscale: #444444. Windows color (decimal): -11974371 or 1919305. OLE color: 1919305.

HSL color Cylindrical-coordinate representation of color #49491D: hue angle of 60º 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 #49491D is Cyan = 0, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 73 29 -
CMYK 0 0 0.60 0.71
HSL 60º 0.43% 0.2% -
HSV(B) 60º 0.6% 0.29% -
XYZ 5.35 6.27 2.09 -
YUV 67.98 106 131.58 -
System Red Green Blue C M Y K H S L
Decimal 73 73 29 0 0 0.60 0.71 60 0.43 0.2
Hex 49 49 1D 0 0 3C 47 3C 2B 14
Octal 111 111 35 0 0 74 107 74 53 24
Binary 1001001 1001001 11101 0 0 111100 1000111 111100 101011 10100

Color Harmonies of #49491D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49491D

Black with #49491D

Text Example


Text Example

White with #49491D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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