Shades of Mallard #3A5623
Tints of Mallard #3A5623
RGB
CMYK
RGB Variations
Color information
#3A5623 (or 0x3A5623) is known color: Mallard. HEX triplet: 3A, 56 and 23. RGB value is (58,86,35). Sum of RGB (Red+Green+Blue) = 58+86+35=179 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.40% from 179); Green value is 86 (33.98% from 255 or 48.04% from 179); Blue value is 35 (14.06% from 255 or 19.55% from 179); Max value from RGB is 86 - color contains mainly: green. Hex color #3A5623 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5623 is #C5A9DC. Grayscale: #474747. Windows color (decimal): -12954077 or 2315834. OLE color: 2315834.
HSL color Cylindrical-coordinate representation of color #3A5623: hue angle of 92.94º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3A5623 is Cyan = 0.33, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 58 | 86 | 35 | - |
| CMYK | 0.33 | 0 | 0.59 | 0.66 |
| HSL | 92.94º | 0.42% | 0.24% | - |
| HSV(B) | 92.94º | 0.59% | 0.34% | - |
| XYZ | 5.38 | 7.68 | 2.79 | - |
| YUV | 71.81 | 107.22 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 86 | 35 | 0.33 | 0 | 0.59 | 0.66 | 92.94 | 0.42 | 0.24 |
| Hex | 3A | 56 | 23 | 21 | 0 | 3B | 42 | 5D | 2A | 18 |
| Octal | 72 | 126 | 43 | 41 | 0 | 73 | 102 | 135 | 52 | 30 |
| Binary | 111010 | 1010110 | 100011 | 100001 | 0 | 111011 | 1000010 | 1011101 | 101010 | 11000 |
Color Harmonies of #3A5623
Complementary color
Monochromatic Colors of #3A5623
Black with #3A5623
Text Example
Text Example
White with #3A5623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5623; }
p { color: rgb(58,86,35); }
H1.HeaderClassName
{
color: #3A5623;
}
.AnyTagClassName
{
color: #3A5623;
}
</style>
background-color css
<style>
a { background-color: #3A5623; }
a { background-color: rgb(58,86,35); }
div.DivClassName
{
background-color: #3A5623;
}
.BgClassName
{
background-color: #3A5623;
}
</style>
border-color css
<style>
span { border-color: #3A5623; }
span { border-color: rgb(58,86,35); }
td.TdClassName
{
border-color: #3A5623;
}
.TagClassName
{
border-color: #3A5623;
}
</style>