Html Css Color HEX #404934 Mallard

📋 copy color: '#404934'

red 64 ◦ green 73 ◦ blue 52

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

Shades of Mallard #404934

Tints of Mallard #404934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 27.51%

R = 33.86%
G = 38.62%
B = 27.51%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.29

 K value IS 0.71

RGB Variations

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

Color information

#404934 (or 0x404934) is known color: Mallard. HEX triplet: 40, 49 and 34. RGB value is (64,73,52). Sum of RGB (Red+Green+Blue) = 64+73+52=189 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.86% from 189); Green value is 73 (28.91% from 255 or 38.62% from 189); Blue value is 52 (20.70% from 255 or 27.51% from 189); Max value from RGB is 73 - color contains mainly: green. Hex color #404934 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404934 is #BFB6CB. Grayscale: #434343. Windows color (decimal): -12564172 or 3426624. OLE color: 3426624.

HSL color Cylindrical-coordinate representation of color #404934: hue angle of 85.71º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #404934 is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.71.

Color convert

RGB 64 73 52 -
CMYK 0.12 0 0.29 0.71
HSL 85.71º 0.17% 0.25% -
HSV(B) 85.71º 0.29% 0.29% -
XYZ 5.12 6.1 4.16 -
YUV 67.92 119.02 125.21 -
System Red Green Blue C M Y K H S L
Decimal 64 73 52 0.12 0 0.29 0.71 85.71 0.17 0.25
Hex 40 49 34 C 0 1D 47 56 11 19
Octal 100 111 64 14 0 35 107 126 21 31
Binary 1000000 1001001 110100 1100 0 11101 1000111 1010110 10001 11001

Color Harmonies of #404934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404934

Black with #404934

Text Example


Text Example

White with #404934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404934; }

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

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

background-color css

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

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

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

border-color css

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

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

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