Html Css Color HEX #49521F Army green

📋 copy color: '#49521F'

red 73 ◦ green 82 ◦ blue 31

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

Shades of Army green #49521F

Tints of Army green #49521F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 44.09%

 BLUE value IS 31 (12.5% from 255) = 16.67%

R = 39.25%
G = 44.09%
B = 16.67%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.62

 K value IS 0.68

RGB Variations

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

Color information

#49521F (or 0x49521F) is known color: Army green. HEX triplet: 49, 52 and 1F. RGB value is (73,82,31). Sum of RGB (Red+Green+Blue) = 73+82+31=186 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.25% from 186); Green value is 82 (32.42% from 255 or 44.09% from 186); Blue value is 31 (12.5% from 255 or 16.67% from 186); Max value from RGB is 82 - color contains mainly: green. Hex color #49521F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49521F is #B6ADE0. Grayscale: #494949. Windows color (decimal): -11972065 or 2052681. OLE color: 2052681.

HSL color Cylindrical-coordinate representation of color #49521F: hue angle of 70.59º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49521F is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.68.

Color convert

RGB 73 82 31 -
CMYK 0.11 0 0.62 0.68
HSL 70.59º 0.45% 0.22% -
HSV(B) 70.59º 0.62% 0.32% -
XYZ 6.01 7.55 2.44 -
YUV 73.5 104.02 127.65 -
System Red Green Blue C M Y K H S L
Decimal 73 82 31 0.11 0 0.62 0.68 70.59 0.45 0.22
Hex 49 52 1F B 0 3E 44 47 2D 16
Octal 111 122 37 13 0 76 104 107 55 26
Binary 1001001 1010010 11111 1011 0 111110 1000100 1000111 101101 10110

Color Harmonies of #49521F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49521F

Black with #49521F

Text Example


Text Example

White with #49521F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49521F; }

 p { color: rgb(73,82,31); }

 H1.HeaderClassName
 {
   color: #49521F;
 }
 .AnyTagClassName
 {
   color: #49521F;
 }
</style>

background-color css

<style>
 a { background-color: #49521F; }

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

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

border-color css

<style>
 span { border-color: #49521F; }

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

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