#495521

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

Shades of Army green #495521

Tints of Army green #495521

Color information

#495521 (or 0x495521) is unknown color: approx Army green. HEX triplet: 49, 55 and 21. RGB value is (73,85,33). Sum of RGB (Red+Green+Blue) = 73+85+33=191 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.22% from 191); Green value is 85 (33.59% from 255 or 44.50% from 191); Blue value is 33 (13.28% from 255 or 17.28% from 191); Max value from RGB is 85 - color contains mainly: green. Hex color #495521 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495521 is #B6AADE. Grayscale: #4B4B4B. Windows color (decimal): -11971295 or 2184521. OLE color: 2184521.

HSL color Cylindrical-coordinate representation of color #495521: hue angle of 73.85º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #495521 is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB738533-
CMYK0.1400.610.67
HSL73.85º44.07%23.14%-
HSV(B)73.85º61.18%33.33%-
XYZ6.278.022.66-
YUV75.48104.02126.23-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.22%
GREEN value IS 85 (33.59% from 255) = 44.50%
BLUE value IS 33 (13.28% from 255) = 17.28%
R=38.22%
G=44.50%
B=17.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7385330.1400.610.6773.8544.0723.14
Hex495521E03D434a2c17
Octal11112541160751031125427
Binary10010011010101100001111001111011000011100101010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495521; }

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

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

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

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

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

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

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

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