#495021

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

Shades of Army green #495021

Tints of Army green #495021

Color information

#495021 (or 0x495021) is unknown color: approx Army green. HEX triplet: 49, 50 and 21. RGB value is (73,80,33). Sum of RGB (Red+Green+Blue) = 73+80+33=186 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.25% from 186); Green value is 80 (31.64% from 255 or 43.01% from 186); Blue value is 33 (13.28% from 255 or 17.74% from 186); Max value from RGB is 80 - color contains mainly: green. Hex color #495021 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495021 is #B6AFDE. Grayscale: #484848. Windows color (decimal): -11972575 or 2183241. OLE color: 2183241.

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

Color convert

RGB738033-
CMYK0.0900.590.69
HSL68.94º41.59%22.16%-
HSV(B)68.94º58.75%31.37%-
XYZ5.897.262.53-
YUV72.55105.68128.32-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.25%
GREEN value IS 80 (31.64% from 255) = 43.01%
BLUE value IS 33 (13.28% from 255) = 17.74%
R=39.25%
G=43.01%
B=17.74%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7380330.0900.590.6968.9441.5922.16
Hex495021903B45452a16
Octal11112041110731051055226
Binary10010011010000100001100101110111000101100010110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495021; }

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

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

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

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

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

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

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

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