Html Css Color HEX #44471F Army green

📋 copy color: '#44471F'

red 68 ◦ green 71 ◦ blue 31

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

Shades of Army green #44471F

Tints of Army green #44471F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 41.76%

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

R = 40%
G = 41.76%
B = 18.24%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#44471F (or 0x44471F) is known color: Army green. HEX triplet: 44, 47 and 1F. RGB value is (68,71,31). Sum of RGB (Red+Green+Blue) = 68+71+31=170 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40% from 170); Green value is 71 (28.12% from 255 or 41.76% from 170); Blue value is 31 (12.5% from 255 or 18.24% from 170); Max value from RGB is 71 - color contains mainly: green. Hex color #44471F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44471F is #BBB8E0. Grayscale: #414141. Windows color (decimal): -12302561 or 2049860. OLE color: 2049860.

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

Color convert

RGB 68 71 31 -
CMYK 0.04 0 0.56 0.72
HSL 64.5º 0.39% 0.2% -
HSV(B) 64.5º 0.56% 0.28% -
XYZ 4.88 5.83 2.17 -
YUV 65.54 108.51 129.75 -
System Red Green Blue C M Y K H S L
Decimal 68 71 31 0.04 0 0.56 0.72 64.5 0.39 0.2
Hex 44 47 1F 4 0 38 48 40 27 14
Octal 104 107 37 4 0 70 110 100 47 24
Binary 1000100 1000111 11111 100 0 111000 1001000 1000000 100111 10100

Color Harmonies of #44471F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44471F

Black with #44471F

Text Example


Text Example

White with #44471F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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