Shades of Mallard #3A502C
Tints of Mallard #3A502C
RGB
CMYK
RGB Variations
Color information
#3A502C (or 0x3A502C) is known color: Mallard. HEX triplet: 3A, 50 and 2C. RGB value is (58,80,44). Sum of RGB (Red+Green+Blue) = 58+80+44=182 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.87% from 182); Green value is 80 (31.64% from 255 or 43.96% from 182); Blue value is 44 (17.58% from 255 or 24.18% from 182); Max value from RGB is 80 - color contains mainly: green. Hex color #3A502C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A502C is #C5AFD3. Grayscale: #454545. Windows color (decimal): -12955604 or 2904122. OLE color: 2904122.
HSL color Cylindrical-coordinate representation of color #3A502C: hue angle of 96.67º degrees, saturation: 0.29, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3A502C is Cyan = 0.28, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 58 | 80 | 44 | - |
| CMYK | 0.28 | 0 | 0.45 | 0.69 |
| HSL | 96.67º | 0.29% | 0.24% | - |
| HSV(B) | 96.67º | 0.45% | 0.31% | - |
| XYZ | 5.07 | 6.82 | 3.43 | - |
| YUV | 69.32 | 113.71 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 80 | 44 | 0.28 | 0 | 0.45 | 0.69 | 96.67 | 0.29 | 0.24 |
| Hex | 3A | 50 | 2C | 1C | 0 | 2D | 45 | 61 | 1D | 18 |
| Octal | 72 | 120 | 54 | 34 | 0 | 55 | 105 | 141 | 35 | 30 |
| Binary | 111010 | 1010000 | 101100 | 11100 | 0 | 101101 | 1000101 | 1100001 | 11101 | 11000 |
Color Harmonies of #3A502C
Complementary color
Monochromatic Colors of #3A502C
Black with #3A502C
Text Example
Text Example
White with #3A502C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A502C; }
p { color: rgb(58,80,44); }
H1.HeaderClassName
{
color: #3A502C;
}
.AnyTagClassName
{
color: #3A502C;
}
</style>
background-color css
<style>
a { background-color: #3A502C; }
a { background-color: rgb(58,80,44); }
div.DivClassName
{
background-color: #3A502C;
}
.BgClassName
{
background-color: #3A502C;
}
</style>
border-color css
<style>
span { border-color: #3A502C; }
span { border-color: rgb(58,80,44); }
td.TdClassName
{
border-color: #3A502C;
}
.TagClassName
{
border-color: #3A502C;
}
</style>