Html Css Color HEX #44461F Army green

📋 copy color: '#44461F'

red 68 ◦ green 70 ◦ blue 31

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

Shades of Army green #44461F

Tints of Army green #44461F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 41.42%

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

R = 40.24%
G = 41.42%
B = 18.34%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.56

 K value IS 0.73

RGB Variations

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

Color information

#44461F (or 0x44461F) is known color: Army green. HEX triplet: 44, 46 and 1F. RGB value is (68,70,31). Sum of RGB (Red+Green+Blue) = 68+70+31=169 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.24% from 169); Green value is 70 (27.73% from 255 or 41.42% from 169); Blue value is 31 (12.5% from 255 or 18.34% from 169); Max value from RGB is 70 - color contains mainly: green. Hex color #44461F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44461F is #BBB9E0. Grayscale: #414141. Windows color (decimal): -12302817 or 2049604. OLE color: 2049604.

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

Color convert

RGB 68 70 31 -
CMYK 0.03 0 0.56 0.73
HSL 63.08º 0.39% 0.2% -
HSV(B) 63.08º 0.56% 0.27% -
XYZ 4.82 5.71 2.14 -
YUV 64.96 108.84 130.17 -
System Red Green Blue C M Y K H S L
Decimal 68 70 31 0.03 0 0.56 0.73 63.08 0.39 0.2
Hex 44 46 1F 3 0 38 49 3F 27 14
Octal 104 106 37 3 0 70 111 77 47 24
Binary 1000100 1000110 11111 11 0 111000 1001001 111111 100111 10100

Color Harmonies of #44461F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44461F

Black with #44461F

Text Example


Text Example

White with #44461F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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