Html Css Color HEX #405131 Mallard

📋 copy color: '#405131'

red 64 ◦ green 81 ◦ blue 49

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

Shades of Mallard #405131

Tints of Mallard #405131

RGB

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

 GREEN value IS 81 (32.03% from 255) = 41.75%

 BLUE value IS 49 (19.53% from 255) = 25.26%

R = 32.99%
G = 41.75%
B = 25.26%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.40

 K value IS 0.68

RGB Variations

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

Color information

#405131 (or 0x405131) is known color: Mallard. HEX triplet: 40, 51 and 31. RGB value is (64,81,49). Sum of RGB (Red+Green+Blue) = 64+81+49=194 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.99% from 194); Green value is 81 (32.03% from 255 or 41.75% from 194); Blue value is 49 (19.53% from 255 or 25.26% from 194); Max value from RGB is 81 - color contains mainly: green. Hex color #405131 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405131 is #BFAECE. Grayscale: #484848. Windows color (decimal): -12562127 or 3232064. OLE color: 3232064.

HSL color Cylindrical-coordinate representation of color #405131: hue angle of 91.88º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #405131 is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.68.

Color convert

RGB 64 81 49 -
CMYK 0.21 0 0.40 0.68
HSL 91.88º 0.25% 0.25% -
HSV(B) 91.88º 0.4% 0.32% -
XYZ 5.61 7.2 4 -
YUV 72.27 114.87 122.1 -
System Red Green Blue C M Y K H S L
Decimal 64 81 49 0.21 0 0.40 0.68 91.88 0.25 0.25
Hex 40 51 31 15 0 28 44 5C 19 19
Octal 100 121 61 25 0 50 104 134 31 31
Binary 1000000 1010001 110001 10101 0 101000 1000100 1011100 11001 11001

Color Harmonies of #405131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405131

Black with #405131

Text Example


Text Example

White with #405131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405131; }

 p { color: rgb(64,81,49); }

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

background-color css

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

 a { background-color: rgb(64,81,49); }

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

border-color css

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

 span { border-color: rgb(64,81,49); }

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