Shades of Mallard #434D38
Tints of Mallard #434D38
RGB
CMYK
RGB Variations
Color information
#434D38 (or 0x434D38) is known color: Mallard. HEX triplet: 43, 4D and 38. RGB value is (67,77,56). Sum of RGB (Red+Green+Blue) = 67+77+56=200 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.5% from 200); Green value is 77 (30.47% from 255 or 38.5% from 200); Blue value is 56 (22.27% from 255 or 28% from 200); Max value from RGB is 77 - color contains mainly: green. Hex color #434D38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #434D38 is #BCB2C7. Grayscale: #474747. Windows color (decimal): -12366536 or 3689795. OLE color: 3689795.
HSL color Cylindrical-coordinate representation of color #434D38: hue angle of 88.57º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #434D38 is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 67 | 77 | 56 | - |
| CMYK | 0.13 | 0 | 0.27 | 0.70 |
| HSL | 88.57º | 0.16% | 0.26% | - |
| HSV(B) | 88.57º | 0.27% | 0.3% | - |
| XYZ | 5.68 | 6.79 | 4.75 | - |
| YUV | 71.62 | 119.19 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 77 | 56 | 0.13 | 0 | 0.27 | 0.70 | 88.57 | 0.16 | 0.26 |
| Hex | 43 | 4D | 38 | D | 0 | 1B | 46 | 59 | 10 | 1A |
| Octal | 103 | 115 | 70 | 15 | 0 | 33 | 106 | 131 | 20 | 32 |
| Binary | 1000011 | 1001101 | 111000 | 1101 | 0 | 11011 | 1000110 | 1011001 | 10000 | 11010 |
Color Harmonies of #434D38
Complementary color
Monochromatic Colors of #434D38
Black with #434D38
Text Example
Text Example
White with #434D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434D38; }
p { color: rgb(67,77,56); }
H1.HeaderClassName
{
color: #434D38;
}
.AnyTagClassName
{
color: #434D38;
}
</style>
background-color css
<style>
a { background-color: #434D38; }
a { background-color: rgb(67,77,56); }
div.DivClassName
{
background-color: #434D38;
}
.BgClassName
{
background-color: #434D38;
}
</style>
border-color css
<style>
span { border-color: #434D38; }
span { border-color: rgb(67,77,56); }
td.TdClassName
{
border-color: #434D38;
}
.TagClassName
{
border-color: #434D38;
}
</style>