Html Css Color HEX #404938 Mallard

📋 copy color: '#404938'

red 64 ◦ green 73 ◦ blue 56

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

Shades of Mallard #404938

Tints of Mallard #404938

RGB

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

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

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

R = 33.16%
G = 37.82%
B = 29.02%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.23

 K value IS 0.71

RGB Variations

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

Color information

#404938 (or 0x404938) is known color: Mallard. HEX triplet: 40, 49 and 38. RGB value is (64,73,56). Sum of RGB (Red+Green+Blue) = 64+73+56=193 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.16% from 193); Green value is 73 (28.91% from 255 or 37.82% from 193); Blue value is 56 (22.27% from 255 or 29.02% from 193); Max value from RGB is 73 - color contains mainly: green. Hex color #404938 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404938 is #BFB6C7. Grayscale: #444444. Windows color (decimal): -12564168 or 3688768. OLE color: 3688768.

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

Color convert

RGB 64 73 56 -
CMYK 0.12 0 0.23 0.71
HSL 91.76º 0.13% 0.25% -
HSV(B) 91.76º 0.23% 0.29% -
XYZ 5.21 6.14 4.65 -
YUV 68.37 121.02 124.88 -
System Red Green Blue C M Y K H S L
Decimal 64 73 56 0.12 0 0.23 0.71 91.76 0.13 0.25
Hex 40 49 38 C 0 17 47 5C D 19
Octal 100 111 70 14 0 27 107 134 15 31
Binary 1000000 1001001 111000 1100 0 10111 1000111 1011100 1101 11001

Color Harmonies of #404938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404938

Black with #404938

Text Example


Text Example

White with #404938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404938; }

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

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

background-color css

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

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

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

border-color css

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

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

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