#494E28

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

Shades of Army green #494E28

Tints of Army green #494E28

Color information

#494E28 (or 0x494E28) is unknown color: approx Army green. HEX triplet: 49, 4E and 28. RGB value is (73,78,40). Sum of RGB (Red+Green+Blue) = 73+78+40=191 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.22% from 191); Green value is 78 (30.86% from 255 or 40.84% from 191); Blue value is 40 (16.02% from 255 or 20.94% from 191); Max value from RGB is 78 - color contains mainly: green. Hex color #494E28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #494E28 is #B6B1D7. Grayscale: #484848. Windows color (decimal): -11973080 or 2641481. OLE color: 2641481.

HSL color Cylindrical-coordinate representation of color #494E28: hue angle of 67.89º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #494E28 is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.69.

Color convert

RGB737840-
CMYK0.0600.490.69
HSL67.89º32.2%23.14%-
HSV(B)67.89º48.72%30.59%-
XYZ5.867.023.05-
YUV72.17109.84128.59-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.22%
GREEN value IS 78 (30.86% from 255) = 40.84%
BLUE value IS 40 (16.02% from 255) = 20.94%
R=38.22%
G=40.84%
B=20.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7378400.0600.490.6967.8932.223.14
Hex494E28603145442017
Octal1111165060611051044027
Binary1001001100111010100011001100011000101100010010000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494E28; }

 p { color: rgb(73,78,40); }

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

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

 a { background-color: rgb(73,78,40); }

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

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

 span { border-color: rgb(73,78,40); }

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