#495120

Color #495120 Army green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Army green #495120

Tints of Army green #495120

Color information

#495120 (or 0x495120) is unknown color: approx Army green. HEX triplet: 49, 51 and 20. RGB value is (73,81,32). Sum of RGB (Red+Green+Blue) = 73+81+32=186 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.25% from 186); Green value is 81 (32.03% from 255 or 43.55% from 186); Blue value is 32 (12.89% from 255 or 17.20% from 186); Max value from RGB is 81 - color contains mainly: green. Hex color #495120 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495120 is #B6AEDF. Grayscale: #494949. Windows color (decimal): -11972320 or 2117961. OLE color: 2117961.

HSL color Cylindrical-coordinate representation of color #495120: hue angle of 69.8º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #495120 is Cyan = 0.10, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB738132-
CMYK0.1000.600.68
HSL69.8º43.36%22.16%-
HSV(B)69.8º60.49%31.76%-
XYZ5.957.412.48-
YUV73.02104.85127.98-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.25%
GREEN value IS 81 (32.03% from 255) = 43.55%
BLUE value IS 32 (12.89% from 255) = 17.20%
R=39.25%
G=43.55%
B=17.20%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7381320.1000.600.6869.843.3622.16
Hex495120A03C44462b16
Octal11112140120741041065326
Binary10010011010001100000101001111001000100100011010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495120; }

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

 H1.HeaderClassName
 {
   color: #495120;
 }
 .AnyTagClassName
 {
   color: #495120;
 }
</style>
background-color css

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

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

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

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

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

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