Shades of Mallard #41483B
Tints of Mallard #41483B
RGB
CMYK
RGB Variations
Color information
#41483B (or 0x41483B) is known color: Mallard. HEX triplet: 41, 48 and 3B. RGB value is (65,72,59). Sum of RGB (Red+Green+Blue) = 65+72+59=196 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.16% from 196); Green value is 72 (28.52% from 255 or 36.73% from 196); Blue value is 59 (23.44% from 255 or 30.10% from 196); Max value from RGB is 72 - color contains mainly: green. Hex color #41483B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41483B is #BEB7C4. Grayscale: #444444. Windows color (decimal): -12498885 or 3885121. OLE color: 3885121.
HSL color Cylindrical-coordinate representation of color #41483B: hue angle of 92.31º degrees, saturation: 0.1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #41483B is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 65 | 72 | 59 | - |
| CMYK | 0.10 | 0 | 0.18 | 0.72 |
| HSL | 92.31º | 0.1% | 0.26% | - |
| HSV(B) | 92.31º | 0.18% | 0.28% | - |
| XYZ | 5.29 | 6.07 | 5.03 | - |
| YUV | 68.43 | 122.68 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 72 | 59 | 0.10 | 0 | 0.18 | 0.72 | 92.31 | 0.1 | 0.26 |
| Hex | 41 | 48 | 3B | A | 0 | 12 | 48 | 5C | A | 1A |
| Octal | 101 | 110 | 73 | 12 | 0 | 22 | 110 | 134 | 12 | 32 |
| Binary | 1000001 | 1001000 | 111011 | 1010 | 0 | 10010 | 1001000 | 1011100 | 1010 | 11010 |
Color Harmonies of #41483B
Complementary color
Monochromatic Colors of #41483B
Black with #41483B
Text Example
Text Example
White with #41483B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41483B; }
p { color: rgb(65,72,59); }
H1.HeaderClassName
{
color: #41483B;
}
.AnyTagClassName
{
color: #41483B;
}
</style>
background-color css
<style>
a { background-color: #41483B; }
a { background-color: rgb(65,72,59); }
div.DivClassName
{
background-color: #41483B;
}
.BgClassName
{
background-color: #41483B;
}
</style>
border-color css
<style>
span { border-color: #41483B; }
span { border-color: rgb(65,72,59); }
td.TdClassName
{
border-color: #41483B;
}
.TagClassName
{
border-color: #41483B;
}
</style>