Html Css Color HEX #44481F Army green

📋 copy color: '#44481F'

red 68 ◦ green 72 ◦ blue 31

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

Shades of Army green #44481F

Tints of Army green #44481F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 18.13%

R = 39.77%
G = 42.11%
B = 18.13%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.57

 K value IS 0.72

RGB Variations

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

Color information

#44481F (or 0x44481F) is known color: Army green. HEX triplet: 44, 48 and 1F. RGB value is (68,72,31). Sum of RGB (Red+Green+Blue) = 68+72+31=171 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.77% from 171); Green value is 72 (28.52% from 255 or 42.11% from 171); Blue value is 31 (12.5% from 255 or 18.13% from 171); Max value from RGB is 72 - color contains mainly: green. Hex color #44481F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44481F is #BBB7E0. Grayscale: #424242. Windows color (decimal): -12302305 or 2050116. OLE color: 2050116.

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

Color convert

RGB 68 72 31 -
CMYK 0.06 0 0.57 0.72
HSL 65.85º 0.4% 0.2% -
HSV(B) 65.85º 0.57% 0.28% -
XYZ 4.95 5.96 2.19 -
YUV 66.13 108.17 129.33 -
System Red Green Blue C M Y K H S L
Decimal 68 72 31 0.06 0 0.57 0.72 65.85 0.4 0.2
Hex 44 48 1F 6 0 39 48 42 28 14
Octal 104 110 37 6 0 71 110 102 50 24
Binary 1000100 1001000 11111 110 0 111001 1001000 1000010 101000 10100

Color Harmonies of #44481F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44481F

Black with #44481F

Text Example


Text Example

White with #44481F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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