Shades of Mallard #343D2D
Tints of Mallard #343D2D
RGB
CMYK
RGB Variations
Color information
#343D2D (or 0x343D2D) is known color: Mallard. HEX triplet: 34, 3D and 2D. RGB value is (52,61,45). Sum of RGB (Red+Green+Blue) = 52+61+45=158 (20% of max value = 765). Red value is 52 (20.70% from 255 or 32.91% from 158); Green value is 61 (24.22% from 255 or 38.61% from 158); Blue value is 45 (17.97% from 255 or 28.48% from 158); Max value from RGB is 61 - color contains mainly: green. Hex color #343D2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343D2D is #CBC2D2. Grayscale: #383838. Windows color (decimal): -13353683 or 2964788. OLE color: 2964788.
HSL color Cylindrical-coordinate representation of color #343D2D: hue angle of 93.75º degrees, saturation: 0.15, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #343D2D is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 52 | 61 | 45 | - |
| CMYK | 0.15 | 0 | 0.26 | 0.76 |
| HSL | 93.75º | 0.15% | 0.21% | - |
| HSV(B) | 93.75º | 0.26% | 0.24% | - |
| XYZ | 3.56 | 4.26 | 3.12 | - |
| YUV | 56.49 | 121.52 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 61 | 45 | 0.15 | 0 | 0.26 | 0.76 | 93.75 | 0.15 | 0.21 |
| Hex | 34 | 3D | 2D | F | 0 | 1A | 4C | 5E | F | 15 |
| Octal | 64 | 75 | 55 | 17 | 0 | 32 | 114 | 136 | 17 | 25 |
| Binary | 110100 | 111101 | 101101 | 1111 | 0 | 11010 | 1001100 | 1011110 | 1111 | 10101 |
Color Harmonies of #343D2D
Complementary color
Monochromatic Colors of #343D2D
Black with #343D2D
Text Example
Text Example
White with #343D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343D2D; }
p { color: rgb(52,61,45); }
H1.HeaderClassName
{
color: #343D2D;
}
.AnyTagClassName
{
color: #343D2D;
}
</style>
background-color css
<style>
a { background-color: #343D2D; }
a { background-color: rgb(52,61,45); }
div.DivClassName
{
background-color: #343D2D;
}
.BgClassName
{
background-color: #343D2D;
}
</style>
border-color css
<style>
span { border-color: #343D2D; }
span { border-color: rgb(52,61,45); }
td.TdClassName
{
border-color: #343D2D;
}
.TagClassName
{
border-color: #343D2D;
}
</style>