Shades of Mallard #3A472F
Tints of Mallard #3A472F
RGB
CMYK
RGB Variations
Color information
#3A472F (or 0x3A472F) is known color: Mallard. HEX triplet: 3A, 47 and 2F. RGB value is (58,71,47). Sum of RGB (Red+Green+Blue) = 58+71+47=176 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.95% from 176); Green value is 71 (28.12% from 255 or 40.34% from 176); Blue value is 47 (18.75% from 255 or 26.70% from 176); Max value from RGB is 71 - color contains mainly: green. Hex color #3A472F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A472F is #C5B8D0. Grayscale: #404040. Windows color (decimal): -12957905 or 3098426. OLE color: 3098426.
HSL color Cylindrical-coordinate representation of color #3A472F: hue angle of 92.5º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3A472F is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 58 | 71 | 47 | - |
| CMYK | 0.18 | 0 | 0.34 | 0.72 |
| HSL | 92.5º | 0.2% | 0.23% | - |
| HSV(B) | 92.5º | 0.34% | 0.28% | - |
| XYZ | 4.51 | 5.61 | 3.53 | - |
| YUV | 64.38 | 118.19 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 71 | 47 | 0.18 | 0 | 0.34 | 0.72 | 92.5 | 0.2 | 0.23 |
| Hex | 3A | 47 | 2F | 12 | 0 | 22 | 48 | 5C | 14 | 17 |
| Octal | 72 | 107 | 57 | 22 | 0 | 42 | 110 | 134 | 24 | 27 |
| Binary | 111010 | 1000111 | 101111 | 10010 | 0 | 100010 | 1001000 | 1011100 | 10100 | 10111 |
Color Harmonies of #3A472F
Complementary color
Monochromatic Colors of #3A472F
Black with #3A472F
Text Example
Text Example
White with #3A472F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A472F; }
p { color: rgb(58,71,47); }
H1.HeaderClassName
{
color: #3A472F;
}
.AnyTagClassName
{
color: #3A472F;
}
</style>
background-color css
<style>
a { background-color: #3A472F; }
a { background-color: rgb(58,71,47); }
div.DivClassName
{
background-color: #3A472F;
}
.BgClassName
{
background-color: #3A472F;
}
</style>
border-color css
<style>
span { border-color: #3A472F; }
span { border-color: rgb(58,71,47); }
td.TdClassName
{
border-color: #3A472F;
}
.TagClassName
{
border-color: #3A472F;
}
</style>