Shades of Mallard #3C4831
Tints of Mallard #3C4831
RGB
CMYK
RGB Variations
Color information
#3C4831 (or 0x3C4831) is known color: Mallard. HEX triplet: 3C, 48 and 31. RGB value is (60,72,49). Sum of RGB (Red+Green+Blue) = 60+72+49=181 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.15% from 181); Green value is 72 (28.52% from 255 or 39.78% from 181); Blue value is 49 (19.53% from 255 or 27.07% from 181); Max value from RGB is 72 - color contains mainly: green. Hex color #3C4831 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4831 is #C3B7CE. Grayscale: #414141. Windows color (decimal): -12826575 or 3229756. OLE color: 3229756.
HSL color Cylindrical-coordinate representation of color #3C4831: hue angle of 91.3º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3C4831 is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 60 | 72 | 49 | - |
| CMYK | 0.17 | 0 | 0.32 | 0.72 |
| HSL | 91.3º | 0.19% | 0.24% | - |
| HSV(B) | 91.3º | 0.32% | 0.28% | - |
| XYZ | 4.74 | 5.82 | 3.78 | - |
| YUV | 65.79 | 118.52 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 72 | 49 | 0.17 | 0 | 0.32 | 0.72 | 91.3 | 0.19 | 0.24 |
| Hex | 3C | 48 | 31 | 11 | 0 | 20 | 48 | 5B | 13 | 18 |
| Octal | 74 | 110 | 61 | 21 | 0 | 40 | 110 | 133 | 23 | 30 |
| Binary | 111100 | 1001000 | 110001 | 10001 | 0 | 100000 | 1001000 | 1011011 | 10011 | 11000 |
Color Harmonies of #3C4831
Complementary color
Monochromatic Colors of #3C4831
Black with #3C4831
Text Example
Text Example
White with #3C4831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4831; }
p { color: rgb(60,72,49); }
H1.HeaderClassName
{
color: #3C4831;
}
.AnyTagClassName
{
color: #3C4831;
}
</style>
background-color css
<style>
a { background-color: #3C4831; }
a { background-color: rgb(60,72,49); }
div.DivClassName
{
background-color: #3C4831;
}
.BgClassName
{
background-color: #3C4831;
}
</style>
border-color css
<style>
span { border-color: #3C4831; }
span { border-color: rgb(60,72,49); }
td.TdClassName
{
border-color: #3C4831;
}
.TagClassName
{
border-color: #3C4831;
}
</style>