#494635

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

Shades of Camouflage #494635

Tints of Camouflage #494635

Color information

#494635 (or 0x494635) is unknown color: approx Camouflage. HEX triplet: 49, 46 and 35. RGB value is (73,70,53). Sum of RGB (Red+Green+Blue) = 73+70+53=196 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.24% from 196); Green value is 70 (27.73% from 255 or 35.71% from 196); Blue value is 53 (21.09% from 255 or 27.04% from 196); Max value from RGB is 73 - color contains mainly: red. Hex color #494635 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494635 is #B6B9CA. Grayscale: #454545. Windows color (decimal): -11975115 or 3491401. OLE color: 3491401.

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

Color convert

RGB737053-
CMYK00.040.270.71
HSL51º15.87%24.71%-
HSV(B)51º27.4%28.63%-
XYZ5.586.054.24-
YUV68.96118.99130.88-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.24%
GREEN value IS 70 (27.73% from 255) = 35.71%
BLUE value IS 53 (21.09% from 255) = 27.04%
R=37.24%
G=35.71%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.27
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73705300.040.270.715115.8724.71
Hex494635041B47331019
Octal111106650433107632031
Binary1001001100011011010101001101110001111100111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494635; }

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

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

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

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

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

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

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

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