#494739

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

Shades of Camouflage #494739

Tints of Camouflage #494739

Color information

#494739 (or 0x494739) is unknown color: approx Camouflage. HEX triplet: 49, 47 and 39. RGB value is (73,71,57). Sum of RGB (Red+Green+Blue) = 73+71+57=201 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.32% from 201); Green value is 71 (28.12% from 255 or 35.32% from 201); Blue value is 57 (22.66% from 255 or 28.36% from 201); Max value from RGB is 73 - color contains mainly: red. Hex color #494739 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494739 is #B6B8C6. Grayscale: #464646. Windows color (decimal): -11974855 or 3753801. OLE color: 3753801.

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

Color convert

RGB737157-
CMYK00.030.220.71
HSL52.5º12.31%25.49%-
HSV(B)52.5º21.92%28.63%-
XYZ5.746.224.77-
YUV70120.66130.14-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.32%
GREEN value IS 71 (28.12% from 255) = 35.32%
BLUE value IS 57 (22.66% from 255) = 28.36%
R=36.32%
G=35.32%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.22
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73715700.030.220.7152.512.3125.49
Hex49473903164735c19
Octal111107710326107651431
Binary10010011000111111001011101101000111110101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494739; }

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

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

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

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

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

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

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

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