Shades of Mallard #414A3C
Tints of Mallard #414A3C
RGB
CMYK
RGB Variations
Color information
#414A3C (or 0x414A3C) is known color: Mallard. HEX triplet: 41, 4A and 3C. RGB value is (65,74,60). Sum of RGB (Red+Green+Blue) = 65+74+60=199 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.66% from 199); Green value is 74 (29.30% from 255 or 37.19% from 199); Blue value is 60 (23.83% from 255 or 30.15% from 199); Max value from RGB is 74 - color contains mainly: green. Hex color #414A3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414A3C is #BEB5C3. Grayscale: #454545. Windows color (decimal): -12498372 or 3951169. OLE color: 3951169.
HSL color Cylindrical-coordinate representation of color #414A3C: hue angle of 98.57º degrees, saturation: 0.1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #414A3C is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 65 | 74 | 60 | - |
| CMYK | 0.12 | 0 | 0.19 | 0.71 |
| HSL | 98.57º | 0.1% | 0.26% | - |
| HSV(B) | 98.57º | 0.19% | 0.29% | - |
| XYZ | 5.44 | 6.35 | 5.21 | - |
| YUV | 69.71 | 122.52 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 74 | 60 | 0.12 | 0 | 0.19 | 0.71 | 98.57 | 0.1 | 0.26 |
| Hex | 41 | 4A | 3C | C | 0 | 13 | 47 | 63 | A | 1A |
| Octal | 101 | 112 | 74 | 14 | 0 | 23 | 107 | 143 | 12 | 32 |
| Binary | 1000001 | 1001010 | 111100 | 1100 | 0 | 10011 | 1000111 | 1100011 | 1010 | 11010 |
Color Harmonies of #414A3C
Complementary color
Monochromatic Colors of #414A3C
Black with #414A3C
Text Example
Text Example
White with #414A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414A3C; }
p { color: rgb(65,74,60); }
H1.HeaderClassName
{
color: #414A3C;
}
.AnyTagClassName
{
color: #414A3C;
}
</style>
background-color css
<style>
a { background-color: #414A3C; }
a { background-color: rgb(65,74,60); }
div.DivClassName
{
background-color: #414A3C;
}
.BgClassName
{
background-color: #414A3C;
}
</style>
border-color css
<style>
span { border-color: #414A3C; }
span { border-color: rgb(65,74,60); }
td.TdClassName
{
border-color: #414A3C;
}
.TagClassName
{
border-color: #414A3C;
}
</style>