Shades of Mallard #3D4C2C
Tints of Mallard #3D4C2C
RGB
CMYK
RGB Variations
Color information
#3D4C2C (or 0x3D4C2C) is known color: Mallard. HEX triplet: 3D, 4C and 2C. RGB value is (61,76,44). Sum of RGB (Red+Green+Blue) = 61+76+44=181 (23% of max value = 765). Red value is 61 (24.22% from 255 or 33.70% from 181); Green value is 76 (30.08% from 255 or 41.99% from 181); Blue value is 44 (17.58% from 255 or 24.31% from 181); Max value from RGB is 76 - color contains mainly: green. Hex color #3D4C2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4C2C is #C2B3D3. Grayscale: #434343. Windows color (decimal): -12760020 or 2903101. OLE color: 2903101.
HSL color Cylindrical-coordinate representation of color #3D4C2C: hue angle of 88.12º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3D4C2C is Cyan = 0.20, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 61 | 76 | 44 | - |
| CMYK | 0.20 | 0 | 0.42 | 0.70 |
| HSL | 88.13º | 0.27% | 0.24% | - |
| HSV(B) | 88.13º | 0.42% | 0.3% | - |
| XYZ | 4.96 | 6.34 | 3.35 | - |
| YUV | 67.87 | 114.53 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 76 | 44 | 0.20 | 0 | 0.42 | 0.70 | 88.13 | 0.27 | 0.24 |
| Hex | 3D | 4C | 2C | 14 | 0 | 2A | 46 | 58 | 1B | 18 |
| Octal | 75 | 114 | 54 | 24 | 0 | 52 | 106 | 130 | 33 | 30 |
| Binary | 111101 | 1001100 | 101100 | 10100 | 0 | 101010 | 1000110 | 1011000 | 11011 | 11000 |
Color Harmonies of #3D4C2C
Complementary color
Monochromatic Colors of #3D4C2C
Black with #3D4C2C
Text Example
Text Example
White with #3D4C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4C2C; }
p { color: rgb(61,76,44); }
H1.HeaderClassName
{
color: #3D4C2C;
}
.AnyTagClassName
{
color: #3D4C2C;
}
</style>
background-color css
<style>
a { background-color: #3D4C2C; }
a { background-color: rgb(61,76,44); }
div.DivClassName
{
background-color: #3D4C2C;
}
.BgClassName
{
background-color: #3D4C2C;
}
</style>
border-color css
<style>
span { border-color: #3D4C2C; }
span { border-color: rgb(61,76,44); }
td.TdClassName
{
border-color: #3D4C2C;
}
.TagClassName
{
border-color: #3D4C2C;
}
</style>