#495121

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

Shades of Army green #495121

Tints of Army green #495121

Color information

#495121 (or 0x495121) is unknown color: approx Army green. HEX triplet: 49, 51 and 21. RGB value is (73,81,33). Sum of RGB (Red+Green+Blue) = 73+81+33=187 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.04% from 187); Green value is 81 (32.03% from 255 or 43.32% from 187); Blue value is 33 (13.28% from 255 or 17.65% from 187); Max value from RGB is 81 - color contains mainly: green. Hex color #495121 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495121 is #B6AEDE. Grayscale: #494949. Windows color (decimal): -11972319 or 2183497. OLE color: 2183497.

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

Color convert

RGB738133-
CMYK0.1000.590.68
HSL70º42.11%22.35%-
HSV(B)70º59.26%31.76%-
XYZ5.967.412.55-
YUV73.14105.35127.9-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.04%
GREEN value IS 81 (32.03% from 255) = 43.32%
BLUE value IS 33 (13.28% from 255) = 17.65%
R=39.04%
G=43.32%
B=17.65%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7381330.1000.590.687042.1122.35
Hex495121A03B44462a16
Octal11112141120731041065226
Binary10010011010001100001101001110111000100100011010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495121; }

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

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

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

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

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

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

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

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