#44451A

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

Shades of Army green #44451A

Tints of Army green #44451A

Color information

#44451A (or 0x44451A) is unknown color: approx Army green. HEX triplet: 44, 45 and 1A. RGB value is (68,69,26). Sum of RGB (Red+Green+Blue) = 68+69+26=163 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.72% from 163); Green value is 69 (27.34% from 255 or 42.33% from 163); Blue value is 26 (10.55% from 255 or 15.95% from 163); Max value from RGB is 69 - color contains mainly: green. Hex color #44451A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44451A is #BBBAE5. Grayscale: #3F3F3F. Windows color (decimal): -12303078 or 1721668. OLE color: 1721668.

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

Color convert

RGB686926-
CMYK0.0100.620.73
HSL61.4º45.26%18.63%-
HSV(B)61.4º62.32%27.06%-
XYZ4.75.561.8-
YUV63.8106.67131-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 41.72%
GREEN value IS 69 (27.34% from 255) = 42.33%
BLUE value IS 26 (10.55% from 255) = 15.95%
R=41.72%
G=42.33%
B=15.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6869260.0100.620.7361.445.2618.63
Hex44451A103E493d2d13
Octal104105321076111755523
Binary100010010001011101010111110100100111110110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44451A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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