Html Css Color HEX #494917 Army green

📋 copy color: '#494917'

red 73 ◦ green 73 ◦ blue 23

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

Shades of Army green #494917

Tints of Army green #494917

RGB

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

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

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

R = 43.2%
G = 43.2%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.68

 K value IS 0.71

RGB Variations

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

Color information

#494917 (or 0x494917) is known color: Army green. HEX triplet: 49, 49 and 17. RGB value is (73,73,23). Sum of RGB (Red+Green+Blue) = 73+73+23=169 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.20% from 169); Green value is 73 (28.91% from 255 or 43.20% from 169); Blue value is 23 (9.38% from 255 or 13.61% from 169); Max value from RGB is 73 - color contains mainly: red, green. Hex color #494917 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494917 is #B6B6E8. Grayscale: #434343. Windows color (decimal): -11974377 or 1526089. OLE color: 1526089.

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

Color convert

RGB 73 73 23 -
CMYK 0 0 0.68 0.71
HSL 60º 0.52% 0.19% -
HSV(B) 60º 0.68% 0.29% -
XYZ 5.28 6.24 1.74 -
YUV 67.3 103 132.07 -
System Red Green Blue C M Y K H S L
Decimal 73 73 23 0 0 0.68 0.71 60 0.52 0.19
Hex 49 49 17 0 0 44 47 3C 34 13
Octal 111 111 27 0 0 104 107 74 64 23
Binary 1001001 1001001 10111 0 0 1000100 1000111 111100 110100 10011

Color Harmonies of #494917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494917

Black with #494917

Text Example


Text Example

White with #494917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494917; }

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

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

background-color css

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

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

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

border-color css

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

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

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