Shades of Mallard #3C522B
Tints of Mallard #3C522B
RGB
CMYK
RGB Variations
Color information
#3C522B (or 0x3C522B) is known color: Mallard. HEX triplet: 3C, 52 and 2B. RGB value is (60,82,43). Sum of RGB (Red+Green+Blue) = 60+82+43=185 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.43% from 185); Green value is 82 (32.42% from 255 or 44.32% from 185); Blue value is 43 (17.19% from 255 or 23.24% from 185); Max value from RGB is 82 - color contains mainly: green. Hex color #3C522B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C522B is #C3ADD4. Grayscale: #474747. Windows color (decimal): -12824021 or 2839100. OLE color: 2839100.
HSL color Cylindrical-coordinate representation of color #3C522B: hue angle of 93.85º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3C522B is Cyan = 0.27, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 60 | 82 | 43 | - |
| CMYK | 0.27 | 0 | 0.48 | 0.68 |
| HSL | 93.85º | 0.31% | 0.25% | - |
| HSV(B) | 93.85º | 0.48% | 0.32% | - |
| XYZ | 5.32 | 7.17 | 3.39 | - |
| YUV | 70.98 | 112.21 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 82 | 43 | 0.27 | 0 | 0.48 | 0.68 | 93.85 | 0.31 | 0.25 |
| Hex | 3C | 52 | 2B | 1B | 0 | 30 | 44 | 5E | 1F | 19 |
| Octal | 74 | 122 | 53 | 33 | 0 | 60 | 104 | 136 | 37 | 31 |
| Binary | 111100 | 1010010 | 101011 | 11011 | 0 | 110000 | 1000100 | 1011110 | 11111 | 11001 |
Color Harmonies of #3C522B
Complementary color
Monochromatic Colors of #3C522B
Black with #3C522B
Text Example
Text Example
White with #3C522B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C522B; }
p { color: rgb(60,82,43); }
H1.HeaderClassName
{
color: #3C522B;
}
.AnyTagClassName
{
color: #3C522B;
}
</style>
background-color css
<style>
a { background-color: #3C522B; }
a { background-color: rgb(60,82,43); }
div.DivClassName
{
background-color: #3C522B;
}
.BgClassName
{
background-color: #3C522B;
}
</style>
border-color css
<style>
span { border-color: #3C522B; }
span { border-color: rgb(60,82,43); }
td.TdClassName
{
border-color: #3C522B;
}
.TagClassName
{
border-color: #3C522B;
}
</style>