Html Css Color HEX #49481E Army green

📋 copy color: '#49481E'

red 73 ◦ green 72 ◦ blue 30

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

Shades of Army green #49481E

Tints of Army green #49481E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 17.14%

R = 41.71%
G = 41.14%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.59

 K value IS 0.71

RGB Variations

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

Color information

#49481E (or 0x49481E) is known color: Army green. HEX triplet: 49, 48 and 1E. RGB value is (73,72,30). Sum of RGB (Red+Green+Blue) = 73+72+30=175 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.71% from 175); Green value is 72 (28.52% from 255 or 41.14% from 175); Blue value is 30 (12.11% from 255 or 17.14% from 175); Max value from RGB is 73 - color contains mainly: red. Hex color #49481E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49481E is #B6B7E1. Grayscale: #434343. Windows color (decimal): -11974626 or 1984585. OLE color: 1984585.

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

Color convert

RGB 73 72 30 -
CMYK 0 0.01 0.59 0.71
HSL 58.6º 0.42% 0.2% -
HSV(B) 58.6º 0.59% 0.29% -
XYZ 5.3 6.14 2.14 -
YUV 67.51 106.83 131.92 -
System Red Green Blue C M Y K H S L
Decimal 73 72 30 0 0.01 0.59 0.71 58.6 0.42 0.2
Hex 49 48 1E 0 1 3B 47 3B 2A 14
Octal 111 110 36 0 1 73 107 73 52 24
Binary 1001001 1001000 11110 0 1 111011 1000111 111011 101010 10100

Color Harmonies of #49481E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49481E

Black with #49481E

Text Example


Text Example

White with #49481E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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