Html Css Color HEX #495422 Army green

📋 copy color: '#495422'

red 73 ◦ green 84 ◦ blue 34

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

Shades of Army green #495422

Tints of Army green #495422

RGB

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

 GREEN value IS 84 (33.2% from 255) = 43.98%

 BLUE value IS 34 (13.67% from 255) = 17.8%

R = 38.22%
G = 43.98%
B = 17.8%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.60

 K value IS 0.67

RGB Variations

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

Color information

#495422 (or 0x495422) is known color: Army green. HEX triplet: 49, 54 and 22. RGB value is (73,84,34). Sum of RGB (Red+Green+Blue) = 73+84+34=191 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.22% from 191); Green value is 84 (33.20% from 255 or 43.98% from 191); Blue value is 34 (13.67% from 255 or 17.80% from 191); Max value from RGB is 84 - color contains mainly: green. Hex color #495422 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495422 is #B6ABDD. Grayscale: #4B4B4B. Windows color (decimal): -11971550 or 2249801. OLE color: 2249801.

HSL color Cylindrical-coordinate representation of color #495422: hue angle of 73.2º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #495422 is Cyan = 0.13, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB 73 84 34 -
CMYK 0.13 0 0.60 0.67
HSL 73.2º 0.42% 0.23% -
HSV(B) 73.2º 0.6% 0.33% -
XYZ 6.21 7.87 2.71 -
YUV 75.01 104.86 126.57 -
System Red Green Blue C M Y K H S L
Decimal 73 84 34 0.13 0 0.60 0.67 73.2 0.42 0.23
Hex 49 54 22 D 0 3C 43 49 2A 17
Octal 111 124 42 15 0 74 103 111 52 27
Binary 1001001 1010100 100010 1101 0 111100 1000011 1001001 101010 10111

Color Harmonies of #495422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495422

Black with #495422

Text Example


Text Example

White with #495422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495422; }

 p { color: rgb(73,84,34); }

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

background-color css

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

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

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

border-color css

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

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

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