Shades of Mallard #3B532A
Tints of Mallard #3B532A
RGB
CMYK
RGB Variations
Color information
#3B532A (or 0x3B532A) is known color: Mallard. HEX triplet: 3B, 53 and 2A. RGB value is (59,83,42). Sum of RGB (Red+Green+Blue) = 59+83+42=184 (24% of max value = 765). Red value is 59 (23.44% from 255 or 32.07% from 184); Green value is 83 (32.81% from 255 or 45.11% from 184); Blue value is 42 (16.80% from 255 or 22.83% from 184); Max value from RGB is 83 - color contains mainly: green. Hex color #3B532A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B532A is #C4ACD5. Grayscale: #474747. Windows color (decimal): -12889302 or 2773819. OLE color: 2773819.
HSL color Cylindrical-coordinate representation of color #3B532A: hue angle of 95.12º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3B532A is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 59 | 83 | 42 | - |
| CMYK | 0.29 | 0 | 0.49 | 0.67 |
| HSL | 95.12º | 0.33% | 0.25% | - |
| HSV(B) | 95.12º | 0.49% | 0.33% | - |
| XYZ | 5.31 | 7.28 | 3.32 | - |
| YUV | 71.15 | 111.55 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 83 | 42 | 0.29 | 0 | 0.49 | 0.67 | 95.12 | 0.33 | 0.25 |
| Hex | 3B | 53 | 2A | 1D | 0 | 31 | 43 | 5F | 21 | 19 |
| Octal | 73 | 123 | 52 | 35 | 0 | 61 | 103 | 137 | 41 | 31 |
| Binary | 111011 | 1010011 | 101010 | 11101 | 0 | 110001 | 1000011 | 1011111 | 100001 | 11001 |
Color Harmonies of #3B532A
Complementary color
Monochromatic Colors of #3B532A
Black with #3B532A
Text Example
Text Example
White with #3B532A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B532A; }
p { color: rgb(59,83,42); }
H1.HeaderClassName
{
color: #3B532A;
}
.AnyTagClassName
{
color: #3B532A;
}
</style>
background-color css
<style>
a { background-color: #3B532A; }
a { background-color: rgb(59,83,42); }
div.DivClassName
{
background-color: #3B532A;
}
.BgClassName
{
background-color: #3B532A;
}
</style>
border-color css
<style>
span { border-color: #3B532A; }
span { border-color: rgb(59,83,42); }
td.TdClassName
{
border-color: #3B532A;
}
.TagClassName
{
border-color: #3B532A;
}
</style>