Html Css Color HEX #494F1F Army green

📋 copy color: '#494F1F'

red 73 ◦ green 79 ◦ blue 31

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

Shades of Army green #494F1F

Tints of Army green #494F1F

RGB

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

 GREEN value IS 79 (31.25% from 255) = 43.17%

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

R = 39.89%
G = 43.17%
B = 16.94%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.61

 K value IS 0.69

RGB Variations

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

Color information

#494F1F (or 0x494F1F) is known color: Army green. HEX triplet: 49, 4F and 1F. RGB value is (73,79,31). Sum of RGB (Red+Green+Blue) = 73+79+31=183 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.89% from 183); Green value is 79 (31.25% from 255 or 43.17% from 183); Blue value is 31 (12.5% from 255 or 16.94% from 183); Max value from RGB is 79 - color contains mainly: green. Hex color #494F1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #494F1F is #B6B0E0. Grayscale: #474747. Windows color (decimal): -11972833 or 2051913. OLE color: 2051913.

HSL color Cylindrical-coordinate representation of color #494F1F: hue angle of 67.5º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #494F1F is Cyan = 0.08, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.69.

Color convert

RGB 73 79 31 -
CMYK 0.08 0 0.61 0.69
HSL 67.5º 0.44% 0.22% -
HSV(B) 67.5º 0.61% 0.31% -
XYZ 5.79 7.11 2.36 -
YUV 71.73 105.01 128.9 -
System Red Green Blue C M Y K H S L
Decimal 73 79 31 0.08 0 0.61 0.69 67.5 0.44 0.22
Hex 49 4F 1F 8 0 3D 45 44 2C 16
Octal 111 117 37 10 0 75 105 104 54 26
Binary 1001001 1001111 11111 1000 0 111101 1000101 1000100 101100 10110

Color Harmonies of #494F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494F1F

Black with #494F1F

Text Example


Text Example

White with #494F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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