Html Css Color HEX #44491F Army green

📋 copy color: '#44491F'

red 68 ◦ green 73 ◦ blue 31

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

Shades of Army green #44491F

Tints of Army green #44491F

RGB

 RED value IS 68 (26.95% from 255) = 39.53%

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

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

R = 39.53%
G = 42.44%
B = 18.02%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.58

 K value IS 0.71

RGB Variations

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

Color information

#44491F (or 0x44491F) is known color: Army green. HEX triplet: 44, 49 and 1F. RGB value is (68,73,31). Sum of RGB (Red+Green+Blue) = 68+73+31=172 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.53% from 172); Green value is 73 (28.91% from 255 or 42.44% from 172); Blue value is 31 (12.5% from 255 or 18.02% from 172); Max value from RGB is 73 - color contains mainly: green. Hex color #44491F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44491F is #BBB6E0. Grayscale: #424242. Windows color (decimal): -12302049 or 2050372. OLE color: 2050372.

HSL color Cylindrical-coordinate representation of color #44491F: hue angle of 67.14º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #44491F is Cyan = 0.07, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.71.

Color convert

RGB 68 73 31 -
CMYK 0.07 0 0.58 0.71
HSL 67.14º 0.4% 0.2% -
HSV(B) 67.14º 0.58% 0.29% -
XYZ 5.01 6.09 2.21 -
YUV 66.72 107.84 128.92 -
System Red Green Blue C M Y K H S L
Decimal 68 73 31 0.07 0 0.58 0.71 67.14 0.4 0.2
Hex 44 49 1F 7 0 3A 47 43 28 14
Octal 104 111 37 7 0 72 107 103 50 24
Binary 1000100 1001001 11111 111 0 111010 1000111 1000011 101000 10100

Color Harmonies of #44491F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44491F

Black with #44491F

Text Example


Text Example

White with #44491F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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