#414E38

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

Shades of Mallard #414E38

Tints of Mallard #414E38

Color information

#414E38 (or 0x414E38) is unknown color: approx Mallard. HEX triplet: 41, 4E and 38. RGB value is (65,78,56). Sum of RGB (Red+Green+Blue) = 65+78+56=199 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.66% from 199); Green value is 78 (30.86% from 255 or 39.20% from 199); Blue value is 56 (22.27% from 255 or 28.14% from 199); Max value from RGB is 78 - color contains mainly: green. Hex color #414E38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #414E38 is #BEB1C7. Grayscale: #474747. Windows color (decimal): -12497352 or 3690049. OLE color: 3690049.

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

Color convert

RGB657856-
CMYK0.1700.280.69
HSL95.45º16.42%26.27%-
HSV(B)95.45º28.21%30.59%-
XYZ5.626.864.77-
YUV71.6119.19123.29-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.66%
GREEN value IS 78 (30.86% from 255) = 39.20%
BLUE value IS 56 (22.27% from 255) = 28.14%
R=32.66%
G=39.20%
B=28.14%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6578560.1700.280.6995.4516.4226.27
Hex414E381101C455f101a
Octal10111670210341051372032
Binary1000001100111011100010001011100100010110111111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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