#495623

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

Shades of Army green #495623

Tints of Army green #495623

Color information

#495623 (or 0x495623) is unknown color: approx Army green. HEX triplet: 49, 56 and 23. RGB value is (73,86,35). Sum of RGB (Red+Green+Blue) = 73+86+35=194 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.63% from 194); Green value is 86 (33.98% from 255 or 44.33% from 194); Blue value is 35 (14.06% from 255 or 18.04% from 194); Max value from RGB is 86 - color contains mainly: green. Hex color #495623 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495623 is #B6A9DC. Grayscale: #4C4C4C. Windows color (decimal): -11971037 or 2315849. OLE color: 2315849.

HSL color Cylindrical-coordinate representation of color #495623: hue angle of 75.29º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #495623 is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.66.

Color convert

RGB738635-
CMYK0.1500.590.66
HSL75.29º42.15%23.73%-
HSV(B)75.29º59.3%33.73%-
XYZ6.388.192.84-
YUV76.3104.69125.65-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.63%
GREEN value IS 86 (33.98% from 255) = 44.33%
BLUE value IS 35 (14.06% from 255) = 18.04%
R=37.63%
G=44.33%
B=18.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7386350.1500.590.6675.2942.1523.73
Hex495623F03B424b2a18
Octal11112643170731021135230
Binary10010011010110100011111101110111000010100101110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495623; }

 p { color: rgb(73,86,35); }

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

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

 a { background-color: rgb(73,86,35); }

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

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

 span { border-color: rgb(73,86,35); }

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