Shades of Mallard #3A5525
Tints of Mallard #3A5525
RGB
CMYK
RGB Variations
Color information
#3A5525 (or 0x3A5525) is known color: Mallard. HEX triplet: 3A, 55 and 25. RGB value is (58,85,37). Sum of RGB (Red+Green+Blue) = 58+85+37=180 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.22% from 180); Green value is 85 (33.59% from 255 or 47.22% from 180); Blue value is 37 (14.84% from 255 or 20.56% from 180); Max value from RGB is 85 - color contains mainly: green. Hex color #3A5525 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5525 is #C5AADA. Grayscale: #474747. Windows color (decimal): -12954331 or 2446650. OLE color: 2446650.
HSL color Cylindrical-coordinate representation of color #3A5525: hue angle of 93.75º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3A5525 is Cyan = 0.32, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 58 | 85 | 37 | - |
| CMYK | 0.32 | 0 | 0.56 | 0.67 |
| HSL | 93.75º | 0.39% | 0.24% | - |
| HSV(B) | 93.75º | 0.56% | 0.33% | - |
| XYZ | 5.33 | 7.53 | 2.92 | - |
| YUV | 71.46 | 108.55 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 85 | 37 | 0.32 | 0 | 0.56 | 0.67 | 93.75 | 0.39 | 0.24 |
| Hex | 3A | 55 | 25 | 20 | 0 | 38 | 43 | 5E | 27 | 18 |
| Octal | 72 | 125 | 45 | 40 | 0 | 70 | 103 | 136 | 47 | 30 |
| Binary | 111010 | 1010101 | 100101 | 100000 | 0 | 111000 | 1000011 | 1011110 | 100111 | 11000 |
Color Harmonies of #3A5525
Complementary color
Monochromatic Colors of #3A5525
Black with #3A5525
Text Example
Text Example
White with #3A5525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5525; }
p { color: rgb(58,85,37); }
H1.HeaderClassName
{
color: #3A5525;
}
.AnyTagClassName
{
color: #3A5525;
}
</style>
background-color css
<style>
a { background-color: #3A5525; }
a { background-color: rgb(58,85,37); }
div.DivClassName
{
background-color: #3A5525;
}
.BgClassName
{
background-color: #3A5525;
}
</style>
border-color css
<style>
span { border-color: #3A5525; }
span { border-color: rgb(58,85,37); }
td.TdClassName
{
border-color: #3A5525;
}
.TagClassName
{
border-color: #3A5525;
}
</style>