#494834

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

Shades of Camouflage #494834

Tints of Camouflage #494834

Color information

#494834 (or 0x494834) is unknown color: approx Camouflage. HEX triplet: 49, 48 and 34. RGB value is (73,72,52). Sum of RGB (Red+Green+Blue) = 73+72+52=197 (26% of max value = 765). Red value is 73 (28.91% from 255 or 37.06% from 197); Green value is 72 (28.52% from 255 or 36.55% from 197); Blue value is 52 (20.70% from 255 or 26.40% from 197); Max value from RGB is 73 - color contains mainly: red. Hex color #494834 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494834 is #B6B7CB. Grayscale: #464646. Windows color (decimal): -11974604 or 3426377. OLE color: 3426377.

HSL color Cylindrical-coordinate representation of color #494834: hue angle of 57.14º 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 #494834 is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.71.

Color convert

RGB737252-
CMYK00.010.290.71
HSL57.14º16.8%24.51%-
HSV(B)57.14º28.77%28.63%-
XYZ5.686.34.17-
YUV70.02117.83130.13-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.06%
GREEN value IS 72 (28.52% from 255) = 36.55%
BLUE value IS 52 (20.70% from 255) = 26.40%
R=37.06%
G=36.55%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.29
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73725200.010.290.7157.1416.824.51
Hex494834011D47391119
Octal111110640135107712131
Binary10010011001000110100011110110001111110011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494834; }

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

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

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

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

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

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

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

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