Html Css Color HEX #44441A Army green

📋 copy color: '#44441A'

red 68 ◦ green 68 ◦ blue 26

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

Shades of Army green #44441A

Tints of Army green #44441A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 41.98%

 BLUE value IS 26 (10.55% from 255) = 16.05%

R = 41.98%
G = 41.98%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.62

 K value IS 0.73

RGB Variations

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

Color information

#44441A (or 0x44441A) is known color: Army green. HEX triplet: 44, 44 and 1A. RGB value is (68,68,26). Sum of RGB (Red+Green+Blue) = 68+68+26=162 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.98% from 162); Green value is 68 (26.95% from 255 or 41.98% from 162); Blue value is 26 (10.55% from 255 or 16.05% from 162); Max value from RGB is 68 - color contains mainly: red, green. Hex color #44441A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44441A is #BBBBE5. Grayscale: #3F3F3F. Windows color (decimal): -12303334 or 1721412. OLE color: 1721412.

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

Color convert

RGB 68 68 26 -
CMYK 0 0 0.62 0.73
HSL 60º 0.45% 0.18% -
HSV(B) 60º 0.62% 0.27% -
XYZ 4.64 5.44 1.78 -
YUV 63.21 107 131.42 -
System Red Green Blue C M Y K H S L
Decimal 68 68 26 0 0 0.62 0.73 60 0.45 0.18
Hex 44 44 1A 0 0 3E 49 3C 2D 12
Octal 104 104 32 0 0 76 111 74 55 22
Binary 1000100 1000100 11010 0 0 111110 1001001 111100 101101 10010

Color Harmonies of #44441A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44441A

Black with #44441A

Text Example


Text Example

White with #44441A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #44441A;
 }
 .AnyTagClassName
 {
   color: #44441A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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