Shades of Clover #425728
Tints of Clover #425728
RGB
CMYK
RGB Variations
Color information
#425728 (or 0x425728) is known color: Clover. HEX triplet: 42, 57 and 28. RGB value is (66,87,40). Sum of RGB (Red+Green+Blue) = 66+87+40=193 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.20% from 193); Green value is 87 (34.38% from 255 or 45.08% from 193); Blue value is 40 (16.02% from 255 or 20.73% from 193); Max value from RGB is 87 - color contains mainly: green. Hex color #425728 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425728 is #BDA8D7. Grayscale: #4B4B4B. Windows color (decimal): -12429528 or 2643778. OLE color: 2643778.
HSL color Cylindrical-coordinate representation of color #425728: hue angle of 86.81º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #425728 is Cyan = 0.24, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 66 | 87 | 40 | - |
| CMYK | 0.24 | 0 | 0.54 | 0.66 |
| HSL | 86.81º | 0.37% | 0.25% | - |
| HSV(B) | 86.81º | 0.54% | 0.34% | - |
| XYZ | 6.04 | 8.13 | 3.26 | - |
| YUV | 75.36 | 108.04 | 121.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 87 | 40 | 0.24 | 0 | 0.54 | 0.66 | 86.81 | 0.37 | 0.25 |
| Hex | 42 | 57 | 28 | 18 | 0 | 36 | 42 | 57 | 25 | 19 |
| Octal | 102 | 127 | 50 | 30 | 0 | 66 | 102 | 127 | 45 | 31 |
| Binary | 1000010 | 1010111 | 101000 | 11000 | 0 | 110110 | 1000010 | 1010111 | 100101 | 11001 |
Color Harmonies of #425728
Complementary color
Monochromatic Colors of #425728
Black with #425728
Text Example
Text Example
White with #425728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425728; }
p { color: rgb(66,87,40); }
H1.HeaderClassName
{
color: #425728;
}
.AnyTagClassName
{
color: #425728;
}
</style>
background-color css
<style>
a { background-color: #425728; }
a { background-color: rgb(66,87,40); }
div.DivClassName
{
background-color: #425728;
}
.BgClassName
{
background-color: #425728;
}
</style>
border-color css
<style>
span { border-color: #425728; }
span { border-color: rgb(66,87,40); }
td.TdClassName
{
border-color: #425728;
}
.TagClassName
{
border-color: #425728;
}
</style>