Shades of Mallard #3A502A
Tints of Mallard #3A502A
RGB
CMYK
RGB Variations
Color information
#3A502A (or 0x3A502A) is known color: Mallard. HEX triplet: 3A, 50 and 2A. RGB value is (58,80,42). Sum of RGB (Red+Green+Blue) = 58+80+42=180 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.22% from 180); Green value is 80 (31.64% from 255 or 44.44% from 180); Blue value is 42 (16.80% from 255 or 23.33% from 180); Max value from RGB is 80 - color contains mainly: green. Hex color #3A502A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A502A is #C5AFD5. Grayscale: #454545. Windows color (decimal): -12955606 or 2773050. OLE color: 2773050.
HSL color Cylindrical-coordinate representation of color #3A502A: hue angle of 94.74º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3A502A is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 58 | 80 | 42 | - |
| CMYK | 0.28 | 0 | 0.48 | 0.69 |
| HSL | 94.74º | 0.31% | 0.24% | - |
| HSV(B) | 94.74º | 0.48% | 0.31% | - |
| XYZ | 5.03 | 6.8 | 3.24 | - |
| YUV | 69.09 | 112.71 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 80 | 42 | 0.28 | 0 | 0.48 | 0.69 | 94.74 | 0.31 | 0.24 |
| Hex | 3A | 50 | 2A | 1C | 0 | 30 | 45 | 5F | 1F | 18 |
| Octal | 72 | 120 | 52 | 34 | 0 | 60 | 105 | 137 | 37 | 30 |
| Binary | 111010 | 1010000 | 101010 | 11100 | 0 | 110000 | 1000101 | 1011111 | 11111 | 11000 |
Color Harmonies of #3A502A
Complementary color
Monochromatic Colors of #3A502A
Black with #3A502A
Text Example
Text Example
White with #3A502A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A502A; }
p { color: rgb(58,80,42); }
H1.HeaderClassName
{
color: #3A502A;
}
.AnyTagClassName
{
color: #3A502A;
}
</style>
background-color css
<style>
a { background-color: #3A502A; }
a { background-color: rgb(58,80,42); }
div.DivClassName
{
background-color: #3A502A;
}
.BgClassName
{
background-color: #3A502A;
}
</style>
border-color css
<style>
span { border-color: #3A502A; }
span { border-color: rgb(58,80,42); }
td.TdClassName
{
border-color: #3A502A;
}
.TagClassName
{
border-color: #3A502A;
}
</style>