Shades of Mallard #395223
Tints of Mallard #395223
RGB
CMYK
RGB Variations
Color information
#395223 (or 0x395223) is known color: Mallard. HEX triplet: 39, 52 and 23. RGB value is (57,82,35). Sum of RGB (Red+Green+Blue) = 57+82+35=174 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.76% from 174); Green value is 82 (32.42% from 255 or 47.13% from 174); Blue value is 35 (14.06% from 255 or 20.11% from 174); Max value from RGB is 82 - color contains mainly: green. Hex color #395223 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395223 is #C6ADDC. Grayscale: #454545. Windows color (decimal): -13020637 or 2314809. OLE color: 2314809.
HSL color Cylindrical-coordinate representation of color #395223: hue angle of 91.91º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #395223 is Cyan = 0.30, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 57 | 82 | 35 | - |
| CMYK | 0.30 | 0 | 0.57 | 0.68 |
| HSL | 91.91º | 0.4% | 0.23% | - |
| HSV(B) | 91.91º | 0.57% | 0.32% | - |
| XYZ | 5.01 | 7.03 | 2.68 | - |
| YUV | 69.17 | 108.72 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 82 | 35 | 0.30 | 0 | 0.57 | 0.68 | 91.91 | 0.4 | 0.23 |
| Hex | 39 | 52 | 23 | 1E | 0 | 39 | 44 | 5C | 28 | 17 |
| Octal | 71 | 122 | 43 | 36 | 0 | 71 | 104 | 134 | 50 | 27 |
| Binary | 111001 | 1010010 | 100011 | 11110 | 0 | 111001 | 1000100 | 1011100 | 101000 | 10111 |
Color Harmonies of #395223
Complementary color
Monochromatic Colors of #395223
Black with #395223
Text Example
Text Example
White with #395223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395223; }
p { color: rgb(57,82,35); }
H1.HeaderClassName
{
color: #395223;
}
.AnyTagClassName
{
color: #395223;
}
</style>
background-color css
<style>
a { background-color: #395223; }
a { background-color: rgb(57,82,35); }
div.DivClassName
{
background-color: #395223;
}
.BgClassName
{
background-color: #395223;
}
</style>
border-color css
<style>
span { border-color: #395223; }
span { border-color: rgb(57,82,35); }
td.TdClassName
{
border-color: #395223;
}
.TagClassName
{
border-color: #395223;
}
</style>