#494836

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

Shades of Camouflage #494836

Tints of Camouflage #494836

Color information

#494836 (or 0x494836) is unknown color: approx Camouflage. HEX triplet: 49, 48 and 36. RGB value is (73,72,54). Sum of RGB (Red+Green+Blue) = 73+72+54=199 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.68% from 199); Green value is 72 (28.52% from 255 or 36.18% from 199); Blue value is 54 (21.48% from 255 or 27.14% from 199); Max value from RGB is 73 - color contains mainly: red. Hex color #494836 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494836 is #B6B7C9. Grayscale: #464646. Windows color (decimal): -11974602 or 3557449. OLE color: 3557449.

HSL color Cylindrical-coordinate representation of color #494836: hue angle of 56.84º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #494836 is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.71.

Color convert

RGB737254-
CMYK00.010.260.71
HSL56.84º14.96%24.9%-
HSV(B)56.84º26.03%28.63%-
XYZ5.736.324.41-
YUV70.25118.83129.96-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.68%
GREEN value IS 72 (28.52% from 255) = 36.18%
BLUE value IS 54 (21.48% from 255) = 27.14%
R=36.68%
G=36.18%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.26
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73725400.010.260.7156.8414.9624.9
Hex494836011A4739f19
Octal111110660132107711731
Binary1001001100100011011001110101000111111001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494836; }

 p { color: rgb(73,72,54); }

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

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

 a { background-color: rgb(73,72,54); }

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

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

 span { border-color: rgb(73,72,54); }

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