Shades of Mallard #3C4334
Tints of Mallard #3C4334
RGB
CMYK
RGB Variations
Color information
#3C4334 (or 0x3C4334) is known color: Mallard. HEX triplet: 3C, 43 and 34. RGB value is (60,67,52). Sum of RGB (Red+Green+Blue) = 60+67+52=179 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.52% from 179); Green value is 67 (26.56% from 255 or 37.43% from 179); Blue value is 52 (20.70% from 255 or 29.05% from 179); Max value from RGB is 67 - color contains mainly: green. Hex color #3C4334 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4334 is #C3BCCB. Grayscale: #3F3F3F. Windows color (decimal): -12827852 or 3425084. OLE color: 3425084.
HSL color Cylindrical-coordinate representation of color #3C4334: hue angle of 88º degrees, saturation: 0.13, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3C4334 is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 60 | 67 | 52 | - |
| CMYK | 0.10 | 0 | 0.22 | 0.74 |
| HSL | 88º | 0.13% | 0.23% | - |
| HSV(B) | 88º | 0.22% | 0.26% | - |
| XYZ | 4.49 | 5.22 | 4.02 | - |
| YUV | 63.2 | 121.68 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 67 | 52 | 0.10 | 0 | 0.22 | 0.74 | 88 | 0.13 | 0.23 |
| Hex | 3C | 43 | 34 | A | 0 | 16 | 4A | 58 | D | 17 |
| Octal | 74 | 103 | 64 | 12 | 0 | 26 | 112 | 130 | 15 | 27 |
| Binary | 111100 | 1000011 | 110100 | 1010 | 0 | 10110 | 1001010 | 1011000 | 1101 | 10111 |
Color Harmonies of #3C4334
Complementary color
Monochromatic Colors of #3C4334
Black with #3C4334
Text Example
Text Example
White with #3C4334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4334; }
p { color: rgb(60,67,52); }
H1.HeaderClassName
{
color: #3C4334;
}
.AnyTagClassName
{
color: #3C4334;
}
</style>
background-color css
<style>
a { background-color: #3C4334; }
a { background-color: rgb(60,67,52); }
div.DivClassName
{
background-color: #3C4334;
}
.BgClassName
{
background-color: #3C4334;
}
</style>
border-color css
<style>
span { border-color: #3C4334; }
span { border-color: rgb(60,67,52); }
td.TdClassName
{
border-color: #3C4334;
}
.TagClassName
{
border-color: #3C4334;
}
</style>