Html Css Color HEX #44481D Army green

📋 copy color: '#44481D'

red 68 ◦ green 72 ◦ blue 29

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

Shades of Army green #44481D

Tints of Army green #44481D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 42.6%

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

R = 40.24%
G = 42.6%
B = 17.16%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.60

 K value IS 0.72

RGB Variations

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

Color information

#44481D (or 0x44481D) is known color: Army green. HEX triplet: 44, 48 and 1D. RGB value is (68,72,29). Sum of RGB (Red+Green+Blue) = 68+72+29=169 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.24% from 169); Green value is 72 (28.52% from 255 or 42.60% from 169); Blue value is 29 (11.72% from 255 or 17.16% from 169); Max value from RGB is 72 - color contains mainly: green. Hex color #44481D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44481D is #BBB7E2. Grayscale: #424242. Windows color (decimal): -12302307 or 1919044. OLE color: 1919044.

HSL color Cylindrical-coordinate representation of color #44481D: hue angle of 65.58º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #44481D is Cyan = 0.06, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.72.

Color convert

RGB 68 72 29 -
CMYK 0.06 0 0.60 0.72
HSL 65.58º 0.43% 0.2% -
HSV(B) 65.58º 0.6% 0.28% -
XYZ 4.92 5.95 2.05 -
YUV 65.9 107.17 129.5 -
System Red Green Blue C M Y K H S L
Decimal 68 72 29 0.06 0 0.60 0.72 65.58 0.43 0.2
Hex 44 48 1D 6 0 3C 48 42 2B 14
Octal 104 110 35 6 0 74 110 102 53 24
Binary 1000100 1001000 11101 110 0 111100 1001000 1000010 101011 10100

Color Harmonies of #44481D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44481D

Black with #44481D

Text Example


Text Example

White with #44481D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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