Html Css Color HEX #404D31 Mallard

📋 copy color: '#404D31'

red 64 ◦ green 77 ◦ blue 49

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

Shades of Mallard #404D31

Tints of Mallard #404D31

RGB

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

 GREEN value IS 77 (30.47% from 255) = 40.53%

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

R = 33.68%
G = 40.53%
B = 25.79%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.36

 K value IS 0.70

RGB Variations

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

Color information

#404D31 (or 0x404D31) is known color: Mallard. HEX triplet: 40, 4D and 31. RGB value is (64,77,49). Sum of RGB (Red+Green+Blue) = 64+77+49=190 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.68% from 190); Green value is 77 (30.47% from 255 or 40.53% from 190); Blue value is 49 (19.53% from 255 or 25.79% from 190); Max value from RGB is 77 - color contains mainly: green. Hex color #404D31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #404D31 is #BFB2CE. Grayscale: #464646. Windows color (decimal): -12563151 or 3231040. OLE color: 3231040.

HSL color Cylindrical-coordinate representation of color #404D31: hue angle of 87.86º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #404D31 is Cyan = 0.17, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.70.

Color convert

RGB 64 77 49 -
CMYK 0.17 0 0.36 0.70
HSL 87.86º 0.22% 0.25% -
HSV(B) 87.86º 0.36% 0.3% -
XYZ 5.32 6.62 3.9 -
YUV 69.92 116.19 123.78 -
System Red Green Blue C M Y K H S L
Decimal 64 77 49 0.17 0 0.36 0.70 87.86 0.22 0.25
Hex 40 4D 31 11 0 24 46 58 16 19
Octal 100 115 61 21 0 44 106 130 26 31
Binary 1000000 1001101 110001 10001 0 100100 1000110 1011000 10110 11001

Color Harmonies of #404D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404D31

Black with #404D31

Text Example


Text Example

White with #404D31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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