Html Css Color HEX #494819 Army green

📋 copy color: '#494819'

red 73 ◦ green 72 ◦ blue 25

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

Shades of Army green #494819

Tints of Army green #494819

RGB

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

 GREEN value IS 72 (28.52% from 255) = 42.35%

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

R = 42.94%
G = 42.35%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.66

 K value IS 0.71

RGB Variations

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

Color information

#494819 (or 0x494819) is known color: Army green. HEX triplet: 49, 48 and 19. RGB value is (73,72,25). Sum of RGB (Red+Green+Blue) = 73+72+25=170 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.94% from 170); Green value is 72 (28.52% from 255 or 42.35% from 170); Blue value is 25 (10.16% from 255 or 14.71% from 170); Max value from RGB is 73 - color contains mainly: red. Hex color #494819 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494819 is #B6B7E6. Grayscale: #434343. Windows color (decimal): -11974631 or 1656905. OLE color: 1656905.

HSL color Cylindrical-coordinate representation of color #494819: hue angle of 58.75º 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 #494819 is Cyan = 0, Magento = 0.01, Yellow = 0.66 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 72 25 -
CMYK 0 0.01 0.66 0.71
HSL 58.75º 0.49% 0.19% -
HSV(B) 58.75º 0.66% 0.29% -
XYZ 5.24 6.12 1.83 -
YUV 66.94 104.33 132.32 -
System Red Green Blue C M Y K H S L
Decimal 73 72 25 0 0.01 0.66 0.71 58.75 0.49 0.19
Hex 49 48 19 0 1 42 47 3B 31 13
Octal 111 110 31 0 1 102 107 73 61 23
Binary 1001001 1001000 11001 0 1 1000010 1000111 111011 110001 10011

Color Harmonies of #494819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494819

Black with #494819

Text Example


Text Example

White with #494819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494819; }

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

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

background-color css

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

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

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

border-color css

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

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

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