Shades of Mallard #3C4830
Tints of Mallard #3C4830
RGB
CMYK
RGB Variations
Color information
#3C4830 (or 0x3C4830) is known color: Mallard. HEX triplet: 3C, 48 and 30. RGB value is (60,72,48). Sum of RGB (Red+Green+Blue) = 60+72+48=180 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.33% from 180); Green value is 72 (28.52% from 255 or 40% from 180); Blue value is 48 (19.14% from 255 or 26.67% from 180); Max value from RGB is 72 - color contains mainly: green. Hex color #3C4830 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4830 is #C3B7CF. Grayscale: #414141. Windows color (decimal): -12826576 or 3164220. OLE color: 3164220.
HSL color Cylindrical-coordinate representation of color #3C4830: hue angle of 90º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3C4830 is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 60 | 72 | 48 | - |
| CMYK | 0.17 | 0 | 0.33 | 0.72 |
| HSL | 90º | 0.2% | 0.24% | - |
| HSV(B) | 90º | 0.33% | 0.28% | - |
| XYZ | 4.71 | 5.81 | 3.67 | - |
| YUV | 65.68 | 118.02 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 72 | 48 | 0.17 | 0 | 0.33 | 0.72 | 90 | 0.2 | 0.24 |
| Hex | 3C | 48 | 30 | 11 | 0 | 21 | 48 | 5A | 14 | 18 |
| Octal | 74 | 110 | 60 | 21 | 0 | 41 | 110 | 132 | 24 | 30 |
| Binary | 111100 | 1001000 | 110000 | 10001 | 0 | 100001 | 1001000 | 1011010 | 10100 | 11000 |
Color Harmonies of #3C4830
Complementary color
Monochromatic Colors of #3C4830
Black with #3C4830
Text Example
Text Example
White with #3C4830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4830; }
p { color: rgb(60,72,48); }
H1.HeaderClassName
{
color: #3C4830;
}
.AnyTagClassName
{
color: #3C4830;
}
</style>
background-color css
<style>
a { background-color: #3C4830; }
a { background-color: rgb(60,72,48); }
div.DivClassName
{
background-color: #3C4830;
}
.BgClassName
{
background-color: #3C4830;
}
</style>
border-color css
<style>
span { border-color: #3C4830; }
span { border-color: rgb(60,72,48); }
td.TdClassName
{
border-color: #3C4830;
}
.TagClassName
{
border-color: #3C4830;
}
</style>