#414A36

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

Shades of Mallard #414A36

Tints of Mallard #414A36

Color information

#414A36 (or 0x414A36) is unknown color: approx Mallard. HEX triplet: 41, 4A and 36. RGB value is (65,74,54). Sum of RGB (Red+Green+Blue) = 65+74+54=193 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.68% from 193); Green value is 74 (29.30% from 255 or 38.34% from 193); Blue value is 54 (21.48% from 255 or 27.98% from 193); Max value from RGB is 74 - color contains mainly: green. Hex color #414A36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414A36 is #BEB5C9. Grayscale: #454545. Windows color (decimal): -12498378 or 3557953. OLE color: 3557953.

HSL color Cylindrical-coordinate representation of color #414A36: hue angle of 87º degrees, saturation: 0.16, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #414A36 is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.71.

Color convert

RGB657454-
CMYK0.1200.270.71
HSL87º15.63%25.1%-
HSV(B)87º27.03%29.02%-
XYZ5.296.294.42-
YUV69.03119.52125.13-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.68%
GREEN value IS 74 (29.30% from 255) = 38.34%
BLUE value IS 54 (21.48% from 255) = 27.98%
R=33.68%
G=38.34%
B=27.98%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6574540.1200.270.718715.6325.1
Hex414A36C01B47571019
Octal10111266140331071272031
Binary100000110010101101101100011011100011110101111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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