Shades of Mallard #3C482F
Tints of Mallard #3C482F
RGB
CMYK
RGB Variations
Color information
#3C482F (or 0x3C482F) is known color: Mallard. HEX triplet: 3C, 48 and 2F. RGB value is (60,72,47). Sum of RGB (Red+Green+Blue) = 60+72+47=179 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.52% from 179); Green value is 72 (28.52% from 255 or 40.22% from 179); Blue value is 47 (18.75% from 255 or 26.26% from 179); Max value from RGB is 72 - color contains mainly: green. Hex color #3C482F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C482F is #C3B7D0. Grayscale: #414141. Windows color (decimal): -12826577 or 3098684. OLE color: 3098684.
HSL color Cylindrical-coordinate representation of color #3C482F: hue angle of 88.8º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3C482F is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 60 | 72 | 47 | - |
| CMYK | 0.17 | 0 | 0.35 | 0.72 |
| HSL | 88.8º | 0.21% | 0.23% | - |
| HSV(B) | 88.8º | 0.35% | 0.28% | - |
| XYZ | 4.69 | 5.8 | 3.56 | - |
| YUV | 65.56 | 117.52 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 72 | 47 | 0.17 | 0 | 0.35 | 0.72 | 88.8 | 0.21 | 0.23 |
| Hex | 3C | 48 | 2F | 11 | 0 | 23 | 48 | 59 | 15 | 17 |
| Octal | 74 | 110 | 57 | 21 | 0 | 43 | 110 | 131 | 25 | 27 |
| Binary | 111100 | 1001000 | 101111 | 10001 | 0 | 100011 | 1001000 | 1011001 | 10101 | 10111 |
Color Harmonies of #3C482F
Complementary color
Monochromatic Colors of #3C482F
Black with #3C482F
Text Example
Text Example
White with #3C482F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C482F; }
p { color: rgb(60,72,47); }
H1.HeaderClassName
{
color: #3C482F;
}
.AnyTagClassName
{
color: #3C482F;
}
</style>
background-color css
<style>
a { background-color: #3C482F; }
a { background-color: rgb(60,72,47); }
div.DivClassName
{
background-color: #3C482F;
}
.BgClassName
{
background-color: #3C482F;
}
</style>
border-color css
<style>
span { border-color: #3C482F; }
span { border-color: rgb(60,72,47); }
td.TdClassName
{
border-color: #3C482F;
}
.TagClassName
{
border-color: #3C482F;
}
</style>