Shades of Mallard #3A5327
Tints of Mallard #3A5327
RGB
CMYK
RGB Variations
Color information
#3A5327 (or 0x3A5327) is known color: Mallard. HEX triplet: 3A, 53 and 27. RGB value is (58,83,39). Sum of RGB (Red+Green+Blue) = 58+83+39=180 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.22% from 180); Green value is 83 (32.81% from 255 or 46.11% from 180); Blue value is 39 (15.62% from 255 or 21.67% from 180); Max value from RGB is 83 - color contains mainly: green. Hex color #3A5327 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5327 is #C5ACD8. Grayscale: #464646. Windows color (decimal): -12954841 or 2577210. OLE color: 2577210.
HSL color Cylindrical-coordinate representation of color #3A5327: hue angle of 94.09º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3A5327 is Cyan = 0.30, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 58 | 83 | 39 | - |
| CMYK | 0.30 | 0 | 0.53 | 0.67 |
| HSL | 94.09º | 0.36% | 0.24% | - |
| HSV(B) | 94.09º | 0.53% | 0.33% | - |
| XYZ | 5.2 | 7.23 | 3.04 | - |
| YUV | 70.51 | 110.22 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 83 | 39 | 0.30 | 0 | 0.53 | 0.67 | 94.09 | 0.36 | 0.24 |
| Hex | 3A | 53 | 27 | 1E | 0 | 35 | 43 | 5E | 24 | 18 |
| Octal | 72 | 123 | 47 | 36 | 0 | 65 | 103 | 136 | 44 | 30 |
| Binary | 111010 | 1010011 | 100111 | 11110 | 0 | 110101 | 1000011 | 1011110 | 100100 | 11000 |
Color Harmonies of #3A5327
Complementary color
Monochromatic Colors of #3A5327
Black with #3A5327
Text Example
Text Example
White with #3A5327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5327; }
p { color: rgb(58,83,39); }
H1.HeaderClassName
{
color: #3A5327;
}
.AnyTagClassName
{
color: #3A5327;
}
</style>
background-color css
<style>
a { background-color: #3A5327; }
a { background-color: rgb(58,83,39); }
div.DivClassName
{
background-color: #3A5327;
}
.BgClassName
{
background-color: #3A5327;
}
</style>
border-color css
<style>
span { border-color: #3A5327; }
span { border-color: rgb(58,83,39); }
td.TdClassName
{
border-color: #3A5327;
}
.TagClassName
{
border-color: #3A5327;
}
</style>