Shades of Mallard #3F5230
Tints of Mallard #3F5230
RGB
CMYK
RGB Variations
Color information
#3F5230 (or 0x3F5230) is known color: Mallard. HEX triplet: 3F, 52 and 30. RGB value is (63,82,48). Sum of RGB (Red+Green+Blue) = 63+82+48=193 (25% of max value = 765). Red value is 63 (25% from 255 or 32.64% from 193); Green value is 82 (32.42% from 255 or 42.49% from 193); Blue value is 48 (19.14% from 255 or 24.87% from 193); Max value from RGB is 82 - color contains mainly: green. Hex color #3F5230 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5230 is #C0ADCF. Grayscale: #484848. Windows color (decimal): -12627408 or 3166783. OLE color: 3166783.
HSL color Cylindrical-coordinate representation of color #3F5230: hue angle of 93.53º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3F5230 is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 63 | 82 | 48 | - |
| CMYK | 0.23 | 0 | 0.41 | 0.68 |
| HSL | 93.53º | 0.26% | 0.25% | - |
| HSV(B) | 93.53º | 0.41% | 0.32% | - |
| XYZ | 5.6 | 7.3 | 3.91 | - |
| YUV | 72.44 | 114.21 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 82 | 48 | 0.23 | 0 | 0.41 | 0.68 | 93.53 | 0.26 | 0.25 |
| Hex | 3F | 52 | 30 | 17 | 0 | 29 | 44 | 5E | 1A | 19 |
| Octal | 77 | 122 | 60 | 27 | 0 | 51 | 104 | 136 | 32 | 31 |
| Binary | 111111 | 1010010 | 110000 | 10111 | 0 | 101001 | 1000100 | 1011110 | 11010 | 11001 |
Color Harmonies of #3F5230
Complementary color
Monochromatic Colors of #3F5230
Black with #3F5230
Text Example
Text Example
White with #3F5230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5230; }
p { color: rgb(63,82,48); }
H1.HeaderClassName
{
color: #3F5230;
}
.AnyTagClassName
{
color: #3F5230;
}
</style>
background-color css
<style>
a { background-color: #3F5230; }
a { background-color: rgb(63,82,48); }
div.DivClassName
{
background-color: #3F5230;
}
.BgClassName
{
background-color: #3F5230;
}
</style>
border-color css
<style>
span { border-color: #3F5230; }
span { border-color: rgb(63,82,48); }
td.TdClassName
{
border-color: #3F5230;
}
.TagClassName
{
border-color: #3F5230;
}
</style>