Html Css Color HEX #494717 Army green

📋 copy color: '#494717'

red 73 ◦ green 71 ◦ blue 23

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

Shades of Army green #494717

Tints of Army green #494717

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 13.77%

R = 43.71%
G = 42.51%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.68

 K value IS 0.71

RGB Variations

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

Color information

#494717 (or 0x494717) is known color: Army green. HEX triplet: 49, 47 and 17. RGB value is (73,71,23). Sum of RGB (Red+Green+Blue) = 73+71+23=167 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.71% from 167); Green value is 71 (28.12% from 255 or 42.51% from 167); Blue value is 23 (9.38% from 255 or 13.77% from 167); Max value from RGB is 73 - color contains mainly: red. Hex color #494717 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494717 is #B6B8E8. Grayscale: #424242. Windows color (decimal): -11974889 or 1525577. OLE color: 1525577.

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

Color convert

RGB 73 71 23 -
CMYK 0 0.03 0.68 0.71
HSL 57.6º 0.52% 0.19% -
HSV(B) 57.6º 0.68% 0.29% -
XYZ 5.16 5.98 1.69 -
YUV 66.13 103.66 132.9 -
System Red Green Blue C M Y K H S L
Decimal 73 71 23 0 0.03 0.68 0.71 57.6 0.52 0.19
Hex 49 47 17 0 3 44 47 3A 34 13
Octal 111 107 27 0 3 104 107 72 64 23
Binary 1001001 1000111 10111 0 11 1000100 1000111 111010 110100 10011

Color Harmonies of #494717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494717

Black with #494717

Text Example


Text Example

White with #494717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494717; }

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

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

background-color css

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

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

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

border-color css

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

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

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