Shades of Mallard #414E3A
Tints of Mallard #414E3A
RGB
CMYK
RGB Variations
Color information
#414E3A (or 0x414E3A) is known color: 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
| RGB | 65 | 78 | 58 | - |
| CMYK | 0.17 | 0 | 0.26 | 0.69 |
| HSL | 99º | 0.15% | 0.27% | - |
| HSV(B) | 99º | 0.26% | 0.31% | - |
| XYZ | 5.67 | 6.88 | 5.03 | - |
| YUV | 71.83 | 120.19 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 78 | 58 | 0.17 | 0 | 0.26 | 0.69 | 99 | 0.15 | 0.27 |
| Hex | 41 | 4E | 3A | 11 | 0 | 1A | 45 | 63 | F | 1B |
| Octal | 101 | 116 | 72 | 21 | 0 | 32 | 105 | 143 | 17 | 33 |
| Binary | 1000001 | 1001110 | 111010 | 10001 | 0 | 11010 | 1000101 | 1100011 | 1111 | 11011 |
Color Harmonies of #414E3A
Complementary color
Monochromatic Colors of #414E3A
Black with #414E3A
Text Example
Text Example
White with #414E3A
Text Example
Text Example
HTML Codes & Css Web 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>