#494731

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

Shades of Camouflage #494731

Tints of Camouflage #494731

Color information

#494731 (or 0x494731) is unknown color: approx Camouflage. HEX triplet: 49, 47 and 31. RGB value is (73,71,49). Sum of RGB (Red+Green+Blue) = 73+71+49=193 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.82% from 193); Green value is 71 (28.12% from 255 or 36.79% from 193); Blue value is 49 (19.53% from 255 or 25.39% from 193); Max value from RGB is 73 - color contains mainly: red. Hex color #494731 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494731 is #B6B8CE. Grayscale: #454545. Windows color (decimal): -11974863 or 3229513. OLE color: 3229513.

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

Color convert

RGB737149-
CMYK00.030.330.71
HSL55º19.67%23.92%-
HSV(B)55º32.88%28.63%-
XYZ5.566.143.8-
YUV69.09116.66130.79-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.82%
GREEN value IS 71 (28.12% from 255) = 36.79%
BLUE value IS 49 (19.53% from 255) = 25.39%
R=37.82%
G=36.79%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.33
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73714900.030.330.715519.6723.92
Hex494731032147371418
Octal111107610341107672430
Binary1001001100011111000101110000110001111101111010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494731; }

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

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

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

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

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

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

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

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