#414D37

Color #414D37 Mallard (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mallard #414D37

Tints of Mallard #414D37

Color information

#414D37 (or 0x414D37) is unknown color: approx Mallard. HEX triplet: 41, 4D and 37. RGB value is (65,77,55). Sum of RGB (Red+Green+Blue) = 65+77+55=197 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.99% from 197); Green value is 77 (30.47% from 255 or 39.09% from 197); Blue value is 55 (21.88% from 255 or 27.92% from 197); Max value from RGB is 77 - color contains mainly: green. Hex color #414D37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #414D37 is #BEB2C8. Grayscale: #464646. Windows color (decimal): -12497609 or 3624257. OLE color: 3624257.

HSL color Cylindrical-coordinate representation of color #414D37: hue angle of 92.73º degrees, saturation: 0.17, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #414D37 is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.70.

Color convert

RGB657755-
CMYK0.1600.290.70
HSL92.73º16.67%25.88%-
HSV(B)92.73º28.57%30.2%-
XYZ5.526.714.62-
YUV70.9119.02123.79-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.99%
GREEN value IS 77 (30.47% from 255) = 39.09%
BLUE value IS 55 (21.88% from 255) = 27.92%
R=32.99%
G=39.09%
B=27.92%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6577550.1600.290.7092.7316.6725.88
Hex414D371001D465d111a
Octal10111567200351061352132
Binary1000001100110111011110000011101100011010111011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414D37; }

 p { color: rgb(65,77,55); }

 H1.HeaderClassName
 {
   color: #414D37;
 }
 .AnyTagClassName
 {
   color: #414D37;
 }
</style>
background-color css

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

 a { background-color: rgb(65,77,55); }

 div.DivClassName
 {
   background-color: #414D37;
 }
 .BgClassName
 {
   background-color: #414D37;
 }
</style>
border-color css

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

 span { border-color: rgb(65,77,55); }

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