Html Css Color HEX #49491A Army green

📋 copy color: '#49491A'

red 73 ◦ green 73 ◦ blue 26

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

Shades of Army green #49491A

Tints of Army green #49491A

RGB

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

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

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

R = 42.44%
G = 42.44%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.64

 K value IS 0.71

RGB Variations

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

Color information

#49491A (or 0x49491A) is known color: Army green. HEX triplet: 49, 49 and 1A. RGB value is (73,73,26). Sum of RGB (Red+Green+Blue) = 73+73+26=172 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.44% from 172); Green value is 73 (28.91% from 255 or 42.44% from 172); Blue value is 26 (10.55% from 255 or 15.12% from 172); Max value from RGB is 73 - color contains mainly: red, green. Hex color #49491A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49491A is #B6B6E5. Grayscale: #434343. Windows color (decimal): -11974374 or 1722697. OLE color: 1722697.

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

Color convert

RGB 73 73 26 -
CMYK 0 0 0.64 0.71
HSL 60º 0.47% 0.19% -
HSV(B) 60º 0.64% 0.29% -
XYZ 5.32 6.26 1.9 -
YUV 67.64 104.5 131.82 -
System Red Green Blue C M Y K H S L
Decimal 73 73 26 0 0 0.64 0.71 60 0.47 0.19
Hex 49 49 1A 0 0 40 47 3C 2F 13
Octal 111 111 32 0 0 100 107 74 57 23
Binary 1001001 1001001 11010 0 0 1000000 1000111 111100 101111 10011

Color Harmonies of #49491A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49491A

Black with #49491A

Text Example


Text Example

White with #49491A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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