#495122

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

Shades of Army green #495122

Tints of Army green #495122

Color information

#495122 (or 0x495122) is unknown color: approx Army green. HEX triplet: 49, 51 and 22. RGB value is (73,81,34). Sum of RGB (Red+Green+Blue) = 73+81+34=188 (24% of max value = 765). Red value is 73 (28.91% from 255 or 38.83% from 188); Green value is 81 (32.03% from 255 or 43.09% from 188); Blue value is 34 (13.67% from 255 or 18.09% from 188); Max value from RGB is 81 - color contains mainly: green. Hex color #495122 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495122 is #B6AEDD. Grayscale: #494949. Windows color (decimal): -11972318 or 2249033. OLE color: 2249033.

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

Color convert

RGB738134-
CMYK0.1000.580.68
HSL70.21º40.87%22.55%-
HSV(B)70.21º58.02%31.76%-
XYZ5.987.422.63-
YUV73.25105.85127.82-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.83%
GREEN value IS 81 (32.03% from 255) = 43.09%
BLUE value IS 34 (13.67% from 255) = 18.09%
R=38.83%
G=43.09%
B=18.09%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7381340.1000.580.6870.2140.8722.55
Hex495122A03A44462917
Octal11112142120721041065127
Binary10010011010001100010101001110101000100100011010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495122; }

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

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

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

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

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

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

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

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