Shades of Mallard #3C502E
Tints of Mallard #3C502E
RGB
CMYK
RGB Variations
Color information
#3C502E (or 0x3C502E) is known color: Mallard. HEX triplet: 3C, 50 and 2E. RGB value is (60,80,46). Sum of RGB (Red+Green+Blue) = 60+80+46=186 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.26% from 186); Green value is 80 (31.64% from 255 or 43.01% from 186); Blue value is 46 (18.36% from 255 or 24.73% from 186); Max value from RGB is 80 - color contains mainly: green. Hex color #3C502E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C502E is #C3AFD1. Grayscale: #464646. Windows color (decimal): -12824530 or 3035196. OLE color: 3035196.
HSL color Cylindrical-coordinate representation of color #3C502E: hue angle of 95.29º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3C502E is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 60 | 80 | 46 | - |
| CMYK | 0.25 | 0 | 0.42 | 0.69 |
| HSL | 95.29º | 0.27% | 0.25% | - |
| HSV(B) | 95.29º | 0.43% | 0.31% | - |
| XYZ | 5.23 | 6.9 | 3.64 | - |
| YUV | 70.14 | 114.37 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 80 | 46 | 0.25 | 0 | 0.42 | 0.69 | 95.29 | 0.27 | 0.25 |
| Hex | 3C | 50 | 2E | 19 | 0 | 2A | 45 | 5F | 1B | 19 |
| Octal | 74 | 120 | 56 | 31 | 0 | 52 | 105 | 137 | 33 | 31 |
| Binary | 111100 | 1010000 | 101110 | 11001 | 0 | 101010 | 1000101 | 1011111 | 11011 | 11001 |
Color Harmonies of #3C502E
Complementary color
Monochromatic Colors of #3C502E
Black with #3C502E
Text Example
Text Example
White with #3C502E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C502E; }
p { color: rgb(60,80,46); }
H1.HeaderClassName
{
color: #3C502E;
}
.AnyTagClassName
{
color: #3C502E;
}
</style>
background-color css
<style>
a { background-color: #3C502E; }
a { background-color: rgb(60,80,46); }
div.DivClassName
{
background-color: #3C502E;
}
.BgClassName
{
background-color: #3C502E;
}
</style>
border-color css
<style>
span { border-color: #3C502E; }
span { border-color: rgb(60,80,46); }
td.TdClassName
{
border-color: #3C502E;
}
.TagClassName
{
border-color: #3C502E;
}
</style>