Html Css Color HEX #404D35 Mallard

📋 copy color: '#404D35'

red 64 ◦ green 77 ◦ blue 53

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

Shades of Mallard #404D35

Tints of Mallard #404D35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 27.32%

R = 32.99%
G = 39.69%
B = 27.32%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.31

 K value IS 0.70

RGB Variations

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

Color information

#404D35 (or 0x404D35) is known color: Mallard. HEX triplet: 40, 4D and 35. RGB value is (64,77,53). Sum of RGB (Red+Green+Blue) = 64+77+53=194 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.99% from 194); Green value is 77 (30.47% from 255 or 39.69% from 194); Blue value is 53 (21.09% from 255 or 27.32% from 194); Max value from RGB is 77 - color contains mainly: green. Hex color #404D35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #404D35 is #BFB2CA. Grayscale: #464646. Windows color (decimal): -12563147 or 3493184. OLE color: 3493184.

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

Color convert

RGB 64 77 53 -
CMYK 0.17 0 0.31 0.70
HSL 92.5º 0.18% 0.25% -
HSV(B) 92.5º 0.31% 0.3% -
XYZ 5.41 6.65 4.37 -
YUV 70.38 118.19 123.45 -
System Red Green Blue C M Y K H S L
Decimal 64 77 53 0.17 0 0.31 0.70 92.5 0.18 0.25
Hex 40 4D 35 11 0 1F 46 5C 12 19
Octal 100 115 65 21 0 37 106 134 22 31
Binary 1000000 1001101 110101 10001 0 11111 1000110 1011100 10010 11001

Color Harmonies of #404D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404D35

Black with #404D35

Text Example


Text Example

White with #404D35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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