#495022

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

Shades of Army green #495022

Tints of Army green #495022

Color information

#495022 (or 0x495022) is unknown color: approx Army green. HEX triplet: 49, 50 and 22. RGB value is (73,80,34). Sum of RGB (Red+Green+Blue) = 73+80+34=187 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.04% from 187); Green value is 80 (31.64% from 255 or 42.78% from 187); Blue value is 34 (13.67% from 255 or 18.18% from 187); Max value from RGB is 80 - color contains mainly: green. Hex color #495022 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495022 is #B6AFDD. Grayscale: #484848. Windows color (decimal): -11972574 or 2248777. OLE color: 2248777.

HSL color Cylindrical-coordinate representation of color #495022: hue angle of 69.13º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #495022 is Cyan = 0.09, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.69.

Color convert

RGB738034-
CMYK0.0900.580.69
HSL69.13º40.35%22.35%-
HSV(B)69.13º57.5%31.37%-
XYZ5.917.272.61-
YUV72.66106.18128.24-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.04%
GREEN value IS 80 (31.64% from 255) = 42.78%
BLUE value IS 34 (13.67% from 255) = 18.18%
R=39.04%
G=42.78%
B=18.18%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7380340.0900.580.6969.1340.3522.35
Hex495022903A45452816
Octal11112042110721051055026
Binary10010011010000100010100101110101000101100010110100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495022; }

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

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

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

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

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

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

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

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