Shades of Mallard #3A4132
Tints of Mallard #3A4132
RGB
CMYK
RGB Variations
Color information
#3A4132 (or 0x3A4132) is known color: Mallard. HEX triplet: 3A, 41 and 32. RGB value is (58,65,50). Sum of RGB (Red+Green+Blue) = 58+65+50=173 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.53% from 173); Green value is 65 (25.78% from 255 or 37.57% from 173); Blue value is 50 (19.92% from 255 or 28.90% from 173); Max value from RGB is 65 - color contains mainly: green. Hex color #3A4132 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4132 is #C5BECD. Grayscale: #3D3D3D. Windows color (decimal): -12959438 or 3293498. OLE color: 3293498.
HSL color Cylindrical-coordinate representation of color #3A4132: hue angle of 88º degrees, saturation: 0.13, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3A4132 is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 58 | 65 | 50 | - |
| CMYK | 0.11 | 0 | 0.23 | 0.75 |
| HSL | 88º | 0.13% | 0.23% | - |
| HSV(B) | 88º | 0.23% | 0.25% | - |
| XYZ | 4.21 | 4.91 | 3.74 | - |
| YUV | 61.2 | 121.68 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 65 | 50 | 0.11 | 0 | 0.23 | 0.75 | 88 | 0.13 | 0.23 |
| Hex | 3A | 41 | 32 | B | 0 | 17 | 4B | 58 | D | 17 |
| Octal | 72 | 101 | 62 | 13 | 0 | 27 | 113 | 130 | 15 | 27 |
| Binary | 111010 | 1000001 | 110010 | 1011 | 0 | 10111 | 1001011 | 1011000 | 1101 | 10111 |
Color Harmonies of #3A4132
Complementary color
Monochromatic Colors of #3A4132
Black with #3A4132
Text Example
Text Example
White with #3A4132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4132; }
p { color: rgb(58,65,50); }
H1.HeaderClassName
{
color: #3A4132;
}
.AnyTagClassName
{
color: #3A4132;
}
</style>
background-color css
<style>
a { background-color: #3A4132; }
a { background-color: rgb(58,65,50); }
div.DivClassName
{
background-color: #3A4132;
}
.BgClassName
{
background-color: #3A4132;
}
</style>
border-color css
<style>
span { border-color: #3A4132; }
span { border-color: rgb(58,65,50); }
td.TdClassName
{
border-color: #3A4132;
}
.TagClassName
{
border-color: #3A4132;
}
</style>