#494726

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

Shades of Camouflage #494726

Tints of Camouflage #494726

Color information

#494726 (or 0x494726) is unknown color: approx Camouflage. HEX triplet: 49, 47 and 26. RGB value is (73,71,38). Sum of RGB (Red+Green+Blue) = 73+71+38=182 (24% of max value = 765). Red value is 73 (28.91% from 255 or 40.11% from 182); Green value is 71 (28.12% from 255 or 39.01% from 182); Blue value is 38 (15.23% from 255 or 20.88% from 182); Max value from RGB is 73 - color contains mainly: red. Hex color #494726 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494726 is #B6B8D9. Grayscale: #434343. Windows color (decimal): -11974874 or 2508617. OLE color: 2508617.

HSL color Cylindrical-coordinate representation of color #494726: hue angle of 56.57º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #494726 is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.71.

Color convert

RGB737138-
CMYK00.030.480.71
HSL56.57º31.53%21.76%-
HSV(B)56.57º47.95%28.63%-
XYZ5.356.062.72-
YUV67.84111.16131.68-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 40.11%
GREEN value IS 71 (28.12% from 255) = 39.01%
BLUE value IS 38 (15.23% from 255) = 20.88%
R=40.11%
G=39.01%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.48
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73713800.030.480.7156.5731.5321.76
Hex494726033047392016
Octal111107460360107714026
Binary10010011000111100110011110000100011111100110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494726; }

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

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

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

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

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

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

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

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