Shades of Clover #426020
Tints of Clover #426020
RGB
CMYK
RGB Variations
Color information
#426020 (or 0x426020) is known color: Clover. HEX triplet: 42, 60 and 20. RGB value is (66,96,32). Sum of RGB (Red+Green+Blue) = 66+96+32=194 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.02% from 194); Green value is 96 (37.89% from 255 or 49.48% from 194); Blue value is 32 (12.89% from 255 or 16.49% from 194); Max value from RGB is 96 - color contains mainly: green. Hex color #426020 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426020 is #BD9FDF. Grayscale: #4F4F4F. Windows color (decimal): -12427232 or 2121794. OLE color: 2121794.
HSL color Cylindrical-coordinate representation of color #426020: hue angle of 88.12º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #426020 is Cyan = 0.31, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 66 | 96 | 32 | - |
| CMYK | 0.31 | 0 | 0.67 | 0.62 |
| HSL | 88.13º | 0.5% | 0.25% | - |
| HSV(B) | 88.13º | 0.67% | 0.38% | - |
| XYZ | 6.69 | 9.63 | 2.87 | - |
| YUV | 79.73 | 101.06 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 96 | 32 | 0.31 | 0 | 0.67 | 0.62 | 88.13 | 0.5 | 0.25 |
| Hex | 42 | 60 | 20 | 1F | 0 | 43 | 3E | 58 | 32 | 19 |
| Octal | 102 | 140 | 40 | 37 | 0 | 103 | 76 | 130 | 62 | 31 |
| Binary | 1000010 | 1100000 | 100000 | 11111 | 0 | 1000011 | 111110 | 1011000 | 110010 | 11001 |
Color Harmonies of #426020
Complementary color
Monochromatic Colors of #426020
Black with #426020
Text Example
Text Example
White with #426020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426020; }
p { color: rgb(66,96,32); }
H1.HeaderClassName
{
color: #426020;
}
.AnyTagClassName
{
color: #426020;
}
</style>
background-color css
<style>
a { background-color: #426020; }
a { background-color: rgb(66,96,32); }
div.DivClassName
{
background-color: #426020;
}
.BgClassName
{
background-color: #426020;
}
</style>
border-color css
<style>
span { border-color: #426020; }
span { border-color: rgb(66,96,32); }
td.TdClassName
{
border-color: #426020;
}
.TagClassName
{
border-color: #426020;
}
</style>