Shades of Clover #425921
Tints of Clover #425921
RGB
CMYK
RGB Variations
Color information
#425921 (or 0x425921) is known color: Clover. HEX triplet: 42, 59 and 21. RGB value is (66,89,33). Sum of RGB (Red+Green+Blue) = 66+89+33=188 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.11% from 188); Green value is 89 (35.16% from 255 or 47.34% from 188); Blue value is 33 (13.28% from 255 or 17.55% from 188); Max value from RGB is 89 - color contains mainly: green. Hex color #425921 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425921 is #BDA6DE. Grayscale: #4B4B4B. Windows color (decimal): -12429023 or 2185538. OLE color: 2185538.
HSL color Cylindrical-coordinate representation of color #425921: hue angle of 84.64º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #425921 is Cyan = 0.26, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 66 | 89 | 33 | - |
| CMYK | 0.26 | 0 | 0.63 | 0.65 |
| HSL | 84.64º | 0.46% | 0.24% | - |
| HSV(B) | 84.64º | 0.63% | 0.35% | - |
| XYZ | 6.09 | 8.41 | 2.74 | - |
| YUV | 75.74 | 103.88 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 89 | 33 | 0.26 | 0 | 0.63 | 0.65 | 84.64 | 0.46 | 0.24 |
| Hex | 42 | 59 | 21 | 1A | 0 | 3F | 41 | 55 | 2E | 18 |
| Octal | 102 | 131 | 41 | 32 | 0 | 77 | 101 | 125 | 56 | 30 |
| Binary | 1000010 | 1011001 | 100001 | 11010 | 0 | 111111 | 1000001 | 1010101 | 101110 | 11000 |
Color Harmonies of #425921
Complementary color
Monochromatic Colors of #425921
Black with #425921
Text Example
Text Example
White with #425921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425921; }
p { color: rgb(66,89,33); }
H1.HeaderClassName
{
color: #425921;
}
.AnyTagClassName
{
color: #425921;
}
</style>
background-color css
<style>
a { background-color: #425921; }
a { background-color: rgb(66,89,33); }
div.DivClassName
{
background-color: #425921;
}
.BgClassName
{
background-color: #425921;
}
</style>
border-color css
<style>
span { border-color: #425921; }
span { border-color: rgb(66,89,33); }
td.TdClassName
{
border-color: #425921;
}
.TagClassName
{
border-color: #425921;
}
</style>