Shades of Mallard #3C512F
Tints of Mallard #3C512F
RGB
CMYK
RGB Variations
Color information
#3C512F (or 0x3C512F) is known color: Mallard. HEX triplet: 3C, 51 and 2F. RGB value is (60,81,47). Sum of RGB (Red+Green+Blue) = 60+81+47=188 (24% of max value = 765). Red value is 60 (23.83% from 255 or 31.91% from 188); Green value is 81 (32.03% from 255 or 43.09% from 188); Blue value is 47 (18.75% from 255 or 25% from 188); Max value from RGB is 81 - color contains mainly: green. Hex color #3C512F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C512F is #C3AED0. Grayscale: #464646. Windows color (decimal): -12824273 or 3100988. OLE color: 3100988.
HSL color Cylindrical-coordinate representation of color #3C512F: hue angle of 97.06º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3C512F is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 60 | 81 | 47 | - |
| CMYK | 0.26 | 0 | 0.42 | 0.68 |
| HSL | 97.06º | 0.27% | 0.25% | - |
| HSV(B) | 97.06º | 0.42% | 0.32% | - |
| XYZ | 5.32 | 7.05 | 3.77 | - |
| YUV | 70.85 | 114.54 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 81 | 47 | 0.26 | 0 | 0.42 | 0.68 | 97.06 | 0.27 | 0.25 |
| Hex | 3C | 51 | 2F | 1A | 0 | 2A | 44 | 61 | 1B | 19 |
| Octal | 74 | 121 | 57 | 32 | 0 | 52 | 104 | 141 | 33 | 31 |
| Binary | 111100 | 1010001 | 101111 | 11010 | 0 | 101010 | 1000100 | 1100001 | 11011 | 11001 |
Color Harmonies of #3C512F
Complementary color
Monochromatic Colors of #3C512F
Black with #3C512F
Text Example
Text Example
White with #3C512F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C512F; }
p { color: rgb(60,81,47); }
H1.HeaderClassName
{
color: #3C512F;
}
.AnyTagClassName
{
color: #3C512F;
}
</style>
background-color css
<style>
a { background-color: #3C512F; }
a { background-color: rgb(60,81,47); }
div.DivClassName
{
background-color: #3C512F;
}
.BgClassName
{
background-color: #3C512F;
}
</style>
border-color css
<style>
span { border-color: #3C512F; }
span { border-color: rgb(60,81,47); }
td.TdClassName
{
border-color: #3C512F;
}
.TagClassName
{
border-color: #3C512F;
}
</style>