Shades of Mallard #395325
Tints of Mallard #395325
RGB
CMYK
RGB Variations
Color information
#395325 (or 0x395325) is known color: Mallard. HEX triplet: 39, 53 and 25. RGB value is (57,83,37). Sum of RGB (Red+Green+Blue) = 57+83+37=177 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.20% from 177); Green value is 83 (32.81% from 255 or 46.89% from 177); Blue value is 37 (14.84% from 255 or 20.90% from 177); Max value from RGB is 83 - color contains mainly: green. Hex color #395325 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395325 is #C6ACDA. Grayscale: #464646. Windows color (decimal): -13020379 or 2446137. OLE color: 2446137.
HSL color Cylindrical-coordinate representation of color #395325: hue angle of 93.91º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #395325 is Cyan = 0.31, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 57 | 83 | 37 | - |
| CMYK | 0.31 | 0 | 0.55 | 0.67 |
| HSL | 93.91º | 0.38% | 0.24% | - |
| HSV(B) | 93.91º | 0.55% | 0.33% | - |
| XYZ | 5.11 | 7.19 | 2.87 | - |
| YUV | 69.98 | 109.39 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 83 | 37 | 0.31 | 0 | 0.55 | 0.67 | 93.91 | 0.38 | 0.24 |
| Hex | 39 | 53 | 25 | 1F | 0 | 37 | 43 | 5E | 26 | 18 |
| Octal | 71 | 123 | 45 | 37 | 0 | 67 | 103 | 136 | 46 | 30 |
| Binary | 111001 | 1010011 | 100101 | 11111 | 0 | 110111 | 1000011 | 1011110 | 100110 | 11000 |
Color Harmonies of #395325
Complementary color
Monochromatic Colors of #395325
Black with #395325
Text Example
Text Example
White with #395325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395325; }
p { color: rgb(57,83,37); }
H1.HeaderClassName
{
color: #395325;
}
.AnyTagClassName
{
color: #395325;
}
</style>
background-color css
<style>
a { background-color: #395325; }
a { background-color: rgb(57,83,37); }
div.DivClassName
{
background-color: #395325;
}
.BgClassName
{
background-color: #395325;
}
</style>
border-color css
<style>
span { border-color: #395325; }
span { border-color: rgb(57,83,37); }
td.TdClassName
{
border-color: #395325;
}
.TagClassName
{
border-color: #395325;
}
</style>