Shades of Mallard #414A36
Tints of Mallard #414A36
RGB
CMYK
RGB Variations
Color information
#414A36 (or 0x414A36) is known color: 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
| RGB | 65 | 74 | 54 | - |
| CMYK | 0.12 | 0 | 0.27 | 0.71 |
| HSL | 87º | 0.16% | 0.25% | - |
| HSV(B) | 87º | 0.27% | 0.29% | - |
| XYZ | 5.29 | 6.29 | 4.42 | - |
| YUV | 69.03 | 119.52 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 74 | 54 | 0.12 | 0 | 0.27 | 0.71 | 87 | 0.16 | 0.25 |
| Hex | 41 | 4A | 36 | C | 0 | 1B | 47 | 57 | 10 | 19 |
| Octal | 101 | 112 | 66 | 14 | 0 | 33 | 107 | 127 | 20 | 31 |
| Binary | 1000001 | 1001010 | 110110 | 1100 | 0 | 11011 | 1000111 | 1010111 | 10000 | 11001 |
Color Harmonies of #414A36
Complementary color
Monochromatic Colors of #414A36
Black with #414A36
Text Example
Text Example
White with #414A36
Text Example
Text Example
HTML Codes & Css Web 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>