Html Css Color HEX #495520 Army green

📋 copy color: '#495520'

red 73 ◦ green 85 ◦ blue 32

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

Shades of Army green #495520

Tints of Army green #495520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 16.84%

R = 38.42%
G = 44.74%
B = 16.84%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#495520 (or 0x495520) is known color: Army green. HEX triplet: 49, 55 and 20. RGB value is (73,85,32). Sum of RGB (Red+Green+Blue) = 73+85+32=190 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.42% from 190); Green value is 85 (33.59% from 255 or 44.74% from 190); Blue value is 32 (12.89% from 255 or 16.84% from 190); Max value from RGB is 85 - color contains mainly: green. Hex color #495520 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495520 is #B6AADF. Grayscale: #4B4B4B. Windows color (decimal): -11971296 or 2118985. OLE color: 2118985.

HSL color Cylindrical-coordinate representation of color #495520: hue angle of 73.58º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #495520 is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB 73 85 32 -
CMYK 0.14 0 0.62 0.67
HSL 73.58º 0.45% 0.23% -
HSV(B) 73.58º 0.62% 0.33% -
XYZ 6.26 8.02 2.58 -
YUV 75.37 103.52 126.31 -
System Red Green Blue C M Y K H S L
Decimal 73 85 32 0.14 0 0.62 0.67 73.58 0.45 0.23
Hex 49 55 20 E 0 3E 43 4A 2D 17
Octal 111 125 40 16 0 76 103 112 55 27
Binary 1001001 1010101 100000 1110 0 111110 1000011 1001010 101101 10111

Color Harmonies of #495520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495520

Black with #495520

Text Example


Text Example

White with #495520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495520; }

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

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

background-color css

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

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

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

border-color css

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

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

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