Shades of Mallard #425235
Tints of Mallard #425235
RGB
CMYK
RGB Variations
Color information
#425235 (or 0x425235) is known color: Mallard. HEX triplet: 42, 52 and 35. RGB value is (66,82,53). Sum of RGB (Red+Green+Blue) = 66+82+53=201 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.84% from 201); Green value is 82 (32.42% from 255 or 40.80% from 201); Blue value is 53 (21.09% from 255 or 26.37% from 201); Max value from RGB is 82 - color contains mainly: green. Hex color #425235 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425235 is #BDADCA. Grayscale: #4A4A4A. Windows color (decimal): -12430795 or 3494466. OLE color: 3494466.
HSL color Cylindrical-coordinate representation of color #425235: hue angle of 93.1º 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 #425235 is Cyan = 0.20, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 66 | 82 | 53 | - |
| CMYK | 0.20 | 0 | 0.35 | 0.68 |
| HSL | 93.1º | 0.21% | 0.26% | - |
| HSV(B) | 93.1º | 0.35% | 0.32% | - |
| XYZ | 5.91 | 7.45 | 4.49 | - |
| YUV | 73.91 | 116.2 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 82 | 53 | 0.20 | 0 | 0.35 | 0.68 | 93.1 | 0.21 | 0.26 |
| Hex | 42 | 52 | 35 | 14 | 0 | 23 | 44 | 5D | 15 | 1A |
| Octal | 102 | 122 | 65 | 24 | 0 | 43 | 104 | 135 | 25 | 32 |
| Binary | 1000010 | 1010010 | 110101 | 10100 | 0 | 100011 | 1000100 | 1011101 | 10101 | 11010 |
Color Harmonies of #425235
Complementary color
Monochromatic Colors of #425235
Black with #425235
Text Example
Text Example
White with #425235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425235; }
p { color: rgb(66,82,53); }
H1.HeaderClassName
{
color: #425235;
}
.AnyTagClassName
{
color: #425235;
}
</style>
background-color css
<style>
a { background-color: #425235; }
a { background-color: rgb(66,82,53); }
div.DivClassName
{
background-color: #425235;
}
.BgClassName
{
background-color: #425235;
}
</style>
border-color css
<style>
span { border-color: #425235; }
span { border-color: rgb(66,82,53); }
td.TdClassName
{
border-color: #425235;
}
.TagClassName
{
border-color: #425235;
}
</style>