#495721

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

Shades of Army green #495721

Tints of Army green #495721

Color information

#495721 (or 0x495721) is unknown color: approx Army green. HEX triplet: 49, 57 and 21. RGB value is (73,87,33). Sum of RGB (Red+Green+Blue) = 73+87+33=193 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.82% from 193); Green value is 87 (34.38% from 255 or 45.08% from 193); Blue value is 33 (13.28% from 255 or 17.10% from 193); Max value from RGB is 87 - color contains mainly: green. Hex color #495721 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495721 is #B6A8DE. Grayscale: #4C4C4C. Windows color (decimal): -11970783 or 2185033. OLE color: 2185033.

HSL color Cylindrical-coordinate representation of color #495721: hue angle of 75.56º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #495721 is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.66.

Color convert

RGB738733-
CMYK0.1600.620.66
HSL75.56º45%23.53%-
HSV(B)75.56º62.07%34.12%-
XYZ6.438.342.71-
YUV76.66103.36125.39-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.82%
GREEN value IS 87 (34.38% from 255) = 45.08%
BLUE value IS 33 (13.28% from 255) = 17.10%
R=37.82%
G=45.08%
B=17.10%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7387330.1600.620.6675.564523.53
Hex4957211003E424c2d18
Octal11112741200761021145530
Binary100100110101111000011000001111101000010100110010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495721; }

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

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

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

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

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

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

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

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