Shades of Mallard #3A4334
Tints of Mallard #3A4334
RGB
CMYK
RGB Variations
Color information
#3A4334 (or 0x3A4334) is known color: Mallard. HEX triplet: 3A, 43 and 34. RGB value is (58,67,52). Sum of RGB (Red+Green+Blue) = 58+67+52=177 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.77% from 177); Green value is 67 (26.56% from 255 or 37.85% from 177); Blue value is 52 (20.70% from 255 or 29.38% from 177); Max value from RGB is 67 - color contains mainly: green. Hex color #3A4334 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4334 is #C5BCCB. Grayscale: #3E3E3E. Windows color (decimal): -12958924 or 3425082. OLE color: 3425082.
HSL color Cylindrical-coordinate representation of color #3A4334: hue angle of 96º degrees, saturation: 0.13, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3A4334 is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 58 | 67 | 52 | - |
| CMYK | 0.13 | 0 | 0.22 | 0.74 |
| HSL | 96º | 0.13% | 0.23% | - |
| HSV(B) | 96º | 0.22% | 0.26% | - |
| XYZ | 4.37 | 5.16 | 4.01 | - |
| YUV | 62.6 | 122.02 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 67 | 52 | 0.13 | 0 | 0.22 | 0.74 | 96 | 0.13 | 0.23 |
| Hex | 3A | 43 | 34 | D | 0 | 16 | 4A | 60 | D | 17 |
| Octal | 72 | 103 | 64 | 15 | 0 | 26 | 112 | 140 | 15 | 27 |
| Binary | 111010 | 1000011 | 110100 | 1101 | 0 | 10110 | 1001010 | 1100000 | 1101 | 10111 |
Color Harmonies of #3A4334
Complementary color
Monochromatic Colors of #3A4334
Black with #3A4334
Text Example
Text Example
White with #3A4334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4334; }
p { color: rgb(58,67,52); }
H1.HeaderClassName
{
color: #3A4334;
}
.AnyTagClassName
{
color: #3A4334;
}
</style>
background-color css
<style>
a { background-color: #3A4334; }
a { background-color: rgb(58,67,52); }
div.DivClassName
{
background-color: #3A4334;
}
.BgClassName
{
background-color: #3A4334;
}
</style>
border-color css
<style>
span { border-color: #3A4334; }
span { border-color: rgb(58,67,52); }
td.TdClassName
{
border-color: #3A4334;
}
.TagClassName
{
border-color: #3A4334;
}
</style>