Html Css Color HEX #444820 Army green

📋 copy color: '#444820'

red 68 ◦ green 72 ◦ blue 32

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

Shades of Army green #444820

Tints of Army green #444820

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 18.6%

R = 39.53%
G = 41.86%
B = 18.6%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#444820 (or 0x444820) is known color: Army green. HEX triplet: 44, 48 and 20. RGB value is (68,72,32). Sum of RGB (Red+Green+Blue) = 68+72+32=172 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.53% from 172); Green value is 72 (28.52% from 255 or 41.86% from 172); Blue value is 32 (12.89% from 255 or 18.60% from 172); Max value from RGB is 72 - color contains mainly: green. Hex color #444820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444820 is #BBB7DF. Grayscale: #424242. Windows color (decimal): -12302304 or 2115652. OLE color: 2115652.

HSL color Cylindrical-coordinate representation of color #444820: hue angle of 66º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #444820 is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB 68 72 32 -
CMYK 0.06 0 0.56 0.72
HSL 66º 0.38% 0.2% -
HSV(B) 66º 0.56% 0.28% -
XYZ 4.96 5.97 2.26 -
YUV 66.24 108.67 129.25 -
System Red Green Blue C M Y K H S L
Decimal 68 72 32 0.06 0 0.56 0.72 66 0.38 0.2
Hex 44 48 20 6 0 38 48 42 26 14
Octal 104 110 40 6 0 70 110 102 46 24
Binary 1000100 1001000 100000 110 0 111000 1001000 1000010 100110 10100

Color Harmonies of #444820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444820

Black with #444820

Text Example


Text Example

White with #444820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444820; }

 p { color: rgb(68,72,32); }

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

background-color css

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

 a { background-color: rgb(68,72,32); }

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

border-color css

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

 span { border-color: rgb(68,72,32); }

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