Html Css Color HEX #494D1F Army green

📋 copy color: '#494D1F'

red 73 ◦ green 77 ◦ blue 31

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

Shades of Army green #494D1F

Tints of Army green #494D1F

RGB

 RED value IS 73 (28.91% from 255) = 40.33%

 GREEN value IS 77 (30.47% from 255) = 42.54%

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

R = 40.33%
G = 42.54%
B = 17.13%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.60

 K value IS 0.70

RGB Variations

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

Color information

#494D1F (or 0x494D1F) is known color: Army green. HEX triplet: 49, 4D and 1F. RGB value is (73,77,31). Sum of RGB (Red+Green+Blue) = 73+77+31=181 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.33% from 181); Green value is 77 (30.47% from 255 or 42.54% from 181); Blue value is 31 (12.5% from 255 or 17.13% from 181); Max value from RGB is 77 - color contains mainly: green. Hex color #494D1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #494D1F is #B6B2E0. Grayscale: #464646. Windows color (decimal): -11973345 or 2051401. OLE color: 2051401.

HSL color Cylindrical-coordinate representation of color #494D1F: hue angle of 65.22º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #494D1F is Cyan = 0.05, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.70.

Color convert

RGB 73 77 31 -
CMYK 0.05 0 0.60 0.70
HSL 65.22º 0.43% 0.21% -
HSV(B) 65.22º 0.6% 0.3% -
XYZ 5.65 6.82 2.32 -
YUV 70.56 105.67 129.74 -
System Red Green Blue C M Y K H S L
Decimal 73 77 31 0.05 0 0.60 0.70 65.22 0.43 0.21
Hex 49 4D 1F 5 0 3C 46 41 2B 15
Octal 111 115 37 5 0 74 106 101 53 25
Binary 1001001 1001101 11111 101 0 111100 1000110 1000001 101011 10101

Color Harmonies of #494D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494D1F

Black with #494D1F

Text Example


Text Example

White with #494D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494D1F; }

 p { color: rgb(73,77,31); }

 H1.HeaderClassName
 {
   color: #494D1F;
 }
 .AnyTagClassName
 {
   color: #494D1F;
 }
</style>

background-color css

<style>
 a { background-color: #494D1F; }

 a { background-color: rgb(73,77,31); }

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

border-color css

<style>
 span { border-color: #494D1F; }

 span { border-color: rgb(73,77,31); }

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