Shades of Mallard #343F2C
Tints of Mallard #343F2C
RGB
CMYK
RGB Variations
Color information
#343F2C (or 0x343F2C) is known color: Mallard. HEX triplet: 34, 3F and 2C. RGB value is (52,63,44). Sum of RGB (Red+Green+Blue) = 52+63+44=159 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.70% from 159); Green value is 63 (25% from 255 or 39.62% from 159); Blue value is 44 (17.58% from 255 or 27.67% from 159); Max value from RGB is 63 - color contains mainly: green. Hex color #343F2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343F2C is #CBC0D3. Grayscale: #393939. Windows color (decimal): -13353172 or 2899764. OLE color: 2899764.
HSL color Cylindrical-coordinate representation of color #343F2C: hue angle of 94.74º degrees, saturation: 0.18, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #343F2C is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 52 | 63 | 44 | - |
| CMYK | 0.17 | 0 | 0.30 | 0.75 |
| HSL | 94.74º | 0.18% | 0.21% | - |
| HSV(B) | 94.74º | 0.3% | 0.25% | - |
| XYZ | 3.65 | 4.47 | 3.05 | - |
| YUV | 57.55 | 120.36 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 63 | 44 | 0.17 | 0 | 0.30 | 0.75 | 94.74 | 0.18 | 0.21 |
| Hex | 34 | 3F | 2C | 11 | 0 | 1E | 4B | 5F | 12 | 15 |
| Octal | 64 | 77 | 54 | 21 | 0 | 36 | 113 | 137 | 22 | 25 |
| Binary | 110100 | 111111 | 101100 | 10001 | 0 | 11110 | 1001011 | 1011111 | 10010 | 10101 |
Color Harmonies of #343F2C
Complementary color
Monochromatic Colors of #343F2C
Black with #343F2C
Text Example
Text Example
White with #343F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343F2C; }
p { color: rgb(52,63,44); }
H1.HeaderClassName
{
color: #343F2C;
}
.AnyTagClassName
{
color: #343F2C;
}
</style>
background-color css
<style>
a { background-color: #343F2C; }
a { background-color: rgb(52,63,44); }
div.DivClassName
{
background-color: #343F2C;
}
.BgClassName
{
background-color: #343F2C;
}
</style>
border-color css
<style>
span { border-color: #343F2C; }
span { border-color: rgb(52,63,44); }
td.TdClassName
{
border-color: #343F2C;
}
.TagClassName
{
border-color: #343F2C;
}
</style>