#494826

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

Shades of Camouflage #494826

Tints of Camouflage #494826

Color information

#494826 (or 0x494826) is unknown color: approx Camouflage. HEX triplet: 49, 48 and 26. RGB value is (73,72,38). Sum of RGB (Red+Green+Blue) = 73+72+38=183 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.89% from 183); Green value is 72 (28.52% from 255 or 39.34% from 183); Blue value is 38 (15.23% from 255 or 20.77% from 183); Max value from RGB is 73 - color contains mainly: red. Hex color #494826 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494826 is #B6B7D9. Grayscale: #444444. Windows color (decimal): -11974618 or 2508873. OLE color: 2508873.

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

Color convert

RGB737238-
CMYK00.010.480.71
HSL58.29º31.53%21.76%-
HSV(B)58.29º47.95%28.63%-
XYZ5.416.192.74-
YUV68.42110.83131.26-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.89%
GREEN value IS 72 (28.52% from 255) = 39.34%
BLUE value IS 38 (15.23% from 255) = 20.77%
R=39.89%
G=39.34%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.48
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73723800.010.480.7158.2931.5321.76
Hex4948260130473a2016
Octal111110460160107724026
Binary1001001100100010011001110000100011111101010000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494826; }

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

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

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

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

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

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

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

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