#44441A

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

Shades of Army green #44441A

Tints of Army green #44441A

Color information

#44441A (or 0x44441A) is unknown color: approx Army green. HEX triplet: 44, 44 and 1A. RGB value is (68,68,26). Sum of RGB (Red+Green+Blue) = 68+68+26=162 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.98% from 162); Green value is 68 (26.95% from 255 or 41.98% from 162); Blue value is 26 (10.55% from 255 or 16.05% from 162); Max value from RGB is 68 - color contains mainly: red, green. Hex color #44441A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44441A is #BBBBE5. Grayscale: #3F3F3F. Windows color (decimal): -12303334 or 1721412. OLE color: 1721412.

HSL color Cylindrical-coordinate representation of color #44441A: hue angle of 60º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #44441A is Cyan = 0, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.73.

Color convert

RGB686826-
CMYK000.620.73
HSL60º44.68%18.43%-
HSV(B)60º61.76%26.67%-
XYZ4.645.441.78-
YUV63.21107131.42-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 41.98%
GREEN value IS 68 (26.95% from 255) = 41.98%
BLUE value IS 26 (10.55% from 255) = 16.05%
R=41.98%
G=41.98%
B=16.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal686826000.620.736044.6818.43
Hex44441A003E493c2d12
Octal104104320076111745522
Binary100010010001001101000111110100100111110010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44441A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44441A; }

 p { color: rgb(68,68,26); }

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

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

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

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

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

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

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