Shades of Mallard #3D403A
Tints of Mallard #3D403A
RGB
CMYK
RGB Variations
Color information
#3D403A (or 0x3D403A) is known color: Mallard. HEX triplet: 3D, 40 and 3A. RGB value is (61,64,58). Sum of RGB (Red+Green+Blue) = 61+64+58=183 (24% of max value = 765). Red value is 61 (24.22% from 255 or 33.33% from 183); Green value is 64 (25.39% from 255 or 34.97% from 183); Blue value is 58 (23.05% from 255 or 31.69% from 183); Max value from RGB is 64 - color contains mainly: green. Hex color #3D403A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D403A is #C2BFC5. Grayscale: #3E3E3E. Windows color (decimal): -12763078 or 3817533. OLE color: 3817533.
HSL color Cylindrical-coordinate representation of color #3D403A: hue angle of 90º degrees, saturation: 0.05, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #3D403A is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 61 | 64 | 58 | - |
| CMYK | 0.05 | 0 | 0.09 | 0.75 |
| HSL | 90º | 0.05% | 0.24% | - |
| HSV(B) | 90º | 0.09% | 0.25% | - |
| XYZ | 4.52 | 4.96 | 4.72 | - |
| YUV | 62.42 | 125.51 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 64 | 58 | 0.05 | 0 | 0.09 | 0.75 | 90 | 0.05 | 0.24 |
| Hex | 3D | 40 | 3A | 5 | 0 | 9 | 4B | 5A | 5 | 18 |
| Octal | 75 | 100 | 72 | 5 | 0 | 11 | 113 | 132 | 5 | 30 |
| Binary | 111101 | 1000000 | 111010 | 101 | 0 | 1001 | 1001011 | 1011010 | 101 | 11000 |
Color Harmonies of #3D403A
Complementary color
Monochromatic Colors of #3D403A
Black with #3D403A
Text Example
Text Example
White with #3D403A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D403A; }
p { color: rgb(61,64,58); }
H1.HeaderClassName
{
color: #3D403A;
}
.AnyTagClassName
{
color: #3D403A;
}
</style>
background-color css
<style>
a { background-color: #3D403A; }
a { background-color: rgb(61,64,58); }
div.DivClassName
{
background-color: #3D403A;
}
.BgClassName
{
background-color: #3D403A;
}
</style>
border-color css
<style>
span { border-color: #3D403A; }
span { border-color: rgb(61,64,58); }
td.TdClassName
{
border-color: #3D403A;
}
.TagClassName
{
border-color: #3D403A;
}
</style>