#495026

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

Shades of Army green #495026

Tints of Army green #495026

Color information

#495026 (or 0x495026) is unknown color: approx Army green. HEX triplet: 49, 50 and 26. RGB value is (73,80,38). Sum of RGB (Red+Green+Blue) = 73+80+38=191 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.22% from 191); Green value is 80 (31.64% from 255 or 41.88% from 191); Blue value is 38 (15.23% from 255 or 19.90% from 191); Max value from RGB is 80 - color contains mainly: green. Hex color #495026 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495026 is #B6AFD9. Grayscale: #494949. Windows color (decimal): -11972570 or 2510921. OLE color: 2510921.

HSL color Cylindrical-coordinate representation of color #495026: hue angle of 70º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #495026 is Cyan = 0.09, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.69.

Color convert

RGB738038-
CMYK0.0900.520.69
HSL70º35.59%23.14%-
HSV(B)70º52.5%31.37%-
XYZ5.977.292.93-
YUV73.12108.18127.92-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.22%
GREEN value IS 80 (31.64% from 255) = 41.88%
BLUE value IS 38 (15.23% from 255) = 19.90%
R=38.22%
G=41.88%
B=19.90%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7380380.0900.520.697035.5923.14
Hex495026903445462417
Octal11112046110641051064427
Binary10010011010000100110100101101001000101100011010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495026; }

 p { color: rgb(73,80,38); }

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

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

 a { background-color: rgb(73,80,38); }

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

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

 span { border-color: rgb(73,80,38); }

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