Shades of Mallard #3A4136
Tints of Mallard #3A4136
RGB
CMYK
RGB Variations
Color information
#3A4136 (or 0x3A4136) is known color: Mallard. HEX triplet: 3A, 41 and 36. RGB value is (58,65,54). Sum of RGB (Red+Green+Blue) = 58+65+54=177 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.77% from 177); Green value is 65 (25.78% from 255 or 36.72% from 177); Blue value is 54 (21.48% from 255 or 30.51% from 177); Max value from RGB is 65 - color contains mainly: green. Hex color #3A4136 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4136 is #C5BEC9. Grayscale: #3D3D3D. Windows color (decimal): -12959434 or 3555642. OLE color: 3555642.
HSL color Cylindrical-coordinate representation of color #3A4136: hue angle of 98.18º degrees, saturation: 0.09, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #3A4136 is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.75.
Color convert
RGB | 58 | 65 | 54 | - |
CMYK | 0.11 | 0 | 0.17 | 0.75 |
HSL | 98.18º | 0.09% | 0.23% | - |
HSV(B) | 98.18º | 0.17% | 0.25% | - |
XYZ | 4.3 | 4.95 | 4.22 | - |
YUV | 61.65 | 123.68 | 125.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 58 | 65 | 54 | 0.11 | 0 | 0.17 | 0.75 | 98.18 | 0.09 | 0.23 |
Hex | 3A | 41 | 36 | B | 0 | 11 | 4B | 62 | 9 | 17 |
Octal | 72 | 101 | 66 | 13 | 0 | 21 | 113 | 142 | 11 | 27 |
Binary | 111010 | 1000001 | 110110 | 1011 | 0 | 10001 | 1001011 | 1100010 | 1001 | 10111 |
Color Harmonies of #3A4136
Complementary color
Monochromatic Colors of #3A4136
Black with #3A4136
Text Example
Text Example
White with #3A4136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4136; }
p { color: rgb(58,65,54); }
H1.HeaderClassName
{
color: #3A4136;
}
.AnyTagClassName
{
color: #3A4136;
}
</style>
background-color css
<style>
a { background-color: #3A4136; }
a { background-color: rgb(58,65,54); }
div.DivClassName
{
background-color: #3A4136;
}
.BgClassName
{
background-color: #3A4136;
}
</style>
border-color css
<style>
span { border-color: #3A4136; }
span { border-color: rgb(58,65,54); }
td.TdClassName
{
border-color: #3A4136;
}
.TagClassName
{
border-color: #3A4136;
}
</style>