Html Css Color HEX #405032 Mallard

📋 copy color: '#405032'

red 64 ◦ green 80 ◦ blue 50

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

Shades of Mallard #405032

Tints of Mallard #405032

RGB

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

 GREEN value IS 80 (31.64% from 255) = 41.24%

 BLUE value IS 50 (19.92% from 255) = 25.77%

R = 32.99%
G = 41.24%
B = 25.77%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.37

 K value IS 0.69

RGB Variations

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

Color information

#405032 (or 0x405032) is known color: Mallard. HEX triplet: 40, 50 and 32. RGB value is (64,80,50). Sum of RGB (Red+Green+Blue) = 64+80+50=194 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.99% from 194); Green value is 80 (31.64% from 255 or 41.24% from 194); Blue value is 50 (19.92% from 255 or 25.77% from 194); Max value from RGB is 80 - color contains mainly: green. Hex color #405032 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405032 is #BFAFCD. Grayscale: #474747. Windows color (decimal): -12562382 or 3297344. OLE color: 3297344.

HSL color Cylindrical-coordinate representation of color #405032: hue angle of 92º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #405032 is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.69.

Color convert

RGB 64 80 50 -
CMYK 0.20 0 0.37 0.69
HSL 92º 0.23% 0.25% -
HSV(B) 92º 0.38% 0.31% -
XYZ 5.56 7.06 4.09 -
YUV 71.8 115.7 122.44 -
System Red Green Blue C M Y K H S L
Decimal 64 80 50 0.20 0 0.37 0.69 92 0.23 0.25
Hex 40 50 32 14 0 25 45 5C 17 19
Octal 100 120 62 24 0 45 105 134 27 31
Binary 1000000 1010000 110010 10100 0 100101 1000101 1011100 10111 11001

Color Harmonies of #405032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405032

Black with #405032

Text Example


Text Example

White with #405032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405032; }

 p { color: rgb(64,80,50); }

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

background-color css

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

 a { background-color: rgb(64,80,50); }

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

border-color css

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

 span { border-color: rgb(64,80,50); }

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