Html Css Color HEX #494637 Camouflage

📋 copy color: '#494637'

red 73 ◦ green 70 ◦ blue 55

#494637
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Camouflage #494637

Tints of Camouflage #494637

RGB

 RED value IS 73 (28.91% from 255) = 36.87%

 GREEN value IS 70 (27.73% from 255) = 35.35%

 BLUE value IS 55 (21.88% from 255) = 27.78%

R = 36.87%
G = 35.35%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.25

 K value IS 0.71

RGB Variations

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

Color information

#494637 (or 0x494637) is known color: Camouflage. HEX triplet: 49, 46 and 37. RGB value is (73,70,55). Sum of RGB (Red+Green+Blue) = 73+70+55=198 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.87% from 198); Green value is 70 (27.73% from 255 or 35.35% from 198); Blue value is 55 (21.88% from 255 or 27.78% from 198); Max value from RGB is 73 - color contains mainly: red. Hex color #494637 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494637 is #B6B9C8. Grayscale: #454545. Windows color (decimal): -11975113 or 3622473. OLE color: 3622473.

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

Color convert

RGB 73 70 55 -
CMYK 0 0.04 0.25 0.71
HSL 50º 0.14% 0.25% -
HSV(B) 50º 0.25% 0.29% -
XYZ 5.63 6.07 4.49 -
YUV 69.19 119.99 130.72 -
System Red Green Blue C M Y K H S L
Decimal 73 70 55 0 0.04 0.25 0.71 50 0.14 0.25
Hex 49 46 37 0 4 19 47 32 E 19
Octal 111 106 67 0 4 31 107 62 16 31
Binary 1001001 1000110 110111 0 100 11001 1000111 110010 1110 11001

Color Harmonies of #494637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494637

Black with #494637

Text Example


Text Example

White with #494637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494637; }

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

 H1.HeaderClassName
 {
   color: #494637;
 }
 .AnyTagClassName
 {
   color: #494637;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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