#44451F

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

Shades of Army green #44451F

Tints of Army green #44451F

Color information

#44451F (or 0x44451F) is unknown color: approx Army green. HEX triplet: 44, 45 and 1F. RGB value is (68,69,31). Sum of RGB (Red+Green+Blue) = 68+69+31=168 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.48% from 168); Green value is 69 (27.34% from 255 or 41.07% from 168); Blue value is 31 (12.5% from 255 or 18.45% from 168); Max value from RGB is 69 - color contains mainly: green. Hex color #44451F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44451F is #BBBAE0. Grayscale: #404040. Windows color (decimal): -12303073 or 2049348. OLE color: 2049348.

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

Color convert

RGB686931-
CMYK0.0100.550.73
HSL61.58º38%19.61%-
HSV(B)61.58º55.07%27.06%-
XYZ4.765.582.12-
YUV64.37109.17130.59-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 40.48%
GREEN value IS 69 (27.34% from 255) = 41.07%
BLUE value IS 31 (12.5% from 255) = 18.45%
R=40.48%
G=41.07%
B=18.45%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6869310.0100.550.7361.583819.61
Hex44451F1037493e2614
Octal104105371067111764624
Binary100010010001011111110110111100100111111010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44451F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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