Html Css Color HEX #404D36 Mallard

📋 copy color: '#404D36'

red 64 ◦ green 77 ◦ blue 54

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

Shades of Mallard #404D36

Tints of Mallard #404D36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 27.69%

R = 32.82%
G = 39.49%
B = 27.69%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.30

 K value IS 0.70

RGB Variations

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

Color information

#404D36 (or 0x404D36) is known color: Mallard. HEX triplet: 40, 4D and 36. RGB value is (64,77,54). Sum of RGB (Red+Green+Blue) = 64+77+54=195 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.82% from 195); Green value is 77 (30.47% from 255 or 39.49% from 195); Blue value is 54 (21.48% from 255 or 27.69% from 195); Max value from RGB is 77 - color contains mainly: green. Hex color #404D36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #404D36 is #BFB2C9. Grayscale: #464646. Windows color (decimal): -12563146 or 3558720. OLE color: 3558720.

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

Color convert

RGB 64 77 54 -
CMYK 0.17 0 0.30 0.70
HSL 93.91º 0.18% 0.26% -
HSV(B) 93.91º 0.3% 0.3% -
XYZ 5.43 6.66 4.49 -
YUV 70.49 118.69 123.37 -
System Red Green Blue C M Y K H S L
Decimal 64 77 54 0.17 0 0.30 0.70 93.91 0.18 0.26
Hex 40 4D 36 11 0 1E 46 5E 12 1A
Octal 100 115 66 21 0 36 106 136 22 32
Binary 1000000 1001101 110110 10001 0 11110 1000110 1011110 10010 11010

Color Harmonies of #404D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404D36

Black with #404D36

Text Example


Text Example

White with #404D36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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