Shades of Mallard #3A4134
Tints of Mallard #3A4134
RGB
CMYK
RGB Variations
Color information
#3A4134 (or 0x3A4134) is known color: Mallard. HEX triplet: 3A, 41 and 34. RGB value is (58,65,52). Sum of RGB (Red+Green+Blue) = 58+65+52=175 (23% of max value = 765). Red value is 58 (23.05% from 255 or 33.14% from 175); Green value is 65 (25.78% from 255 or 37.14% from 175); Blue value is 52 (20.70% from 255 or 29.71% from 175); Max value from RGB is 65 - color contains mainly: green. Hex color #3A4134 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4134 is #C5BECB. Grayscale: #3D3D3D. Windows color (decimal): -12959436 or 3424570. OLE color: 3424570.
HSL color Cylindrical-coordinate representation of color #3A4134: hue angle of 92.31º degrees, saturation: 0.11, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #3A4134 is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.75.
Color convert
RGB | 58 | 65 | 52 | - |
CMYK | 0.11 | 0 | 0.20 | 0.75 |
HSL | 92.31º | 0.11% | 0.23% | - |
HSV(B) | 92.31º | 0.2% | 0.25% | - |
XYZ | 4.26 | 4.93 | 3.98 | - |
YUV | 61.43 | 122.68 | 125.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 58 | 65 | 52 | 0.11 | 0 | 0.20 | 0.75 | 92.31 | 0.11 | 0.23 |
Hex | 3A | 41 | 34 | B | 0 | 14 | 4B | 5C | B | 17 |
Octal | 72 | 101 | 64 | 13 | 0 | 24 | 113 | 134 | 13 | 27 |
Binary | 111010 | 1000001 | 110100 | 1011 | 0 | 10100 | 1001011 | 1011100 | 1011 | 10111 |
Color Harmonies of #3A4134
Complementary color
Monochromatic Colors of #3A4134
Black with #3A4134
Text Example
Text Example
White with #3A4134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4134; }
p { color: rgb(58,65,52); }
H1.HeaderClassName
{
color: #3A4134;
}
.AnyTagClassName
{
color: #3A4134;
}
</style>
background-color css
<style>
a { background-color: #3A4134; }
a { background-color: rgb(58,65,52); }
div.DivClassName
{
background-color: #3A4134;
}
.BgClassName
{
background-color: #3A4134;
}
</style>
border-color css
<style>
span { border-color: #3A4134; }
span { border-color: rgb(58,65,52); }
td.TdClassName
{
border-color: #3A4134;
}
.TagClassName
{
border-color: #3A4134;
}
</style>