Shades of Mallard #3A4930
Tints of Mallard #3A4930
RGB
CMYK
RGB Variations
Color information
#3A4930 (or 0x3A4930) is known color: Mallard. HEX triplet: 3A, 49 and 30. RGB value is (58,73,48). Sum of RGB (Red+Green+Blue) = 58+73+48=179 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.40% from 179); Green value is 73 (28.91% from 255 or 40.78% from 179); Blue value is 48 (19.14% from 255 or 26.82% from 179); Max value from RGB is 73 - color contains mainly: green. Hex color #3A4930 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4930 is #C5B6CF. Grayscale: #414141. Windows color (decimal): -12957392 or 3164474. OLE color: 3164474.
HSL color Cylindrical-coordinate representation of color #3A4930: hue angle of 96º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3A4930 is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 58 | 73 | 48 | - |
| CMYK | 0.21 | 0 | 0.34 | 0.71 |
| HSL | 96º | 0.21% | 0.24% | - |
| HSV(B) | 96º | 0.34% | 0.29% | - |
| XYZ | 4.66 | 5.88 | 3.69 | - |
| YUV | 65.67 | 118.03 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 73 | 48 | 0.21 | 0 | 0.34 | 0.71 | 96 | 0.21 | 0.24 |
| Hex | 3A | 49 | 30 | 15 | 0 | 22 | 47 | 60 | 15 | 18 |
| Octal | 72 | 111 | 60 | 25 | 0 | 42 | 107 | 140 | 25 | 30 |
| Binary | 111010 | 1001001 | 110000 | 10101 | 0 | 100010 | 1000111 | 1100000 | 10101 | 11000 |
Color Harmonies of #3A4930
Complementary color
Monochromatic Colors of #3A4930
Black with #3A4930
Text Example
Text Example
White with #3A4930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4930; }
p { color: rgb(58,73,48); }
H1.HeaderClassName
{
color: #3A4930;
}
.AnyTagClassName
{
color: #3A4930;
}
</style>
background-color css
<style>
a { background-color: #3A4930; }
a { background-color: rgb(58,73,48); }
div.DivClassName
{
background-color: #3A4930;
}
.BgClassName
{
background-color: #3A4930;
}
</style>
border-color css
<style>
span { border-color: #3A4930; }
span { border-color: rgb(58,73,48); }
td.TdClassName
{
border-color: #3A4930;
}
.TagClassName
{
border-color: #3A4930;
}
</style>