Shades of Mallard #344626
Tints of Mallard #344626
RGB
CMYK
RGB Variations
Color information
#344626 (or 0x344626) is known color: Mallard. HEX triplet: 34, 46 and 26. RGB value is (52,70,38). Sum of RGB (Red+Green+Blue) = 52+70+38=160 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.5% from 160); Green value is 70 (27.73% from 255 or 43.75% from 160); Blue value is 38 (15.23% from 255 or 23.75% from 160); Max value from RGB is 70 - color contains mainly: green. Hex color #344626 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344626 is #CBB9D9. Grayscale: #3D3D3D. Windows color (decimal): -13351386 or 2508340. OLE color: 2508340.
HSL color Cylindrical-coordinate representation of color #344626: hue angle of 93.75º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #344626 is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 52 | 70 | 38 | - |
| CMYK | 0.26 | 0 | 0.46 | 0.73 |
| HSL | 93.75º | 0.3% | 0.21% | - |
| HSV(B) | 93.75º | 0.46% | 0.27% | - |
| XYZ | 3.96 | 5.25 | 2.64 | - |
| YUV | 60.97 | 115.04 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 70 | 38 | 0.26 | 0 | 0.46 | 0.73 | 93.75 | 0.3 | 0.21 |
| Hex | 34 | 46 | 26 | 1A | 0 | 2E | 49 | 5E | 1E | 15 |
| Octal | 64 | 106 | 46 | 32 | 0 | 56 | 111 | 136 | 36 | 25 |
| Binary | 110100 | 1000110 | 100110 | 11010 | 0 | 101110 | 1001001 | 1011110 | 11110 | 10101 |
Color Harmonies of #344626
Complementary color
Monochromatic Colors of #344626
Black with #344626
Text Example
Text Example
White with #344626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344626; }
p { color: rgb(52,70,38); }
H1.HeaderClassName
{
color: #344626;
}
.AnyTagClassName
{
color: #344626;
}
</style>
background-color css
<style>
a { background-color: #344626; }
a { background-color: rgb(52,70,38); }
div.DivClassName
{
background-color: #344626;
}
.BgClassName
{
background-color: #344626;
}
</style>
border-color css
<style>
span { border-color: #344626; }
span { border-color: rgb(52,70,38); }
td.TdClassName
{
border-color: #344626;
}
.TagClassName
{
border-color: #344626;
}
</style>