#494634

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

Shades of Camouflage #494634

Tints of Camouflage #494634

Color information

#494634 (or 0x494634) is unknown color: approx Camouflage. HEX triplet: 49, 46 and 34. RGB value is (73,70,52). Sum of RGB (Red+Green+Blue) = 73+70+52=195 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.44% from 195); Green value is 70 (27.73% from 255 or 35.90% from 195); Blue value is 52 (20.70% from 255 or 26.67% from 195); Max value from RGB is 73 - color contains mainly: red. Hex color #494634 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494634 is #B6B9CB. Grayscale: #444444. Windows color (decimal): -11975116 or 3425865. OLE color: 3425865.

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

Color convert

RGB737052-
CMYK00.040.290.71
HSL51.43º16.8%24.51%-
HSV(B)51.43º28.77%28.63%-
XYZ5.566.044.12-
YUV68.84118.49130.96-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.44%
GREEN value IS 70 (27.73% from 255) = 35.90%
BLUE value IS 52 (20.70% from 255) = 26.67%
R=37.44%
G=35.90%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73705200.040.290.7151.4316.824.51
Hex494634041D47331119
Octal111106640435107632131
Binary1001001100011011010001001110110001111100111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494634; }

 p { color: rgb(73,70,52); }

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

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

 a { background-color: rgb(73,70,52); }

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

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

 span { border-color: rgb(73,70,52); }

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