#495222

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

Shades of Army green #495222

Tints of Army green #495222

Color information

#495222 (or 0x495222) is unknown color: approx Army green. HEX triplet: 49, 52 and 22. RGB value is (73,82,34). Sum of RGB (Red+Green+Blue) = 73+82+34=189 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.62% from 189); Green value is 82 (32.42% from 255 or 43.39% from 189); Blue value is 34 (13.67% from 255 or 17.99% from 189); Max value from RGB is 82 - color contains mainly: green. Hex color #495222 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495222 is #B6ADDD. Grayscale: #4A4A4A. Windows color (decimal): -11972062 or 2249289. OLE color: 2249289.

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

Color convert

RGB738234-
CMYK0.1100.590.68
HSL71.25º41.38%22.75%-
HSV(B)71.25º58.54%32.16%-
XYZ6.057.572.65-
YUV73.84105.52127.4-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.62%
GREEN value IS 82 (32.42% from 255) = 43.39%
BLUE value IS 34 (13.67% from 255) = 17.99%
R=38.62%
G=43.39%
B=17.99%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7382340.1100.590.6871.2541.3822.75
Hex495222B03B44472917
Octal11112242130731041075127
Binary10010011010010100010101101110111000100100011110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495222; }

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

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

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

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

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

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

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

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