Shades of Mallard #344528
Tints of Mallard #344528
RGB
CMYK
RGB Variations
Color information
#344528 (or 0x344528) is known color: Mallard. HEX triplet: 34, 45 and 28. RGB value is (52,69,40). Sum of RGB (Red+Green+Blue) = 52+69+40=161 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.30% from 161); Green value is 69 (27.34% from 255 or 42.86% from 161); Blue value is 40 (16.02% from 255 or 24.84% from 161); Max value from RGB is 69 - color contains mainly: green. Hex color #344528 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344528 is #CBBAD7. Grayscale: #3C3C3C. Windows color (decimal): -13351640 or 2639156. OLE color: 2639156.
HSL color Cylindrical-coordinate representation of color #344528: hue angle of 95.17º degrees, saturation: 0.27, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #344528 is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 52 | 69 | 40 | - |
| CMYK | 0.25 | 0 | 0.42 | 0.73 |
| HSL | 95.17º | 0.27% | 0.21% | - |
| HSV(B) | 95.17º | 0.42% | 0.27% | - |
| XYZ | 3.93 | 5.14 | 2.79 | - |
| YUV | 60.61 | 116.37 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 69 | 40 | 0.25 | 0 | 0.42 | 0.73 | 95.17 | 0.27 | 0.21 |
| Hex | 34 | 45 | 28 | 19 | 0 | 2A | 49 | 5F | 1B | 15 |
| Octal | 64 | 105 | 50 | 31 | 0 | 52 | 111 | 137 | 33 | 25 |
| Binary | 110100 | 1000101 | 101000 | 11001 | 0 | 101010 | 1001001 | 1011111 | 11011 | 10101 |
Color Harmonies of #344528
Complementary color
Monochromatic Colors of #344528
Black with #344528
Text Example
Text Example
White with #344528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344528; }
p { color: rgb(52,69,40); }
H1.HeaderClassName
{
color: #344528;
}
.AnyTagClassName
{
color: #344528;
}
</style>
background-color css
<style>
a { background-color: #344528; }
a { background-color: rgb(52,69,40); }
div.DivClassName
{
background-color: #344528;
}
.BgClassName
{
background-color: #344528;
}
</style>
border-color css
<style>
span { border-color: #344528; }
span { border-color: rgb(52,69,40); }
td.TdClassName
{
border-color: #344528;
}
.TagClassName
{
border-color: #344528;
}
</style>