Html Css Color HEX #405037 Mallard

📋 copy color: '#405037'

red 64 ◦ green 80 ◦ blue 55

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

Shades of Mallard #405037

Tints of Mallard #405037

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 27.64%

R = 32.16%
G = 40.2%
B = 27.64%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.31

 K value IS 0.69

RGB Variations

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

Color information

#405037 (or 0x405037) is known color: Mallard. HEX triplet: 40, 50 and 37. RGB value is (64,80,55). Sum of RGB (Red+Green+Blue) = 64+80+55=199 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.16% from 199); Green value is 80 (31.64% from 255 or 40.20% from 199); Blue value is 55 (21.88% from 255 or 27.64% from 199); Max value from RGB is 80 - color contains mainly: green. Hex color #405037 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405037 is #BFAFC8. Grayscale: #484848. Windows color (decimal): -12562377 or 3625024. OLE color: 3625024.

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

Color convert

RGB 64 80 55 -
CMYK 0.20 0 0.31 0.69
HSL 98.4º 0.19% 0.26% -
HSV(B) 98.4º 0.31% 0.31% -
XYZ 5.67 7.1 4.69 -
YUV 72.37 118.2 122.03 -
System Red Green Blue C M Y K H S L
Decimal 64 80 55 0.20 0 0.31 0.69 98.4 0.19 0.26
Hex 40 50 37 14 0 1F 45 62 13 1A
Octal 100 120 67 24 0 37 105 142 23 32
Binary 1000000 1010000 110111 10100 0 11111 1000101 1100010 10011 11010

Color Harmonies of #405037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405037

Black with #405037

Text Example


Text Example

White with #405037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405037; }

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

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

background-color css

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

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

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

border-color css

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

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

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