Html Css Color HEX #44461D Army green

📋 copy color: '#44461D'

red 68 ◦ green 70 ◦ blue 29

#44461D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Army green #44461D

Tints of Army green #44461D

RGB

 RED value IS 68 (26.95% from 255) = 40.72%

 GREEN value IS 70 (27.73% from 255) = 41.92%

 BLUE value IS 29 (11.72% from 255) = 17.37%

R = 40.72%
G = 41.92%
B = 17.37%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.59

 K value IS 0.73

RGB Variations

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

Color information

#44461D (or 0x44461D) is known color: Army green. HEX triplet: 44, 46 and 1D. RGB value is (68,70,29). Sum of RGB (Red+Green+Blue) = 68+70+29=167 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.72% from 167); Green value is 70 (27.73% from 255 or 41.92% from 167); Blue value is 29 (11.72% from 255 or 17.37% from 167); Max value from RGB is 70 - color contains mainly: green. Hex color #44461D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44461D is #BBB9E2. Grayscale: #404040. Windows color (decimal): -12302819 or 1918532. OLE color: 1918532.

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

Color convert

RGB 68 70 29 -
CMYK 0.03 0 0.59 0.73
HSL 62.93º 0.41% 0.19% -
HSV(B) 62.93º 0.59% 0.27% -
XYZ 4.8 5.7 2.01 -
YUV 64.73 107.84 130.33 -
System Red Green Blue C M Y K H S L
Decimal 68 70 29 0.03 0 0.59 0.73 62.93 0.41 0.19
Hex 44 46 1D 3 0 3B 49 3F 29 13
Octal 104 106 35 3 0 73 111 77 51 23
Binary 1000100 1000110 11101 11 0 111011 1001001 111111 101001 10011

Color Harmonies of #44461D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44461D

Black with #44461D

Text Example


Text Example

White with #44461D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #44461D;
 }
 .AnyTagClassName
 {
   color: #44461D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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