Html Css Color HEX #404E31 Mallard

📋 copy color: '#404E31'

red 64 ◦ green 78 ◦ blue 49

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

Shades of Mallard #404E31

Tints of Mallard #404E31

RGB

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

 GREEN value IS 78 (30.86% from 255) = 40.84%

 BLUE value IS 49 (19.53% from 255) = 25.65%

R = 33.51%
G = 40.84%
B = 25.65%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.37

 K value IS 0.69

RGB Variations

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

Color information

#404E31 (or 0x404E31) is known color: Mallard. HEX triplet: 40, 4E and 31. RGB value is (64,78,49). Sum of RGB (Red+Green+Blue) = 64+78+49=191 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.51% from 191); Green value is 78 (30.86% from 255 or 40.84% from 191); Blue value is 49 (19.53% from 255 or 25.65% from 191); Max value from RGB is 78 - color contains mainly: green. Hex color #404E31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #404E31 is #BFB1CE. Grayscale: #464646. Windows color (decimal): -12562895 or 3231296. OLE color: 3231296.

HSL color Cylindrical-coordinate representation of color #404E31: hue angle of 88.97º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #404E31 is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.69.

Color convert

RGB 64 78 49 -
CMYK 0.18 0 0.37 0.69
HSL 88.97º 0.23% 0.25% -
HSV(B) 88.97º 0.37% 0.31% -
XYZ 5.39 6.76 3.93 -
YUV 70.51 115.86 123.36 -
System Red Green Blue C M Y K H S L
Decimal 64 78 49 0.18 0 0.37 0.69 88.97 0.23 0.25
Hex 40 4E 31 12 0 25 45 59 17 19
Octal 100 116 61 22 0 45 105 131 27 31
Binary 1000000 1001110 110001 10010 0 100101 1000101 1011001 10111 11001

Color Harmonies of #404E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404E31

Black with #404E31

Text Example


Text Example

White with #404E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404E31; }

 p { color: rgb(64,78,49); }

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

background-color css

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

 a { background-color: rgb(64,78,49); }

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

border-color css

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

 span { border-color: rgb(64,78,49); }

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