Shades of Mallard #425135
Tints of Mallard #425135
RGB
CMYK
RGB Variations
Color information
#425135 (or 0x425135) is known color: Mallard. HEX triplet: 42, 51 and 35. RGB value is (66,81,53). Sum of RGB (Red+Green+Blue) = 66+81+53=200 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33% from 200); Green value is 81 (32.03% from 255 or 40.5% from 200); Blue value is 53 (21.09% from 255 or 26.5% from 200); Max value from RGB is 81 - color contains mainly: green. Hex color #425135 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425135 is #BDAECA. Grayscale: #494949. Windows color (decimal): -12431051 or 3494210. OLE color: 3494210.
HSL color Cylindrical-coordinate representation of color #425135: hue angle of 92.14º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #425135 is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 66 | 81 | 53 | - |
| CMYK | 0.19 | 0 | 0.35 | 0.68 |
| HSL | 92.14º | 0.21% | 0.26% | - |
| HSV(B) | 92.14º | 0.35% | 0.32% | - |
| XYZ | 5.83 | 7.3 | 4.47 | - |
| YUV | 73.32 | 116.53 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 81 | 53 | 0.19 | 0 | 0.35 | 0.68 | 92.14 | 0.21 | 0.26 |
| Hex | 42 | 51 | 35 | 13 | 0 | 23 | 44 | 5C | 15 | 1A |
| Octal | 102 | 121 | 65 | 23 | 0 | 43 | 104 | 134 | 25 | 32 |
| Binary | 1000010 | 1010001 | 110101 | 10011 | 0 | 100011 | 1000100 | 1011100 | 10101 | 11010 |
Color Harmonies of #425135
Complementary color
Monochromatic Colors of #425135
Black with #425135
Text Example
Text Example
White with #425135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425135; }
p { color: rgb(66,81,53); }
H1.HeaderClassName
{
color: #425135;
}
.AnyTagClassName
{
color: #425135;
}
</style>
background-color css
<style>
a { background-color: #425135; }
a { background-color: rgb(66,81,53); }
div.DivClassName
{
background-color: #425135;
}
.BgClassName
{
background-color: #425135;
}
</style>
border-color css
<style>
span { border-color: #425135; }
span { border-color: rgb(66,81,53); }
td.TdClassName
{
border-color: #425135;
}
.TagClassName
{
border-color: #425135;
}
</style>