#494732

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

Shades of Camouflage #494732

Tints of Camouflage #494732

Color information

#494732 (or 0x494732) is unknown color: approx Camouflage. HEX triplet: 49, 47 and 32. RGB value is (73,71,50). Sum of RGB (Red+Green+Blue) = 73+71+50=194 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.63% from 194); Green value is 71 (28.12% from 255 or 36.60% from 194); Blue value is 50 (19.92% from 255 or 25.77% from 194); Max value from RGB is 73 - color contains mainly: red. Hex color #494732 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494732 is #B6B8CD. Grayscale: #454545. Windows color (decimal): -11974862 or 3295049. OLE color: 3295049.

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

Color convert

RGB737150-
CMYK00.030.320.71
HSL54.78º18.7%24.12%-
HSV(B)54.78º31.51%28.63%-
XYZ5.586.153.91-
YUV69.2117.16130.71-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.63%
GREEN value IS 71 (28.12% from 255) = 36.60%
BLUE value IS 50 (19.92% from 255) = 25.77%
R=37.63%
G=36.60%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.32
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73715000.030.320.7154.7818.724.12
Hex494732032047371318
Octal111107620340107672330
Binary1001001100011111001001110000010001111101111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494732; }

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

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

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

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

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

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

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

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