Shades of Mallard #3C542B
Tints of Mallard #3C542B
RGB
CMYK
RGB Variations
Color information
#3C542B (or 0x3C542B) is known color: Mallard. HEX triplet: 3C, 54 and 2B. RGB value is (60,84,43). Sum of RGB (Red+Green+Blue) = 60+84+43=187 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.09% from 187); Green value is 84 (33.20% from 255 or 44.92% from 187); Blue value is 43 (17.19% from 255 or 22.99% from 187); Max value from RGB is 84 - color contains mainly: green. Hex color #3C542B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C542B is #C3ABD4. Grayscale: #484848. Windows color (decimal): -12823509 or 2839612. OLE color: 2839612.
HSL color Cylindrical-coordinate representation of color #3C542B: hue angle of 95.12º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3C542B is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 60 | 84 | 43 | - |
| CMYK | 0.29 | 0 | 0.49 | 0.67 |
| HSL | 95.12º | 0.32% | 0.25% | - |
| HSV(B) | 95.12º | 0.49% | 0.33% | - |
| XYZ | 5.47 | 7.48 | 3.44 | - |
| YUV | 72.15 | 111.55 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 84 | 43 | 0.29 | 0 | 0.49 | 0.67 | 95.12 | 0.32 | 0.25 |
| Hex | 3C | 54 | 2B | 1D | 0 | 31 | 43 | 5F | 20 | 19 |
| Octal | 74 | 124 | 53 | 35 | 0 | 61 | 103 | 137 | 40 | 31 |
| Binary | 111100 | 1010100 | 101011 | 11101 | 0 | 110001 | 1000011 | 1011111 | 100000 | 11001 |
Color Harmonies of #3C542B
Complementary color
Monochromatic Colors of #3C542B
Black with #3C542B
Text Example
Text Example
White with #3C542B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C542B; }
p { color: rgb(60,84,43); }
H1.HeaderClassName
{
color: #3C542B;
}
.AnyTagClassName
{
color: #3C542B;
}
</style>
background-color css
<style>
a { background-color: #3C542B; }
a { background-color: rgb(60,84,43); }
div.DivClassName
{
background-color: #3C542B;
}
.BgClassName
{
background-color: #3C542B;
}
</style>
border-color css
<style>
span { border-color: #3C542B; }
span { border-color: rgb(60,84,43); }
td.TdClassName
{
border-color: #3C542B;
}
.TagClassName
{
border-color: #3C542B;
}
</style>