Html Css Color HEX #404937 Mallard

📋 copy color: '#404937'

red 64 ◦ green 73 ◦ blue 55

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

Shades of Mallard #404937

Tints of Mallard #404937

RGB

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

 GREEN value IS 73 (28.91% from 255) = 38.02%

 BLUE value IS 55 (21.88% from 255) = 28.65%

R = 33.33%
G = 38.02%
B = 28.65%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.25

 K value IS 0.71

RGB Variations

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

Color information

#404937 (or 0x404937) is known color: Mallard. HEX triplet: 40, 49 and 37. RGB value is (64,73,55). Sum of RGB (Red+Green+Blue) = 64+73+55=192 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.33% from 192); Green value is 73 (28.91% from 255 or 38.02% from 192); Blue value is 55 (21.88% from 255 or 28.65% from 192); Max value from RGB is 73 - color contains mainly: green. Hex color #404937 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404937 is #BFB6C8. Grayscale: #444444. Windows color (decimal): -12564169 or 3623232. OLE color: 3623232.

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

Color convert

RGB 64 73 55 -
CMYK 0.12 0 0.25 0.71
HSL 90º 0.14% 0.25% -
HSV(B) 90º 0.25% 0.29% -
XYZ 5.19 6.13 4.52 -
YUV 68.26 120.52 124.96 -
System Red Green Blue C M Y K H S L
Decimal 64 73 55 0.12 0 0.25 0.71 90 0.14 0.25
Hex 40 49 37 C 0 19 47 5A E 19
Octal 100 111 67 14 0 31 107 132 16 31
Binary 1000000 1001001 110111 1100 0 11001 1000111 1011010 1110 11001

Color Harmonies of #404937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404937

Black with #404937

Text Example


Text Example

White with #404937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404937; }

 p { color: rgb(64,73,55); }

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

background-color css

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

 a { background-color: rgb(64,73,55); }

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

border-color css

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

 span { border-color: rgb(64,73,55); }

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