Shades of Mallard #3C4930
Tints of Mallard #3C4930
RGB
CMYK
RGB Variations
Color information
#3C4930 (or 0x3C4930) is known color: Mallard. HEX triplet: 3C, 49 and 30. RGB value is (60,73,48). Sum of RGB (Red+Green+Blue) = 60+73+48=181 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.15% from 181); Green value is 73 (28.91% from 255 or 40.33% from 181); Blue value is 48 (19.14% from 255 or 26.52% from 181); Max value from RGB is 73 - color contains mainly: green. Hex color #3C4930 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4930 is #C3B6CF. Grayscale: #424242. Windows color (decimal): -12826320 or 3164476. OLE color: 3164476.
HSL color Cylindrical-coordinate representation of color #3C4930: hue angle of 91.2º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3C4930 is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 60 | 73 | 48 | - |
| CMYK | 0.18 | 0 | 0.34 | 0.71 |
| HSL | 91.2º | 0.21% | 0.24% | - |
| HSV(B) | 91.2º | 0.34% | 0.29% | - |
| XYZ | 4.78 | 5.94 | 3.69 | - |
| YUV | 66.26 | 117.69 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 73 | 48 | 0.18 | 0 | 0.34 | 0.71 | 91.2 | 0.21 | 0.24 |
| Hex | 3C | 49 | 30 | 12 | 0 | 22 | 47 | 5B | 15 | 18 |
| Octal | 74 | 111 | 60 | 22 | 0 | 42 | 107 | 133 | 25 | 30 |
| Binary | 111100 | 1001001 | 110000 | 10010 | 0 | 100010 | 1000111 | 1011011 | 10101 | 11000 |
Color Harmonies of #3C4930
Complementary color
Monochromatic Colors of #3C4930
Black with #3C4930
Text Example
Text Example
White with #3C4930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4930; }
p { color: rgb(60,73,48); }
H1.HeaderClassName
{
color: #3C4930;
}
.AnyTagClassName
{
color: #3C4930;
}
</style>
background-color css
<style>
a { background-color: #3C4930; }
a { background-color: rgb(60,73,48); }
div.DivClassName
{
background-color: #3C4930;
}
.BgClassName
{
background-color: #3C4930;
}
</style>
border-color css
<style>
span { border-color: #3C4930; }
span { border-color: rgb(60,73,48); }
td.TdClassName
{
border-color: #3C4930;
}
.TagClassName
{
border-color: #3C4930;
}
</style>