#414D36

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

Shades of Mallard #414D36

Tints of Mallard #414D36

Color information

#414D36 (or 0x414D36) is unknown color: approx Mallard. HEX triplet: 41, 4D and 36. RGB value is (65,77,54). Sum of RGB (Red+Green+Blue) = 65+77+54=196 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.16% from 196); Green value is 77 (30.47% from 255 or 39.29% from 196); Blue value is 54 (21.48% from 255 or 27.55% from 196); Max value from RGB is 77 - color contains mainly: green. Hex color #414D36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #414D36 is #BEB2C9. Grayscale: #464646. Windows color (decimal): -12497610 or 3558721. OLE color: 3558721.

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

Color convert

RGB657754-
CMYK0.1600.300.70
HSL91.3º17.56%25.69%-
HSV(B)91.3º29.87%30.2%-
XYZ5.56.74.49-
YUV70.79118.52123.87-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.16%
GREEN value IS 77 (30.47% from 255) = 39.29%
BLUE value IS 54 (21.48% from 255) = 27.55%
R=33.16%
G=39.29%
B=27.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6577540.1600.300.7091.317.5625.69
Hex414D361001E465b121a
Octal10111566200361061332232
Binary1000001100110111011010000011110100011010110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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