#494830

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

Shades of Camouflage #494830

Tints of Camouflage #494830

Color information

#494830 (or 0x494830) is unknown color: approx Camouflage. HEX triplet: 49, 48 and 30. RGB value is (73,72,48). Sum of RGB (Red+Green+Blue) = 73+72+48=193 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.82% from 193); Green value is 72 (28.52% from 255 or 37.31% from 193); Blue value is 48 (19.14% from 255 or 24.87% from 193); Max value from RGB is 73 - color contains mainly: red. Hex color #494830 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494830 is #B6B7CF. Grayscale: #454545. Windows color (decimal): -11974608 or 3164233. OLE color: 3164233.

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

Color convert

RGB737248-
CMYK00.010.340.71
HSL57.6º20.66%23.73%-
HSV(B)57.6º34.25%28.63%-
XYZ5.66.263.71-
YUV69.56115.83130.45-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.82%
GREEN value IS 72 (28.52% from 255) = 37.31%
BLUE value IS 48 (19.14% from 255) = 24.87%
R=37.82%
G=37.31%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.34
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73724800.010.340.7157.620.6623.73
Hex4948300122473a1518
Octal111110600142107722530
Binary100100110010001100000110001010001111110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494830; }

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

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

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

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

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

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

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

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