Html Css Color HEX #404738 Mallard

📋 copy color: '#404738'

red 64 ◦ green 71 ◦ blue 56

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

Shades of Mallard #404738

Tints of Mallard #404738

RGB

 RED value IS 64 (25.39% from 255) = 33.51%

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

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

R = 33.51%
G = 37.17%
B = 29.32%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.21

 K value IS 0.72

RGB Variations

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

Color information

#404738 (or 0x404738) is known color: Mallard. HEX triplet: 40, 47 and 38. RGB value is (64,71,56). Sum of RGB (Red+Green+Blue) = 64+71+56=191 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.51% from 191); Green value is 71 (28.12% from 255 or 37.17% from 191); Blue value is 56 (22.27% from 255 or 29.32% from 191); Max value from RGB is 71 - color contains mainly: green. Hex color #404738 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404738 is #BFB8C7. Grayscale: #434343. Windows color (decimal): -12564680 or 3688256. OLE color: 3688256.

HSL color Cylindrical-coordinate representation of color #404738: hue angle of 88º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #404738 is Cyan = 0.10, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.72.

Color convert

RGB 64 71 56 -
CMYK 0.10 0 0.21 0.72
HSL 88º 0.12% 0.25% -
HSV(B) 88º 0.21% 0.28% -
XYZ 5.08 5.88 4.61 -
YUV 67.2 121.68 125.72 -
System Red Green Blue C M Y K H S L
Decimal 64 71 56 0.10 0 0.21 0.72 88 0.12 0.25
Hex 40 47 38 A 0 15 48 58 C 19
Octal 100 107 70 12 0 25 110 130 14 31
Binary 1000000 1000111 111000 1010 0 10101 1001000 1011000 1100 11001

Color Harmonies of #404738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404738

Black with #404738

Text Example


Text Example

White with #404738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404738; }

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

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

background-color css

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

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

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

border-color css

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

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

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