Shades of Mallard #3C4236
Tints of Mallard #3C4236
RGB
CMYK
RGB Variations
Color information
#3C4236 (or 0x3C4236) is known color: Mallard. HEX triplet: 3C, 42 and 36. RGB value is (60,66,54). Sum of RGB (Red+Green+Blue) = 60+66+54=180 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.33% from 180); Green value is 66 (26.17% from 255 or 36.67% from 180); Blue value is 54 (21.48% from 255 or 30% from 180); Max value from RGB is 66 - color contains mainly: green. Hex color #3C4236 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4236 is #C3BDC9. Grayscale: #3E3E3E. Windows color (decimal): -12828106 or 3555900. OLE color: 3555900.
HSL color Cylindrical-coordinate representation of color #3C4236: hue angle of 90º degrees, saturation: 0.1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #3C4236 is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 60 | 66 | 54 | - |
| CMYK | 0.09 | 0 | 0.18 | 0.74 |
| HSL | 90º | 0.1% | 0.24% | - |
| HSV(B) | 90º | 0.18% | 0.26% | - |
| XYZ | 4.48 | 5.12 | 4.24 | - |
| YUV | 62.84 | 123.01 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 66 | 54 | 0.09 | 0 | 0.18 | 0.74 | 90 | 0.1 | 0.24 |
| Hex | 3C | 42 | 36 | 9 | 0 | 12 | 4A | 5A | A | 18 |
| Octal | 74 | 102 | 66 | 11 | 0 | 22 | 112 | 132 | 12 | 30 |
| Binary | 111100 | 1000010 | 110110 | 1001 | 0 | 10010 | 1001010 | 1011010 | 1010 | 11000 |
Color Harmonies of #3C4236
Complementary color
Monochromatic Colors of #3C4236
Black with #3C4236
Text Example
Text Example
White with #3C4236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4236; }
p { color: rgb(60,66,54); }
H1.HeaderClassName
{
color: #3C4236;
}
.AnyTagClassName
{
color: #3C4236;
}
</style>
background-color css
<style>
a { background-color: #3C4236; }
a { background-color: rgb(60,66,54); }
div.DivClassName
{
background-color: #3C4236;
}
.BgClassName
{
background-color: #3C4236;
}
</style>
border-color css
<style>
span { border-color: #3C4236; }
span { border-color: rgb(60,66,54); }
td.TdClassName
{
border-color: #3C4236;
}
.TagClassName
{
border-color: #3C4236;
}
</style>