Shades of Mallard #3A4B2B
Tints of Mallard #3A4B2B
RGB
CMYK
RGB Variations
Color information
#3A4B2B (or 0x3A4B2B) is known color: Mallard. HEX triplet: 3A, 4B and 2B. RGB value is (58,75,43). Sum of RGB (Red+Green+Blue) = 58+75+43=176 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.95% from 176); Green value is 75 (29.69% from 255 or 42.61% from 176); Blue value is 43 (17.19% from 255 or 24.43% from 176); Max value from RGB is 75 - color contains mainly: green. Hex color #3A4B2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4B2B is #C5B4D4. Grayscale: #424242. Windows color (decimal): -12956885 or 2837306. OLE color: 2837306.
HSL color Cylindrical-coordinate representation of color #3A4B2B: hue angle of 91.88º degrees, saturation: 0.27, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3A4B2B is Cyan = 0.23, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 58 | 75 | 43 | - |
| CMYK | 0.23 | 0 | 0.43 | 0.71 |
| HSL | 91.88º | 0.27% | 0.23% | - |
| HSV(B) | 91.88º | 0.43% | 0.29% | - |
| XYZ | 4.7 | 6.11 | 3.22 | - |
| YUV | 66.27 | 114.87 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 75 | 43 | 0.23 | 0 | 0.43 | 0.71 | 91.88 | 0.27 | 0.23 |
| Hex | 3A | 4B | 2B | 17 | 0 | 2B | 47 | 5C | 1B | 17 |
| Octal | 72 | 113 | 53 | 27 | 0 | 53 | 107 | 134 | 33 | 27 |
| Binary | 111010 | 1001011 | 101011 | 10111 | 0 | 101011 | 1000111 | 1011100 | 11011 | 10111 |
Color Harmonies of #3A4B2B
Complementary color
Monochromatic Colors of #3A4B2B
Black with #3A4B2B
Text Example
Text Example
White with #3A4B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4B2B; }
p { color: rgb(58,75,43); }
H1.HeaderClassName
{
color: #3A4B2B;
}
.AnyTagClassName
{
color: #3A4B2B;
}
</style>
background-color css
<style>
a { background-color: #3A4B2B; }
a { background-color: rgb(58,75,43); }
div.DivClassName
{
background-color: #3A4B2B;
}
.BgClassName
{
background-color: #3A4B2B;
}
</style>
border-color css
<style>
span { border-color: #3A4B2B; }
span { border-color: rgb(58,75,43); }
td.TdClassName
{
border-color: #3A4B2B;
}
.TagClassName
{
border-color: #3A4B2B;
}
</style>