Shades of Mallard #3A452F
Tints of Mallard #3A452F
RGB
CMYK
RGB Variations
Color information
#3A452F (or 0x3A452F) is known color: Mallard. HEX triplet: 3A, 45 and 2F. RGB value is (58,69,47). Sum of RGB (Red+Green+Blue) = 58+69+47=174 (23% of max value = 765). Red value is 58 (23.05% from 255 or 33.33% from 174); Green value is 69 (27.34% from 255 or 39.66% from 174); Blue value is 47 (18.75% from 255 or 27.01% from 174); Max value from RGB is 69 - color contains mainly: green. Hex color #3A452F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A452F is #C5BAD0. Grayscale: #3F3F3F. Windows color (decimal): -12958417 or 3097914. OLE color: 3097914.
HSL color Cylindrical-coordinate representation of color #3A452F: hue angle of 90º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3A452F is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 58 | 69 | 47 | - |
| CMYK | 0.16 | 0 | 0.32 | 0.73 |
| HSL | 90º | 0.19% | 0.23% | - |
| HSV(B) | 90º | 0.32% | 0.27% | - |
| XYZ | 4.39 | 5.36 | 3.49 | - |
| YUV | 63.2 | 118.86 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 69 | 47 | 0.16 | 0 | 0.32 | 0.73 | 90 | 0.19 | 0.23 |
| Hex | 3A | 45 | 2F | 10 | 0 | 20 | 49 | 5A | 13 | 17 |
| Octal | 72 | 105 | 57 | 20 | 0 | 40 | 111 | 132 | 23 | 27 |
| Binary | 111010 | 1000101 | 101111 | 10000 | 0 | 100000 | 1001001 | 1011010 | 10011 | 10111 |
Color Harmonies of #3A452F
Complementary color
Monochromatic Colors of #3A452F
Black with #3A452F
Text Example
Text Example
White with #3A452F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A452F; }
p { color: rgb(58,69,47); }
H1.HeaderClassName
{
color: #3A452F;
}
.AnyTagClassName
{
color: #3A452F;
}
</style>
background-color css
<style>
a { background-color: #3A452F; }
a { background-color: rgb(58,69,47); }
div.DivClassName
{
background-color: #3A452F;
}
.BgClassName
{
background-color: #3A452F;
}
</style>
border-color css
<style>
span { border-color: #3A452F; }
span { border-color: rgb(58,69,47); }
td.TdClassName
{
border-color: #3A452F;
}
.TagClassName
{
border-color: #3A452F;
}
</style>