Shades of Mallard #3C403A
Tints of Mallard #3C403A
RGB
CMYK
RGB Variations
Color information
#3C403A (or 0x3C403A) is known color: Mallard. HEX triplet: 3C, 40 and 3A. RGB value is (60,64,58). Sum of RGB (Red+Green+Blue) = 60+64+58=182 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.97% from 182); Green value is 64 (25.39% from 255 or 35.16% from 182); Blue value is 58 (23.05% from 255 or 31.87% from 182); Max value from RGB is 64 - color contains mainly: green. Hex color #3C403A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C403A is #C3BFC5. Grayscale: #3E3E3E. Windows color (decimal): -12828614 or 3817532. OLE color: 3817532.
HSL color Cylindrical-coordinate representation of color #3C403A: hue angle of 100º degrees, saturation: 0.05, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #3C403A is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.75.
Color convert
RGB | 60 | 64 | 58 | - |
CMYK | 0.06 | 0 | 0.09 | 0.75 |
HSL | 100º | 0.05% | 0.24% | - |
HSV(B) | 100º | 0.09% | 0.25% | - |
XYZ | 4.46 | 4.93 | 4.72 | - |
YUV | 62.12 | 125.67 | 126.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 60 | 64 | 58 | 0.06 | 0 | 0.09 | 0.75 | 100 | 0.05 | 0.24 |
Hex | 3C | 40 | 3A | 6 | 0 | 9 | 4B | 64 | 5 | 18 |
Octal | 74 | 100 | 72 | 6 | 0 | 11 | 113 | 144 | 5 | 30 |
Binary | 111100 | 1000000 | 111010 | 110 | 0 | 1001 | 1001011 | 1100100 | 101 | 11000 |
Color Harmonies of #3C403A
Complementary color
Monochromatic Colors of #3C403A
Black with #3C403A
Text Example
Text Example
White with #3C403A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C403A; }
p { color: rgb(60,64,58); }
H1.HeaderClassName
{
color: #3C403A;
}
.AnyTagClassName
{
color: #3C403A;
}
</style>
background-color css
<style>
a { background-color: #3C403A; }
a { background-color: rgb(60,64,58); }
div.DivClassName
{
background-color: #3C403A;
}
.BgClassName
{
background-color: #3C403A;
}
</style>
border-color css
<style>
span { border-color: #3C403A; }
span { border-color: rgb(60,64,58); }
td.TdClassName
{
border-color: #3C403A;
}
.TagClassName
{
border-color: #3C403A;
}
</style>