#44471F

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

Shades of Army green #44471F

Tints of Army green #44471F

Color information

#44471F (or 0x44471F) is unknown color: approx Army green. HEX triplet: 44, 47 and 1F. RGB value is (68,71,31). Sum of RGB (Red+Green+Blue) = 68+71+31=170 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40% from 170); Green value is 71 (28.12% from 255 or 41.76% from 170); Blue value is 31 (12.5% from 255 or 18.24% from 170); Max value from RGB is 71 - color contains mainly: green. Hex color #44471F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44471F is #BBB8E0. Grayscale: #414141. Windows color (decimal): -12302561 or 2049860. OLE color: 2049860.

HSL color Cylindrical-coordinate representation of color #44471F: hue angle of 64.5º degrees, saturation: 0.39, 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 #44471F is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB687131-
CMYK0.0400.560.72
HSL64.5º39.22%20%-
HSV(B)64.5º56.34%27.84%-
XYZ4.885.832.17-
YUV65.54108.51129.75-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 40%
GREEN value IS 71 (28.12% from 255) = 41.76%
BLUE value IS 31 (12.5% from 255) = 18.24%
R=40%
G=41.76%
B=18.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6871310.0400.560.7264.539.2220
Hex44471F403848402714
Octal1041073740701101004724
Binary100010010001111111110001110001001000100000010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44471F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #44471F;
 }
 .AnyTagClassName
 {
   color: #44471F;
 }
</style>
background-color css

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

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

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

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

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

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