Shades of Mallard #415233
Tints of Mallard #415233
RGB
CMYK
RGB Variations
Color information
#415233 (or 0x415233) is known color: Mallard. HEX triplet: 41, 52 and 33. RGB value is (65,82,51). Sum of RGB (Red+Green+Blue) = 65+82+51=198 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.83% from 198); Green value is 82 (32.42% from 255 or 41.41% from 198); Blue value is 51 (20.31% from 255 or 25.76% from 198); Max value from RGB is 82 - color contains mainly: green. Hex color #415233 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415233 is #BEADCC. Grayscale: #494949. Windows color (decimal): -12496333 or 3363393. OLE color: 3363393.
HSL color Cylindrical-coordinate representation of color #415233: hue angle of 92.9º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #415233 is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 65 | 82 | 51 | - |
| CMYK | 0.21 | 0 | 0.38 | 0.68 |
| HSL | 92.9º | 0.23% | 0.26% | - |
| HSV(B) | 92.9º | 0.38% | 0.32% | - |
| XYZ | 5.79 | 7.4 | 4.25 | - |
| YUV | 73.38 | 115.37 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 82 | 51 | 0.21 | 0 | 0.38 | 0.68 | 92.9 | 0.23 | 0.26 |
| Hex | 41 | 52 | 33 | 15 | 0 | 26 | 44 | 5D | 17 | 1A |
| Octal | 101 | 122 | 63 | 25 | 0 | 46 | 104 | 135 | 27 | 32 |
| Binary | 1000001 | 1010010 | 110011 | 10101 | 0 | 100110 | 1000100 | 1011101 | 10111 | 11010 |
Color Harmonies of #415233
Complementary color
Monochromatic Colors of #415233
Black with #415233
Text Example
Text Example
White with #415233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415233; }
p { color: rgb(65,82,51); }
H1.HeaderClassName
{
color: #415233;
}
.AnyTagClassName
{
color: #415233;
}
</style>
background-color css
<style>
a { background-color: #415233; }
a { background-color: rgb(65,82,51); }
div.DivClassName
{
background-color: #415233;
}
.BgClassName
{
background-color: #415233;
}
</style>
border-color css
<style>
span { border-color: #415233; }
span { border-color: rgb(65,82,51); }
td.TdClassName
{
border-color: #415233;
}
.TagClassName
{
border-color: #415233;
}
</style>