Shades of Mallard #37432F
Tints of Mallard #37432F
RGB
CMYK
RGB Variations
Color information
#37432F (or 0x37432F) is known color: Mallard. HEX triplet: 37, 43 and 2F. RGB value is (55,67,47). Sum of RGB (Red+Green+Blue) = 55+67+47=169 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.54% from 169); Green value is 67 (26.56% from 255 or 39.64% from 169); Blue value is 47 (18.75% from 255 or 27.81% from 169); Max value from RGB is 67 - color contains mainly: green. Hex color #37432F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37432F is #C8BCD0. Grayscale: #3D3D3D. Windows color (decimal): -13155537 or 3097399. OLE color: 3097399.
HSL color Cylindrical-coordinate representation of color #37432F: hue angle of 96º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #37432F is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 55 | 67 | 47 | - |
| CMYK | 0.18 | 0 | 0.30 | 0.74 |
| HSL | 96º | 0.18% | 0.22% | - |
| HSV(B) | 96º | 0.3% | 0.26% | - |
| XYZ | 4.1 | 5.03 | 3.44 | - |
| YUV | 61.13 | 120.02 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 67 | 47 | 0.18 | 0 | 0.30 | 0.74 | 96 | 0.18 | 0.22 |
| Hex | 37 | 43 | 2F | 12 | 0 | 1E | 4A | 60 | 12 | 16 |
| Octal | 67 | 103 | 57 | 22 | 0 | 36 | 112 | 140 | 22 | 26 |
| Binary | 110111 | 1000011 | 101111 | 10010 | 0 | 11110 | 1001010 | 1100000 | 10010 | 10110 |
Color Harmonies of #37432F
Complementary color
Monochromatic Colors of #37432F
Black with #37432F
Text Example
Text Example
White with #37432F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37432F; }
p { color: rgb(55,67,47); }
H1.HeaderClassName
{
color: #37432F;
}
.AnyTagClassName
{
color: #37432F;
}
</style>
background-color css
<style>
a { background-color: #37432F; }
a { background-color: rgb(55,67,47); }
div.DivClassName
{
background-color: #37432F;
}
.BgClassName
{
background-color: #37432F;
}
</style>
border-color css
<style>
span { border-color: #37432F; }
span { border-color: rgb(55,67,47); }
td.TdClassName
{
border-color: #37432F;
}
.TagClassName
{
border-color: #37432F;
}
</style>