Shades of Clover #425622
Tints of Clover #425622
RGB
CMYK
RGB Variations
Color information
#425622 (or 0x425622) is known color: Clover. HEX triplet: 42, 56 and 22. RGB value is (66,86,34). Sum of RGB (Red+Green+Blue) = 66+86+34=186 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.48% from 186); Green value is 86 (33.98% from 255 or 46.24% from 186); Blue value is 34 (13.67% from 255 or 18.28% from 186); Max value from RGB is 86 - color contains mainly: green. Hex color #425622 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425622 is #BDA9DD. Grayscale: #4A4A4A. Windows color (decimal): -12429790 or 2250306. OLE color: 2250306.
HSL color Cylindrical-coordinate representation of color #425622: hue angle of 83.08º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #425622 is Cyan = 0.23, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 66 | 86 | 34 | - |
| CMYK | 0.23 | 0 | 0.60 | 0.66 |
| HSL | 83.08º | 0.43% | 0.24% | - |
| HSV(B) | 83.08º | 0.6% | 0.34% | - |
| XYZ | 5.86 | 7.93 | 2.73 | - |
| YUV | 74.09 | 105.37 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 86 | 34 | 0.23 | 0 | 0.60 | 0.66 | 83.08 | 0.43 | 0.24 |
| Hex | 42 | 56 | 22 | 17 | 0 | 3C | 42 | 53 | 2B | 18 |
| Octal | 102 | 126 | 42 | 27 | 0 | 74 | 102 | 123 | 53 | 30 |
| Binary | 1000010 | 1010110 | 100010 | 10111 | 0 | 111100 | 1000010 | 1010011 | 101011 | 11000 |
Color Harmonies of #425622
Complementary color
Monochromatic Colors of #425622
Black with #425622
Text Example
Text Example
White with #425622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425622; }
p { color: rgb(66,86,34); }
H1.HeaderClassName
{
color: #425622;
}
.AnyTagClassName
{
color: #425622;
}
</style>
background-color css
<style>
a { background-color: #425622; }
a { background-color: rgb(66,86,34); }
div.DivClassName
{
background-color: #425622;
}
.BgClassName
{
background-color: #425622;
}
</style>
border-color css
<style>
span { border-color: #425622; }
span { border-color: rgb(66,86,34); }
td.TdClassName
{
border-color: #425622;
}
.TagClassName
{
border-color: #425622;
}
</style>