Html Css Color HEX #495222 Army green

📋 copy color: '#495222'

red 73 ◦ green 82 ◦ blue 34

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

Shades of Army green #495222

Tints of Army green #495222

RGB

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

 GREEN value IS 82 (32.42% from 255) = 43.39%

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

R = 38.62%
G = 43.39%
B = 17.99%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.59

 K value IS 0.68

RGB Variations

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

Color information

#495222 (or 0x495222) is known color: Army green. HEX triplet: 49, 52 and 22. RGB value is (73,82,34). Sum of RGB (Red+Green+Blue) = 73+82+34=189 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.62% from 189); Green value is 82 (32.42% from 255 or 43.39% from 189); Blue value is 34 (13.67% from 255 or 17.99% from 189); Max value from RGB is 82 - color contains mainly: green. Hex color #495222 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495222 is #B6ADDD. Grayscale: #4A4A4A. Windows color (decimal): -11972062 or 2249289. OLE color: 2249289.

HSL color Cylindrical-coordinate representation of color #495222: hue angle of 71.25º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #495222 is Cyan = 0.11, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.68.

Color convert

RGB 73 82 34 -
CMYK 0.11 0 0.59 0.68
HSL 71.25º 0.41% 0.23% -
HSV(B) 71.25º 0.59% 0.32% -
XYZ 6.05 7.57 2.65 -
YUV 73.84 105.52 127.4 -
System Red Green Blue C M Y K H S L
Decimal 73 82 34 0.11 0 0.59 0.68 71.25 0.41 0.23
Hex 49 52 22 B 0 3B 44 47 29 17
Octal 111 122 42 13 0 73 104 107 51 27
Binary 1001001 1010010 100010 1011 0 111011 1000100 1000111 101001 10111

Color Harmonies of #495222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495222

Black with #495222

Text Example


Text Example

White with #495222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495222; }

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

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

background-color css

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

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

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

border-color css

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

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

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