Shades of Mallard #3A4430
Tints of Mallard #3A4430
RGB
CMYK
RGB Variations
Color information
#3A4430 (or 0x3A4430) is known color: Mallard. HEX triplet: 3A, 44 and 30. RGB value is (58,68,48). Sum of RGB (Red+Green+Blue) = 58+68+48=174 (23% of max value = 765). Red value is 58 (23.05% from 255 or 33.33% from 174); Green value is 68 (26.95% from 255 or 39.08% from 174); Blue value is 48 (19.14% from 255 or 27.59% from 174); Max value from RGB is 68 - color contains mainly: green. Hex color #3A4430 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4430 is #C5BBCF. Grayscale: #3E3E3E. Windows color (decimal): -12958672 or 3163194. OLE color: 3163194.
HSL color Cylindrical-coordinate representation of color #3A4430: hue angle of 90º degrees, saturation: 0.17, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3A4430 is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 58 | 68 | 48 | - |
| CMYK | 0.15 | 0 | 0.29 | 0.73 |
| HSL | 90º | 0.17% | 0.23% | - |
| HSV(B) | 90º | 0.29% | 0.27% | - |
| XYZ | 4.35 | 5.25 | 3.58 | - |
| YUV | 62.73 | 119.69 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 68 | 48 | 0.15 | 0 | 0.29 | 0.73 | 90 | 0.17 | 0.23 |
| Hex | 3A | 44 | 30 | F | 0 | 1D | 49 | 5A | 11 | 17 |
| Octal | 72 | 104 | 60 | 17 | 0 | 35 | 111 | 132 | 21 | 27 |
| Binary | 111010 | 1000100 | 110000 | 1111 | 0 | 11101 | 1001001 | 1011010 | 10001 | 10111 |
Color Harmonies of #3A4430
Complementary color
Monochromatic Colors of #3A4430
Black with #3A4430
Text Example
Text Example
White with #3A4430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4430; }
p { color: rgb(58,68,48); }
H1.HeaderClassName
{
color: #3A4430;
}
.AnyTagClassName
{
color: #3A4430;
}
</style>
background-color css
<style>
a { background-color: #3A4430; }
a { background-color: rgb(58,68,48); }
div.DivClassName
{
background-color: #3A4430;
}
.BgClassName
{
background-color: #3A4430;
}
</style>
border-color css
<style>
span { border-color: #3A4430; }
span { border-color: rgb(58,68,48); }
td.TdClassName
{
border-color: #3A4430;
}
.TagClassName
{
border-color: #3A4430;
}
</style>