Shades of Mallard #414B37
Tints of Mallard #414B37
RGB
CMYK
RGB Variations
Color information
#414B37 (or 0x414B37) is known color: Mallard. HEX triplet: 41, 4B and 37. RGB value is (65,75,55). Sum of RGB (Red+Green+Blue) = 65+75+55=195 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.33% from 195); Green value is 75 (29.69% from 255 or 38.46% from 195); Blue value is 55 (21.88% from 255 or 28.21% from 195); Max value from RGB is 75 - color contains mainly: green. Hex color #414B37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414B37 is #BEB4C8. Grayscale: #454545. Windows color (decimal): -12498121 or 3623745. OLE color: 3623745.
HSL color Cylindrical-coordinate representation of color #414B37: hue angle of 90º degrees, saturation: 0.15, 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 #414B37 is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 65 | 75 | 55 | - |
| CMYK | 0.13 | 0 | 0.27 | 0.71 |
| HSL | 90º | 0.15% | 0.25% | - |
| HSV(B) | 90º | 0.27% | 0.29% | - |
| XYZ | 5.39 | 6.43 | 4.57 | - |
| YUV | 69.73 | 119.69 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 75 | 55 | 0.13 | 0 | 0.27 | 0.71 | 90 | 0.15 | 0.25 |
| Hex | 41 | 4B | 37 | D | 0 | 1B | 47 | 5A | F | 19 |
| Octal | 101 | 113 | 67 | 15 | 0 | 33 | 107 | 132 | 17 | 31 |
| Binary | 1000001 | 1001011 | 110111 | 1101 | 0 | 11011 | 1000111 | 1011010 | 1111 | 11001 |
Color Harmonies of #414B37
Complementary color
Monochromatic Colors of #414B37
Black with #414B37
Text Example
Text Example
White with #414B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414B37; }
p { color: rgb(65,75,55); }
H1.HeaderClassName
{
color: #414B37;
}
.AnyTagClassName
{
color: #414B37;
}
</style>
background-color css
<style>
a { background-color: #414B37; }
a { background-color: rgb(65,75,55); }
div.DivClassName
{
background-color: #414B37;
}
.BgClassName
{
background-color: #414B37;
}
</style>
border-color css
<style>
span { border-color: #414B37; }
span { border-color: rgb(65,75,55); }
td.TdClassName
{
border-color: #414B37;
}
.TagClassName
{
border-color: #414B37;
}
</style>