#414938

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

Shades of Mallard #414938

Tints of Mallard #414938

Color information

#414938 (or 0x414938) is unknown color: approx Mallard. HEX triplet: 41, 49 and 38. RGB value is (65,73,56). Sum of RGB (Red+Green+Blue) = 65+73+56=194 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.51% from 194); Green value is 73 (28.91% from 255 or 37.63% from 194); Blue value is 56 (22.27% from 255 or 28.87% from 194); Max value from RGB is 73 - color contains mainly: green. Hex color #414938 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414938 is #BEB6C7. Grayscale: #444444. Windows color (decimal): -12498632 or 3688769. OLE color: 3688769.

HSL color Cylindrical-coordinate representation of color #414938: hue angle of 88.24º degrees, saturation: 0.13, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #414938 is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.71.

Color convert

RGB657356-
CMYK0.1100.230.71
HSL88.24º13.18%25.29%-
HSV(B)88.24º23.29%28.63%-
XYZ5.286.174.66-
YUV68.67120.85125.38-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.51%
GREEN value IS 73 (28.91% from 255) = 37.63%
BLUE value IS 56 (22.27% from 255) = 28.87%
R=33.51%
G=37.63%
B=28.87%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6573560.1100.230.7188.2413.1825.29
Hex414938B0174758d19
Octal10111170130271071301531
Binary10000011001001111000101101011110001111011000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414938; }

 p { color: rgb(65,73,56); }

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

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

 a { background-color: rgb(65,73,56); }

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

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

 span { border-color: rgb(65,73,56); }

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