Shades of Mallard #3C532B
Tints of Mallard #3C532B
RGB
CMYK
RGB Variations
Color information
#3C532B (or 0x3C532B) is known color: Mallard. HEX triplet: 3C, 53 and 2B. RGB value is (60,83,43). Sum of RGB (Red+Green+Blue) = 60+83+43=186 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.26% from 186); Green value is 83 (32.81% from 255 or 44.62% from 186); Blue value is 43 (17.19% from 255 or 23.12% from 186); Max value from RGB is 83 - color contains mainly: green. Hex color #3C532B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C532B is #C3ACD4. Grayscale: #474747. Windows color (decimal): -12823765 or 2839356. OLE color: 2839356.
HSL color Cylindrical-coordinate representation of color #3C532B: hue angle of 94.5º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3C532B is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 60 | 83 | 43 | - |
| CMYK | 0.28 | 0 | 0.48 | 0.67 |
| HSL | 94.5º | 0.32% | 0.25% | - |
| HSV(B) | 94.5º | 0.48% | 0.33% | - |
| XYZ | 5.39 | 7.32 | 3.41 | - |
| YUV | 71.56 | 111.88 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 83 | 43 | 0.28 | 0 | 0.48 | 0.67 | 94.5 | 0.32 | 0.25 |
| Hex | 3C | 53 | 2B | 1C | 0 | 30 | 43 | 5E | 20 | 19 |
| Octal | 74 | 123 | 53 | 34 | 0 | 60 | 103 | 136 | 40 | 31 |
| Binary | 111100 | 1010011 | 101011 | 11100 | 0 | 110000 | 1000011 | 1011110 | 100000 | 11001 |
Color Harmonies of #3C532B
Complementary color
Monochromatic Colors of #3C532B
Black with #3C532B
Text Example
Text Example
White with #3C532B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C532B; }
p { color: rgb(60,83,43); }
H1.HeaderClassName
{
color: #3C532B;
}
.AnyTagClassName
{
color: #3C532B;
}
</style>
background-color css
<style>
a { background-color: #3C532B; }
a { background-color: rgb(60,83,43); }
div.DivClassName
{
background-color: #3C532B;
}
.BgClassName
{
background-color: #3C532B;
}
</style>
border-color css
<style>
span { border-color: #3C532B; }
span { border-color: rgb(60,83,43); }
td.TdClassName
{
border-color: #3C532B;
}
.TagClassName
{
border-color: #3C532B;
}
</style>