#414E3A

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

Shades of Mallard #414E3A

Tints of Mallard #414E3A

Color information

#414E3A (or 0x414E3A) is unknown color: approx Mallard. HEX triplet: 41, 4E and 3A. RGB value is (65,78,58). Sum of RGB (Red+Green+Blue) = 65+78+58=201 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.34% from 201); Green value is 78 (30.86% from 255 or 38.81% from 201); Blue value is 58 (23.05% from 255 or 28.86% from 201); Max value from RGB is 78 - color contains mainly: green. Hex color #414E3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #414E3A is #BEB1C5. Grayscale: #474747. Windows color (decimal): -12497350 or 3821121. OLE color: 3821121.

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

Color convert

RGB657858-
CMYK0.1700.260.69
HSL99º14.71%26.67%-
HSV(B)99º25.64%30.59%-
XYZ5.676.885.03-
YUV71.83120.19123.13-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.34%
GREEN value IS 78 (30.86% from 255) = 38.81%
BLUE value IS 58 (23.05% from 255) = 28.86%
R=32.34%
G=38.81%
B=28.86%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6578580.1700.260.699914.7126.67
Hex414E3A1101A4563f1b
Octal10111672210321051431733
Binary100000110011101110101000101101010001011100011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,78,58); }

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

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

 a { background-color: rgb(65,78,58); }

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

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

 span { border-color: rgb(65,78,58); }

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