#444820

Color #444820 Army green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Army green #444820

Tints of Army green #444820

Color information

#444820 (or 0x444820) is unknown color: approx 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

RGB687232-
CMYK0.0600.560.72
HSL66º38.46%20.39%-
HSV(B)66º55.56%28.24%-
XYZ4.965.972.26-
YUV66.24108.67129.25-

RGB Variations

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

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.60%
R=39.53%
G=41.86%
B=18.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6872320.0600.560.726638.4620.39
Hex444820603848422614
Octal1041104060701101024624
Binary1000100100100010000011001110001001000100001010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>