Shades of Mallard #3A5422
Tints of Mallard #3A5422
RGB
CMYK
RGB Variations
Color information
#3A5422 (or 0x3A5422) is known color: Mallard. HEX triplet: 3A, 54 and 22. RGB value is (58,84,34). Sum of RGB (Red+Green+Blue) = 58+84+34=176 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.95% from 176); Green value is 84 (33.20% from 255 or 47.73% from 176); Blue value is 34 (13.67% from 255 or 19.32% from 176); Max value from RGB is 84 - color contains mainly: green. Hex color #3A5422 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5422 is #C5ABDD. Grayscale: #464646. Windows color (decimal): -12954590 or 2249786. OLE color: 2249786.
HSL color Cylindrical-coordinate representation of color #3A5422: hue angle of 91.2º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A5422 is Cyan = 0.31, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 58 | 84 | 34 | - |
| CMYK | 0.31 | 0 | 0.60 | 0.67 |
| HSL | 91.2º | 0.42% | 0.23% | - |
| HSV(B) | 91.2º | 0.6% | 0.33% | - |
| XYZ | 5.2 | 7.36 | 2.66 | - |
| YUV | 70.53 | 107.39 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 84 | 34 | 0.31 | 0 | 0.60 | 0.67 | 91.2 | 0.42 | 0.23 |
| Hex | 3A | 54 | 22 | 1F | 0 | 3C | 43 | 5B | 2A | 17 |
| Octal | 72 | 124 | 42 | 37 | 0 | 74 | 103 | 133 | 52 | 27 |
| Binary | 111010 | 1010100 | 100010 | 11111 | 0 | 111100 | 1000011 | 1011011 | 101010 | 10111 |
Color Harmonies of #3A5422
Complementary color
Monochromatic Colors of #3A5422
Black with #3A5422
Text Example
Text Example
White with #3A5422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5422; }
p { color: rgb(58,84,34); }
H1.HeaderClassName
{
color: #3A5422;
}
.AnyTagClassName
{
color: #3A5422;
}
</style>
background-color css
<style>
a { background-color: #3A5422; }
a { background-color: rgb(58,84,34); }
div.DivClassName
{
background-color: #3A5422;
}
.BgClassName
{
background-color: #3A5422;
}
</style>
border-color css
<style>
span { border-color: #3A5422; }
span { border-color: rgb(58,84,34); }
td.TdClassName
{
border-color: #3A5422;
}
.TagClassName
{
border-color: #3A5422;
}
</style>