Html Css Color HEX #494818 Army green

📋 copy color: '#494818'

red 73 ◦ green 72 ◦ blue 24

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

Shades of Army green #494818

Tints of Army green #494818

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 14.2%

R = 43.2%
G = 42.6%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.67

 K value IS 0.71

RGB Variations

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

Color information

#494818 (or 0x494818) is known color: Army green. HEX triplet: 49, 48 and 18. RGB value is (73,72,24). Sum of RGB (Red+Green+Blue) = 73+72+24=169 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.20% from 169); Green value is 72 (28.52% from 255 or 42.60% from 169); Blue value is 24 (9.77% from 255 or 14.20% from 169); Max value from RGB is 73 - color contains mainly: red. Hex color #494818 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494818 is #B6B7E7. Grayscale: #434343. Windows color (decimal): -11974632 or 1591369. OLE color: 1591369.

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

Color convert

RGB 73 72 24 -
CMYK 0 0.01 0.67 0.71
HSL 58.78º 0.51% 0.19% -
HSV(B) 58.78º 0.67% 0.29% -
XYZ 5.23 6.12 1.77 -
YUV 66.83 103.83 132.4 -
System Red Green Blue C M Y K H S L
Decimal 73 72 24 0 0.01 0.67 0.71 58.78 0.51 0.19
Hex 49 48 18 0 1 43 47 3B 33 13
Octal 111 110 30 0 1 103 107 73 63 23
Binary 1001001 1001000 11000 0 1 1000011 1000111 111011 110011 10011

Color Harmonies of #494818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494818

Black with #494818

Text Example


Text Example

White with #494818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494818; }

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

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

background-color css

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

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

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

border-color css

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

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

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