Html Css Color HEX #404A39 Mallard

📋 copy color: '#404A39'

red 64 ◦ green 74 ◦ blue 57

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

Shades of Mallard #404A39

Tints of Mallard #404A39

RGB

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

 GREEN value IS 74 (29.3% from 255) = 37.95%

 BLUE value IS 57 (22.66% from 255) = 29.23%

R = 32.82%
G = 37.95%
B = 29.23%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.23

 K value IS 0.71

RGB Variations

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

Color information

#404A39 (or 0x404A39) is known color: Mallard. HEX triplet: 40, 4A and 39. RGB value is (64,74,57). Sum of RGB (Red+Green+Blue) = 64+74+57=195 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.82% from 195); Green value is 74 (29.30% from 255 or 37.95% from 195); Blue value is 57 (22.66% from 255 or 29.23% from 195); Max value from RGB is 74 - color contains mainly: green. Hex color #404A39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404A39 is #BFB5C6. Grayscale: #454545. Windows color (decimal): -12563911 or 3754560. OLE color: 3754560.

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

Color convert

RGB 64 74 57 -
CMYK 0.14 0 0.23 0.71
HSL 95.29º 0.13% 0.26% -
HSV(B) 95.29º 0.23% 0.29% -
XYZ 5.3 6.28 4.8 -
YUV 69.07 121.19 124.38 -
System Red Green Blue C M Y K H S L
Decimal 64 74 57 0.14 0 0.23 0.71 95.29 0.13 0.26
Hex 40 4A 39 E 0 17 47 5F D 1A
Octal 100 112 71 16 0 27 107 137 15 32
Binary 1000000 1001010 111001 1110 0 10111 1000111 1011111 1101 11010

Color Harmonies of #404A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404A39

Black with #404A39

Text Example


Text Example

White with #404A39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,74,57); }

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

background-color css

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

 a { background-color: rgb(64,74,57); }

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

border-color css

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

 span { border-color: rgb(64,74,57); }

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