Shades of Mallard #344727
Tints of Mallard #344727
RGB
CMYK
RGB Variations
Color information
#344727 (or 0x344727) is known color: Mallard. HEX triplet: 34, 47 and 27. RGB value is (52,71,39). Sum of RGB (Red+Green+Blue) = 52+71+39=162 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.10% from 162); Green value is 71 (28.12% from 255 or 43.83% from 162); Blue value is 39 (15.62% from 255 or 24.07% from 162); Max value from RGB is 71 - color contains mainly: green. Hex color #344727 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344727 is #CBB8D8. Grayscale: #3D3D3D. Windows color (decimal): -13351129 or 2574132. OLE color: 2574132.
HSL color Cylindrical-coordinate representation of color #344727: hue angle of 95.62º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #344727 is Cyan = 0.27, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 52 | 71 | 39 | - |
| CMYK | 0.27 | 0 | 0.45 | 0.72 |
| HSL | 95.63º | 0.29% | 0.22% | - |
| HSV(B) | 95.63º | 0.45% | 0.28% | - |
| XYZ | 4.04 | 5.38 | 2.75 | - |
| YUV | 61.67 | 115.21 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 71 | 39 | 0.27 | 0 | 0.45 | 0.72 | 95.63 | 0.29 | 0.22 |
| Hex | 34 | 47 | 27 | 1B | 0 | 2D | 48 | 60 | 1D | 16 |
| Octal | 64 | 107 | 47 | 33 | 0 | 55 | 110 | 140 | 35 | 26 |
| Binary | 110100 | 1000111 | 100111 | 11011 | 0 | 101101 | 1001000 | 1100000 | 11101 | 10110 |
Color Harmonies of #344727
Complementary color
Monochromatic Colors of #344727
Black with #344727
Text Example
Text Example
White with #344727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344727; }
p { color: rgb(52,71,39); }
H1.HeaderClassName
{
color: #344727;
}
.AnyTagClassName
{
color: #344727;
}
</style>
background-color css
<style>
a { background-color: #344727; }
a { background-color: rgb(52,71,39); }
div.DivClassName
{
background-color: #344727;
}
.BgClassName
{
background-color: #344727;
}
</style>
border-color css
<style>
span { border-color: #344727; }
span { border-color: rgb(52,71,39); }
td.TdClassName
{
border-color: #344727;
}
.TagClassName
{
border-color: #344727;
}
</style>