Html Css Color HEX #494719 Army green

📋 copy color: '#494719'

red 73 ◦ green 71 ◦ blue 25

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

Shades of Army green #494719

Tints of Army green #494719

RGB

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

 GREEN value IS 71 (28.13% from 255) = 42.01%

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

R = 43.2%
G = 42.01%
B = 14.79%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.66

 K value IS 0.71

RGB Variations

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

Color information

#494719 (or 0x494719) is known color: Army green. HEX triplet: 49, 47 and 19. RGB value is (73,71,25). Sum of RGB (Red+Green+Blue) = 73+71+25=169 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.20% from 169); Green value is 71 (28.12% from 255 or 42.01% from 169); Blue value is 25 (10.16% from 255 or 14.79% from 169); Max value from RGB is 73 - color contains mainly: red. Hex color #494719 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494719 is #B6B8E6. Grayscale: #424242. Windows color (decimal): -11974887 or 1656649. OLE color: 1656649.

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

Color convert

RGB 73 71 25 -
CMYK 0 0.03 0.66 0.71
HSL 57.5º 0.49% 0.19% -
HSV(B) 57.5º 0.66% 0.29% -
XYZ 5.18 5.99 1.8 -
YUV 66.35 104.66 132.74 -
System Red Green Blue C M Y K H S L
Decimal 73 71 25 0 0.03 0.66 0.71 57.5 0.49 0.19
Hex 49 47 19 0 3 42 47 3A 31 13
Octal 111 107 31 0 3 102 107 72 61 23
Binary 1001001 1000111 11001 0 11 1000010 1000111 111010 110001 10011

Color Harmonies of #494719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494719

Black with #494719

Text Example


Text Example

White with #494719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494719; }

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

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

background-color css

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

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

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

border-color css

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

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

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