Html Css Color HEX #494919 Army green

📋 copy color: '#494919'

red 73 ◦ green 73 ◦ blue 25

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

Shades of Army green #494919

Tints of Army green #494919

RGB

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

 GREEN value IS 73 (28.91% from 255) = 42.69%

 BLUE value IS 25 (10.16% from 255) = 14.62%

R = 42.69%
G = 42.69%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.66

 K value IS 0.71

RGB Variations

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

Color information

#494919 (or 0x494919) is known color: Army green. HEX triplet: 49, 49 and 19. RGB value is (73,73,25). Sum of RGB (Red+Green+Blue) = 73+73+25=171 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.69% from 171); Green value is 73 (28.91% from 255 or 42.69% from 171); Blue value is 25 (10.16% from 255 or 14.62% from 171); Max value from RGB is 73 - color contains mainly: red, green. Hex color #494919 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494919 is #B6B6E6. Grayscale: #434343. Windows color (decimal): -11974375 or 1657161. OLE color: 1657161.

HSL color Cylindrical-coordinate representation of color #494919: hue angle of 60º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #494919 is Cyan = 0, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 73 25 -
CMYK 0 0 0.66 0.71
HSL 60º 0.49% 0.19% -
HSV(B) 60º 0.66% 0.29% -
XYZ 5.31 6.25 1.85 -
YUV 67.53 104 131.9 -
System Red Green Blue C M Y K H S L
Decimal 73 73 25 0 0 0.66 0.71 60 0.49 0.19
Hex 49 49 19 0 0 42 47 3C 31 13
Octal 111 111 31 0 0 102 107 74 61 23
Binary 1001001 1001001 11001 0 0 1000010 1000111 111100 110001 10011

Color Harmonies of #494919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494919

Black with #494919

Text Example


Text Example

White with #494919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494919; }

 p { color: rgb(73,73,25); }

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

background-color css

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

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

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

border-color css

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

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

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