Shades of Mallard #3C4630
Tints of Mallard #3C4630
RGB
CMYK
RGB Variations
Color information
#3C4630 (or 0x3C4630) is known color: Mallard. HEX triplet: 3C, 46 and 30. RGB value is (60,70,48). Sum of RGB (Red+Green+Blue) = 60+70+48=178 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.71% from 178); Green value is 70 (27.73% from 255 or 39.33% from 178); Blue value is 48 (19.14% from 255 or 26.97% from 178); Max value from RGB is 70 - color contains mainly: green. Hex color #3C4630 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4630 is #C3B9CF. Grayscale: #404040. Windows color (decimal): -12827088 or 3163708. OLE color: 3163708.
HSL color Cylindrical-coordinate representation of color #3C4630: hue angle of 87.27º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3C4630 is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 60 | 70 | 48 | - |
| CMYK | 0.14 | 0 | 0.31 | 0.73 |
| HSL | 87.27º | 0.19% | 0.23% | - |
| HSV(B) | 87.27º | 0.31% | 0.27% | - |
| XYZ | 4.59 | 5.55 | 3.63 | - |
| YUV | 64.5 | 118.69 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 70 | 48 | 0.14 | 0 | 0.31 | 0.73 | 87.27 | 0.19 | 0.23 |
| Hex | 3C | 46 | 30 | E | 0 | 1F | 49 | 57 | 13 | 17 |
| Octal | 74 | 106 | 60 | 16 | 0 | 37 | 111 | 127 | 23 | 27 |
| Binary | 111100 | 1000110 | 110000 | 1110 | 0 | 11111 | 1001001 | 1010111 | 10011 | 10111 |
Color Harmonies of #3C4630
Complementary color
Monochromatic Colors of #3C4630
Black with #3C4630
Text Example
Text Example
White with #3C4630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4630; }
p { color: rgb(60,70,48); }
H1.HeaderClassName
{
color: #3C4630;
}
.AnyTagClassName
{
color: #3C4630;
}
</style>
background-color css
<style>
a { background-color: #3C4630; }
a { background-color: rgb(60,70,48); }
div.DivClassName
{
background-color: #3C4630;
}
.BgClassName
{
background-color: #3C4630;
}
</style>
border-color css
<style>
span { border-color: #3C4630; }
span { border-color: rgb(60,70,48); }
td.TdClassName
{
border-color: #3C4630;
}
.TagClassName
{
border-color: #3C4630;
}
</style>