Html Css Color HEX #494638 Camouflage

📋 copy color: '#494638'

red 73 ◦ green 70 ◦ blue 56

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

Shades of Camouflage #494638

Tints of Camouflage #494638

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 28.14%

R = 36.68%
G = 35.18%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.23

 K value IS 0.71

RGB Variations

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

Color information

#494638 (or 0x494638) is known color: Camouflage. HEX triplet: 49, 46 and 38. RGB value is (73,70,56). Sum of RGB (Red+Green+Blue) = 73+70+56=199 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.68% from 199); Green value is 70 (27.73% from 255 or 35.18% from 199); Blue value is 56 (22.27% from 255 or 28.14% from 199); Max value from RGB is 73 - color contains mainly: red. Hex color #494638 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494638 is #B6B9C7. Grayscale: #454545. Windows color (decimal): -11975112 or 3688009. OLE color: 3688009.

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

Color convert

RGB 73 70 56 -
CMYK 0 0.04 0.23 0.71
HSL 49.41º 0.13% 0.25% -
HSV(B) 49.41º 0.23% 0.29% -
XYZ 5.65 6.08 4.62 -
YUV 69.3 120.49 130.64 -
System Red Green Blue C M Y K H S L
Decimal 73 70 56 0 0.04 0.23 0.71 49.41 0.13 0.25
Hex 49 46 38 0 4 17 47 31 D 19
Octal 111 106 70 0 4 27 107 61 15 31
Binary 1001001 1000110 111000 0 100 10111 1000111 110001 1101 11001

Color Harmonies of #494638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494638

Black with #494638

Text Example


Text Example

White with #494638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494638; }

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

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

background-color css

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

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

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

border-color css

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

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

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