Shades of Mallard #38472F
Tints of Mallard #38472F
RGB
CMYK
RGB Variations
Color information
#38472F (or 0x38472F) is known color: Mallard. HEX triplet: 38, 47 and 2F. RGB value is (56,71,47). Sum of RGB (Red+Green+Blue) = 56+71+47=174 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32.18% from 174); Green value is 71 (28.12% from 255 or 40.80% from 174); Blue value is 47 (18.75% from 255 or 27.01% from 174); Max value from RGB is 71 - color contains mainly: green. Hex color #38472F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38472F is #C7B8D0. Grayscale: #3F3F3F. Windows color (decimal): -13088977 or 3098424. OLE color: 3098424.
HSL color Cylindrical-coordinate representation of color #38472F: hue angle of 97.5º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #38472F is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 56 | 71 | 47 | - |
| CMYK | 0.21 | 0 | 0.34 | 0.72 |
| HSL | 97.5º | 0.2% | 0.23% | - |
| HSV(B) | 97.5º | 0.34% | 0.28% | - |
| XYZ | 4.4 | 5.55 | 3.53 | - |
| YUV | 63.78 | 118.53 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 71 | 47 | 0.21 | 0 | 0.34 | 0.72 | 97.5 | 0.2 | 0.23 |
| Hex | 38 | 47 | 2F | 15 | 0 | 22 | 48 | 62 | 14 | 17 |
| Octal | 70 | 107 | 57 | 25 | 0 | 42 | 110 | 142 | 24 | 27 |
| Binary | 111000 | 1000111 | 101111 | 10101 | 0 | 100010 | 1001000 | 1100010 | 10100 | 10111 |
Color Harmonies of #38472F
Complementary color
Monochromatic Colors of #38472F
Black with #38472F
Text Example
Text Example
White with #38472F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38472F; }
p { color: rgb(56,71,47); }
H1.HeaderClassName
{
color: #38472F;
}
.AnyTagClassName
{
color: #38472F;
}
</style>
background-color css
<style>
a { background-color: #38472F; }
a { background-color: rgb(56,71,47); }
div.DivClassName
{
background-color: #38472F;
}
.BgClassName
{
background-color: #38472F;
}
</style>
border-color css
<style>
span { border-color: #38472F; }
span { border-color: rgb(56,71,47); }
td.TdClassName
{
border-color: #38472F;
}
.TagClassName
{
border-color: #38472F;
}
</style>