Shades of Mallard #424C36
Tints of Mallard #424C36
RGB
CMYK
RGB Variations
Color information
#424C36 (or 0x424C36) is known color: Mallard. HEX triplet: 42, 4C and 36. RGB value is (66,76,54). Sum of RGB (Red+Green+Blue) = 66+76+54=196 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.67% from 196); Green value is 76 (30.08% from 255 or 38.78% from 196); Blue value is 54 (21.48% from 255 or 27.55% from 196); Max value from RGB is 76 - color contains mainly: green. Hex color #424C36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424C36 is #BDB3C9. Grayscale: #464646. Windows color (decimal): -12432330 or 3558466. OLE color: 3558466.
HSL color Cylindrical-coordinate representation of color #424C36: hue angle of 87.27º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #424C36 is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 66 | 76 | 54 | - |
| CMYK | 0.13 | 0 | 0.29 | 0.70 |
| HSL | 87.27º | 0.17% | 0.25% | - |
| HSV(B) | 87.27º | 0.29% | 0.3% | - |
| XYZ | 5.5 | 6.59 | 4.47 | - |
| YUV | 70.5 | 118.69 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 76 | 54 | 0.13 | 0 | 0.29 | 0.70 | 87.27 | 0.17 | 0.25 |
| Hex | 42 | 4C | 36 | D | 0 | 1D | 46 | 57 | 11 | 19 |
| Octal | 102 | 114 | 66 | 15 | 0 | 35 | 106 | 127 | 21 | 31 |
| Binary | 1000010 | 1001100 | 110110 | 1101 | 0 | 11101 | 1000110 | 1010111 | 10001 | 11001 |
Color Harmonies of #424C36
Complementary color
Monochromatic Colors of #424C36
Black with #424C36
Text Example
Text Example
White with #424C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424C36; }
p { color: rgb(66,76,54); }
H1.HeaderClassName
{
color: #424C36;
}
.AnyTagClassName
{
color: #424C36;
}
</style>
background-color css
<style>
a { background-color: #424C36; }
a { background-color: rgb(66,76,54); }
div.DivClassName
{
background-color: #424C36;
}
.BgClassName
{
background-color: #424C36;
}
</style>
border-color css
<style>
span { border-color: #424C36; }
span { border-color: rgb(66,76,54); }
td.TdClassName
{
border-color: #424C36;
}
.TagClassName
{
border-color: #424C36;
}
</style>