#44461B

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

Shades of Army green #44461B

Tints of Army green #44461B

Color information

#44461B (or 0x44461B) is unknown color: approx Army green. HEX triplet: 44, 46 and 1B. RGB value is (68,70,27). Sum of RGB (Red+Green+Blue) = 68+70+27=165 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.21% from 165); Green value is 70 (27.73% from 255 or 42.42% from 165); Blue value is 27 (10.94% from 255 or 16.36% from 165); Max value from RGB is 70 - color contains mainly: green. Hex color #44461B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44461B is #BBB9E4. Grayscale: #404040. Windows color (decimal): -12302821 or 1787460. OLE color: 1787460.

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

Color convert

RGB687027-
CMYK0.0300.610.73
HSL62.79º44.33%19.02%-
HSV(B)62.79º61.43%27.45%-
XYZ4.775.691.88-
YUV64.5106.84130.5-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 41.21%
GREEN value IS 70 (27.73% from 255) = 42.42%
BLUE value IS 27 (10.94% from 255) = 16.36%
R=41.21%
G=42.42%
B=16.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6870270.0300.610.7362.7944.3319.02
Hex44461B303D493f2c13
Octal104106333075111775423
Binary1000100100011011011110111101100100111111110110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44461B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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