Shades of Mallard #414A38
Tints of Mallard #414A38
RGB
CMYK
RGB Variations
Color information
#414A38 (or 0x414A38) is known color: Mallard. HEX triplet: 41, 4A and 38. RGB value is (65,74,56). Sum of RGB (Red+Green+Blue) = 65+74+56=195 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.33% from 195); Green value is 74 (29.30% from 255 or 37.95% from 195); Blue value is 56 (22.27% from 255 or 28.72% from 195); Max value from RGB is 74 - color contains mainly: green. Hex color #414A38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414A38 is #BEB5C7. Grayscale: #454545. Windows color (decimal): -12498376 or 3689025. OLE color: 3689025.
HSL color Cylindrical-coordinate representation of color #414A38: hue angle of 90º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #414A38 is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 65 | 74 | 56 | - |
| CMYK | 0.12 | 0 | 0.24 | 0.71 |
| HSL | 90º | 0.14% | 0.25% | - |
| HSV(B) | 90º | 0.24% | 0.29% | - |
| XYZ | 5.34 | 6.31 | 4.68 | - |
| YUV | 69.26 | 120.52 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 74 | 56 | 0.12 | 0 | 0.24 | 0.71 | 90 | 0.14 | 0.25 |
| Hex | 41 | 4A | 38 | C | 0 | 18 | 47 | 5A | E | 19 |
| Octal | 101 | 112 | 70 | 14 | 0 | 30 | 107 | 132 | 16 | 31 |
| Binary | 1000001 | 1001010 | 111000 | 1100 | 0 | 11000 | 1000111 | 1011010 | 1110 | 11001 |
Color Harmonies of #414A38
Complementary color
Monochromatic Colors of #414A38
Black with #414A38
Text Example
Text Example
White with #414A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414A38; }
p { color: rgb(65,74,56); }
H1.HeaderClassName
{
color: #414A38;
}
.AnyTagClassName
{
color: #414A38;
}
</style>
background-color css
<style>
a { background-color: #414A38; }
a { background-color: rgb(65,74,56); }
div.DivClassName
{
background-color: #414A38;
}
.BgClassName
{
background-color: #414A38;
}
</style>
border-color css
<style>
span { border-color: #414A38; }
span { border-color: rgb(65,74,56); }
td.TdClassName
{
border-color: #414A38;
}
.TagClassName
{
border-color: #414A38;
}
</style>