#495221

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

Shades of Army green #495221

Tints of Army green #495221

Color information

#495221 (or 0x495221) is unknown color: approx Army green. HEX triplet: 49, 52 and 21. RGB value is (73,82,33). Sum of RGB (Red+Green+Blue) = 73+82+33=188 (24% of max value = 765). Red value is 73 (28.91% from 255 or 38.83% from 188); Green value is 82 (32.42% from 255 or 43.62% from 188); Blue value is 33 (13.28% from 255 or 17.55% from 188); Max value from RGB is 82 - color contains mainly: green. Hex color #495221 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495221 is #B6ADDE. Grayscale: #494949. Windows color (decimal): -11972063 or 2183753. OLE color: 2183753.

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

Color convert

RGB738233-
CMYK0.1100.600.68
HSL71.02º42.61%22.55%-
HSV(B)71.02º59.76%32.16%-
XYZ6.047.562.58-
YUV73.72105.02127.48-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.83%
GREEN value IS 82 (32.42% from 255) = 43.62%
BLUE value IS 33 (13.28% from 255) = 17.55%
R=38.83%
G=43.62%
B=17.55%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7382330.1100.600.6871.0242.6122.55
Hex495221B03C44472b17
Octal11112241130741041075327
Binary10010011010010100001101101111001000100100011110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495221; }

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

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

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

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

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

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

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

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