Shades of Mallard #3F5332
Tints of Mallard #3F5332
RGB
CMYK
RGB Variations
Color information
#3F5332 (or 0x3F5332) is known color: Mallard. HEX triplet: 3F, 53 and 32. RGB value is (63,83,50). Sum of RGB (Red+Green+Blue) = 63+83+50=196 (25% of max value = 765). Red value is 63 (25% from 255 or 32.14% from 196); Green value is 83 (32.81% from 255 or 42.35% from 196); Blue value is 50 (19.92% from 255 or 25.51% from 196); Max value from RGB is 83 - color contains mainly: green. Hex color #3F5332 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5332 is #C0ACCD. Grayscale: #494949. Windows color (decimal): -12627150 or 3298111. OLE color: 3298111.
HSL color Cylindrical-coordinate representation of color #3F5332: hue angle of 96.36º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3F5332 is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 63 | 83 | 50 | - |
| CMYK | 0.24 | 0 | 0.40 | 0.67 |
| HSL | 96.36º | 0.25% | 0.26% | - |
| HSV(B) | 96.36º | 0.4% | 0.33% | - |
| XYZ | 5.72 | 7.47 | 4.16 | - |
| YUV | 73.26 | 114.87 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 83 | 50 | 0.24 | 0 | 0.40 | 0.67 | 96.36 | 0.25 | 0.26 |
| Hex | 3F | 53 | 32 | 18 | 0 | 28 | 43 | 60 | 19 | 1A |
| Octal | 77 | 123 | 62 | 30 | 0 | 50 | 103 | 140 | 31 | 32 |
| Binary | 111111 | 1010011 | 110010 | 11000 | 0 | 101000 | 1000011 | 1100000 | 11001 | 11010 |
Color Harmonies of #3F5332
Complementary color
Monochromatic Colors of #3F5332
Black with #3F5332
Text Example
Text Example
White with #3F5332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5332; }
p { color: rgb(63,83,50); }
H1.HeaderClassName
{
color: #3F5332;
}
.AnyTagClassName
{
color: #3F5332;
}
</style>
background-color css
<style>
a { background-color: #3F5332; }
a { background-color: rgb(63,83,50); }
div.DivClassName
{
background-color: #3F5332;
}
.BgClassName
{
background-color: #3F5332;
}
</style>
border-color css
<style>
span { border-color: #3F5332; }
span { border-color: rgb(63,83,50); }
td.TdClassName
{
border-color: #3F5332;
}
.TagClassName
{
border-color: #3F5332;
}
</style>