#495626

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

Shades of Army green #495626

Tints of Army green #495626

Color information

#495626 (or 0x495626) is unknown color: approx Army green. HEX triplet: 49, 56 and 26. RGB value is (73,86,38). Sum of RGB (Red+Green+Blue) = 73+86+38=197 (26% of max value = 765). Red value is 73 (28.91% from 255 or 37.06% from 197); Green value is 86 (33.98% from 255 or 43.65% from 197); Blue value is 38 (15.23% from 255 or 19.29% from 197); Max value from RGB is 86 - color contains mainly: green. Hex color #495626 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495626 is #B6A9D9. Grayscale: #4C4C4C. Windows color (decimal): -11971034 or 2512457. OLE color: 2512457.

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

Color convert

RGB738638-
CMYK0.1500.560.66
HSL76.25º38.71%24.31%-
HSV(B)76.25º55.81%33.73%-
XYZ6.438.213.08-
YUV76.64106.19125.4-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.06%
GREEN value IS 86 (33.98% from 255) = 43.65%
BLUE value IS 38 (15.23% from 255) = 19.29%
R=37.06%
G=43.65%
B=19.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7386380.1500.560.6676.2538.7124.31
Hex495626F038424c2718
Octal11112646170701021144730
Binary10010011010110100110111101110001000010100110010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495626; }

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

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

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

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

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

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

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

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