Shades of Mallard #3C552A
Tints of Mallard #3C552A
RGB
CMYK
RGB Variations
Color information
#3C552A (or 0x3C552A) is known color: Mallard. HEX triplet: 3C, 55 and 2A. RGB value is (60,85,42). Sum of RGB (Red+Green+Blue) = 60+85+42=187 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.09% from 187); Green value is 85 (33.59% from 255 or 45.45% from 187); Blue value is 42 (16.80% from 255 or 22.46% from 187); Max value from RGB is 85 - color contains mainly: green. Hex color #3C552A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C552A is #C3AAD5. Grayscale: #484848. Windows color (decimal): -12823254 or 2774332. OLE color: 2774332.
HSL color Cylindrical-coordinate representation of color #3C552A: hue angle of 94.88º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3C552A is Cyan = 0.29, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 60 | 85 | 42 | - |
| CMYK | 0.29 | 0 | 0.51 | 0.67 |
| HSL | 94.88º | 0.34% | 0.25% | - |
| HSV(B) | 94.88º | 0.51% | 0.33% | - |
| XYZ | 5.53 | 7.62 | 3.37 | - |
| YUV | 72.62 | 110.72 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 85 | 42 | 0.29 | 0 | 0.51 | 0.67 | 94.88 | 0.34 | 0.25 |
| Hex | 3C | 55 | 2A | 1D | 0 | 33 | 43 | 5F | 22 | 19 |
| Octal | 74 | 125 | 52 | 35 | 0 | 63 | 103 | 137 | 42 | 31 |
| Binary | 111100 | 1010101 | 101010 | 11101 | 0 | 110011 | 1000011 | 1011111 | 100010 | 11001 |
Color Harmonies of #3C552A
Complementary color
Monochromatic Colors of #3C552A
Black with #3C552A
Text Example
Text Example
White with #3C552A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C552A; }
p { color: rgb(60,85,42); }
H1.HeaderClassName
{
color: #3C552A;
}
.AnyTagClassName
{
color: #3C552A;
}
</style>
background-color css
<style>
a { background-color: #3C552A; }
a { background-color: rgb(60,85,42); }
div.DivClassName
{
background-color: #3C552A;
}
.BgClassName
{
background-color: #3C552A;
}
</style>
border-color css
<style>
span { border-color: #3C552A; }
span { border-color: rgb(60,85,42); }
td.TdClassName
{
border-color: #3C552A;
}
.TagClassName
{
border-color: #3C552A;
}
</style>