#495321

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

Shades of Army green #495321

Tints of Army green #495321

Color information

#495321 (or 0x495321) is unknown color: approx Army green. HEX triplet: 49, 53 and 21. RGB value is (73,83,33). Sum of RGB (Red+Green+Blue) = 73+83+33=189 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.62% from 189); Green value is 83 (32.81% from 255 or 43.92% from 189); Blue value is 33 (13.28% from 255 or 17.46% from 189); Max value from RGB is 83 - color contains mainly: green. Hex color #495321 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495321 is #B6ACDE. Grayscale: #4A4A4A. Windows color (decimal): -11971807 or 2184009. OLE color: 2184009.

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

Color convert

RGB738333-
CMYK0.1200.600.67
HSL72º43.1%22.75%-
HSV(B)72º60.24%32.55%-
XYZ6.127.712.61-
YUV74.31104.69127.07-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.62%
GREEN value IS 83 (32.81% from 255) = 43.92%
BLUE value IS 33 (13.28% from 255) = 17.46%
R=38.62%
G=43.92%
B=17.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7383330.1200.600.677243.122.75
Hex495321C03C43482b17
Octal11112341140741031105327
Binary10010011010011100001110001111001000011100100010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495321; }

 p { color: rgb(73,83,33); }

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

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

 a { background-color: rgb(73,83,33); }

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

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

 span { border-color: rgb(73,83,33); }

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