Html Css Color HEX #494738 Camouflage

📋 copy color: '#494738'

red 73 ◦ green 71 ◦ blue 56

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

Shades of Camouflage #494738

Tints of Camouflage #494738

RGB

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

 GREEN value IS 71 (28.13% from 255) = 35.5%

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

R = 36.5%
G = 35.5%
B = 28%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.23

 K value IS 0.71

RGB Variations

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

Color information

#494738 (or 0x494738) is known color: Camouflage. HEX triplet: 49, 47 and 38. RGB value is (73,71,56). Sum of RGB (Red+Green+Blue) = 73+71+56=200 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.5% from 200); Green value is 71 (28.12% from 255 or 35.5% from 200); Blue value is 56 (22.27% from 255 or 28% from 200); Max value from RGB is 73 - color contains mainly: red. Hex color #494738 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494738 is #B6B8C7. Grayscale: #454545. Windows color (decimal): -11974856 or 3688265. OLE color: 3688265.

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

Color convert

RGB 73 71 56 -
CMYK 0 0.03 0.23 0.71
HSL 52.94º 0.13% 0.25% -
HSV(B) 52.94º 0.23% 0.29% -
XYZ 5.71 6.21 4.64 -
YUV 69.89 120.16 130.22 -
System Red Green Blue C M Y K H S L
Decimal 73 71 56 0 0.03 0.23 0.71 52.94 0.13 0.25
Hex 49 47 38 0 3 17 47 35 D 19
Octal 111 107 70 0 3 27 107 65 15 31
Binary 1001001 1000111 111000 0 11 10111 1000111 110101 1101 11001

Color Harmonies of #494738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494738

Black with #494738

Text Example


Text Example

White with #494738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494738; }

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

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

background-color css

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

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

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

border-color css

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

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

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