#44461C

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

Shades of Army green #44461C

Tints of Army green #44461C

Color information

#44461C (or 0x44461C) is unknown color: approx Army green. HEX triplet: 44, 46 and 1C. RGB value is (68,70,28). Sum of RGB (Red+Green+Blue) = 68+70+28=166 (21% of max value = 765). Red value is 68 (26.95% from 255 or 40.96% from 166); Green value is 70 (27.73% from 255 or 42.17% from 166); Blue value is 28 (11.33% from 255 or 16.87% from 166); Max value from RGB is 70 - color contains mainly: green. Hex color #44461C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44461C is #BBB9E3. Grayscale: #404040. Windows color (decimal): -12302820 or 1852996. OLE color: 1852996.

HSL color Cylindrical-coordinate representation of color #44461C: hue angle of 62.86º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #44461C is Cyan = 0.03, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.73.

Color convert

RGB687028-
CMYK0.0300.600.73
HSL62.86º42.86%19.22%-
HSV(B)62.86º60%27.45%-
XYZ4.785.691.95-
YUV64.61107.34130.42-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 40.96%
GREEN value IS 70 (27.73% from 255) = 42.17%
BLUE value IS 28 (11.33% from 255) = 16.87%
R=40.96%
G=42.17%
B=16.87%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6870280.0300.600.7362.8642.8619.22
Hex44461C303C493f2b13
Octal104106343074111775323
Binary1000100100011011100110111100100100111111110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44461C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44461C; }

 p { color: rgb(68,70,28); }

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

<style>
 a { background-color: #44461C; }

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

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

<style>
 span { border-color: #44461C; }

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

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