Html Css Color HEX #495522 Army green

📋 copy color: '#495522'

red 73 ◦ green 85 ◦ blue 34

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

Shades of Army green #495522

Tints of Army green #495522

RGB

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

 GREEN value IS 85 (33.59% from 255) = 44.27%

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

R = 38.02%
G = 44.27%
B = 17.71%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.60

 K value IS 0.67

RGB Variations

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

Color information

#495522 (or 0x495522) is known color: Army green. HEX triplet: 49, 55 and 22. RGB value is (73,85,34). Sum of RGB (Red+Green+Blue) = 73+85+34=192 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.02% from 192); Green value is 85 (33.59% from 255 or 44.27% from 192); Blue value is 34 (13.67% from 255 or 17.71% from 192); Max value from RGB is 85 - color contains mainly: green. Hex color #495522 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495522 is #B6AADD. Grayscale: #4B4B4B. Windows color (decimal): -11971294 or 2250057. OLE color: 2250057.

HSL color Cylindrical-coordinate representation of color #495522: hue angle of 74.12º degrees, saturation: 0.43, 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 #495522 is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB 73 85 34 -
CMYK 0.14 0 0.60 0.67
HSL 74.12º 0.43% 0.23% -
HSV(B) 74.12º 0.6% 0.33% -
XYZ 6.28 8.03 2.73 -
YUV 75.6 104.52 126.15 -
System Red Green Blue C M Y K H S L
Decimal 73 85 34 0.14 0 0.60 0.67 74.12 0.43 0.23
Hex 49 55 22 E 0 3C 43 4A 2B 17
Octal 111 125 42 16 0 74 103 112 53 27
Binary 1001001 1010101 100010 1110 0 111100 1000011 1001010 101011 10111

Color Harmonies of #495522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495522

Black with #495522

Text Example


Text Example

White with #495522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495522; }

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

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

background-color css

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

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

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

border-color css

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

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

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