Html Css Color HEX #404D33 Mallard

📋 copy color: '#404D33'

red 64 ◦ green 77 ◦ blue 51

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

Shades of Mallard #404D33

Tints of Mallard #404D33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 26.56%

R = 33.33%
G = 40.1%
B = 26.56%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.34

 K value IS 0.70

RGB Variations

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

Color information

#404D33 (or 0x404D33) is known color: Mallard. HEX triplet: 40, 4D and 33. RGB value is (64,77,51). Sum of RGB (Red+Green+Blue) = 64+77+51=192 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.33% from 192); Green value is 77 (30.47% from 255 or 40.10% from 192); Blue value is 51 (20.31% from 255 or 26.56% from 192); Max value from RGB is 77 - color contains mainly: green. Hex color #404D33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #404D33 is #BFB2CC. Grayscale: #464646. Windows color (decimal): -12563149 or 3362112. OLE color: 3362112.

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

Color convert

RGB 64 77 51 -
CMYK 0.17 0 0.34 0.70
HSL 90º 0.2% 0.25% -
HSV(B) 90º 0.34% 0.3% -
XYZ 5.37 6.64 4.13 -
YUV 70.15 117.19 123.61 -
System Red Green Blue C M Y K H S L
Decimal 64 77 51 0.17 0 0.34 0.70 90 0.2 0.25
Hex 40 4D 33 11 0 22 46 5A 14 19
Octal 100 115 63 21 0 42 106 132 24 31
Binary 1000000 1001101 110011 10001 0 100010 1000110 1011010 10100 11001

Color Harmonies of #404D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404D33

Black with #404D33

Text Example


Text Example

White with #404D33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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