Shades of Mallard #3B4530
Tints of Mallard #3B4530
RGB
CMYK
RGB Variations
Color information
#3B4530 (or 0x3B4530) is known color: Mallard. HEX triplet: 3B, 45 and 30. RGB value is (59,69,48). Sum of RGB (Red+Green+Blue) = 59+69+48=176 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.52% from 176); Green value is 69 (27.34% from 255 or 39.20% from 176); Blue value is 48 (19.14% from 255 or 27.27% from 176); Max value from RGB is 69 - color contains mainly: green. Hex color #3B4530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4530 is #C4BACF. Grayscale: #3F3F3F. Windows color (decimal): -12892880 or 3163451. OLE color: 3163451.
HSL color Cylindrical-coordinate representation of color #3B4530: hue angle of 88.57º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3B4530 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 59 | 69 | 48 | - |
| CMYK | 0.14 | 0 | 0.30 | 0.73 |
| HSL | 88.57º | 0.18% | 0.23% | - |
| HSV(B) | 88.57º | 0.3% | 0.27% | - |
| XYZ | 4.47 | 5.4 | 3.6 | - |
| YUV | 63.62 | 119.19 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 69 | 48 | 0.14 | 0 | 0.30 | 0.73 | 88.57 | 0.18 | 0.23 |
| Hex | 3B | 45 | 30 | E | 0 | 1E | 49 | 59 | 12 | 17 |
| Octal | 73 | 105 | 60 | 16 | 0 | 36 | 111 | 131 | 22 | 27 |
| Binary | 111011 | 1000101 | 110000 | 1110 | 0 | 11110 | 1001001 | 1011001 | 10010 | 10111 |
Color Harmonies of #3B4530
Complementary color
Monochromatic Colors of #3B4530
Black with #3B4530
Text Example
Text Example
White with #3B4530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4530; }
p { color: rgb(59,69,48); }
H1.HeaderClassName
{
color: #3B4530;
}
.AnyTagClassName
{
color: #3B4530;
}
</style>
background-color css
<style>
a { background-color: #3B4530; }
a { background-color: rgb(59,69,48); }
div.DivClassName
{
background-color: #3B4530;
}
.BgClassName
{
background-color: #3B4530;
}
</style>
border-color css
<style>
span { border-color: #3B4530; }
span { border-color: rgb(59,69,48); }
td.TdClassName
{
border-color: #3B4530;
}
.TagClassName
{
border-color: #3B4530;
}
</style>