Html Css Color HEX #444A1F Army green

📋 copy color: '#444A1F'

red 68 ◦ green 74 ◦ blue 31

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

Shades of Army green #444A1F

Tints of Army green #444A1F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 42.77%

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

R = 39.31%
G = 42.77%
B = 17.92%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.58

 K value IS 0.71

RGB Variations

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

Color information

#444A1F (or 0x444A1F) is known color: Army green. HEX triplet: 44, 4A and 1F. RGB value is (68,74,31). Sum of RGB (Red+Green+Blue) = 68+74+31=173 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.31% from 173); Green value is 74 (29.30% from 255 or 42.77% from 173); Blue value is 31 (12.5% from 255 or 17.92% from 173); Max value from RGB is 74 - color contains mainly: green. Hex color #444A1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444A1F is #BBB5E0. Grayscale: #434343. Windows color (decimal): -12301793 or 2050628. OLE color: 2050628.

HSL color Cylindrical-coordinate representation of color #444A1F: hue angle of 68.37º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #444A1F is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.71.

Color convert

RGB 68 74 31 -
CMYK 0.08 0 0.58 0.71
HSL 68.37º 0.41% 0.21% -
HSV(B) 68.37º 0.58% 0.29% -
XYZ 5.08 6.23 2.23 -
YUV 67.3 107.51 128.5 -
System Red Green Blue C M Y K H S L
Decimal 68 74 31 0.08 0 0.58 0.71 68.37 0.41 0.21
Hex 44 4A 1F 8 0 3A 47 44 29 15
Octal 104 112 37 10 0 72 107 104 51 25
Binary 1000100 1001010 11111 1000 0 111010 1000111 1000100 101001 10101

Color Harmonies of #444A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444A1F

Black with #444A1F

Text Example


Text Example

White with #444A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444A1F; }

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

 H1.HeaderClassName
 {
   color: #444A1F;
 }
 .AnyTagClassName
 {
   color: #444A1F;
 }
</style>

background-color css

<style>
 a { background-color: #444A1F; }

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

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

border-color css

<style>
 span { border-color: #444A1F; }

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

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