Shades of Clover #425A20
Tints of Clover #425A20
RGB
CMYK
RGB Variations
Color information
#425A20 (or 0x425A20) is known color: Clover. HEX triplet: 42, 5A and 20. RGB value is (66,90,32). Sum of RGB (Red+Green+Blue) = 66+90+32=188 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.11% from 188); Green value is 90 (35.55% from 255 or 47.87% from 188); Blue value is 32 (12.89% from 255 or 17.02% from 188); Max value from RGB is 90 - color contains mainly: green. Hex color #425A20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425A20 is #BDA5DF. Grayscale: #4C4C4C. Windows color (decimal): -12428768 or 2120258. OLE color: 2120258.
HSL color Cylindrical-coordinate representation of color #425A20: hue angle of 84.83º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #425A20 is Cyan = 0.27, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 66 | 90 | 32 | - |
| CMYK | 0.27 | 0 | 0.64 | 0.65 |
| HSL | 84.83º | 0.48% | 0.24% | - |
| HSV(B) | 84.83º | 0.64% | 0.35% | - |
| XYZ | 6.16 | 8.57 | 2.7 | - |
| YUV | 76.21 | 103.05 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 90 | 32 | 0.27 | 0 | 0.64 | 0.65 | 84.83 | 0.48 | 0.24 |
| Hex | 42 | 5A | 20 | 1B | 0 | 40 | 41 | 55 | 30 | 18 |
| Octal | 102 | 132 | 40 | 33 | 0 | 100 | 101 | 125 | 60 | 30 |
| Binary | 1000010 | 1011010 | 100000 | 11011 | 0 | 1000000 | 1000001 | 1010101 | 110000 | 11000 |
Color Harmonies of #425A20
Complementary color
Monochromatic Colors of #425A20
Black with #425A20
Text Example
Text Example
White with #425A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425A20; }
p { color: rgb(66,90,32); }
H1.HeaderClassName
{
color: #425A20;
}
.AnyTagClassName
{
color: #425A20;
}
</style>
background-color css
<style>
a { background-color: #425A20; }
a { background-color: rgb(66,90,32); }
div.DivClassName
{
background-color: #425A20;
}
.BgClassName
{
background-color: #425A20;
}
</style>
border-color css
<style>
span { border-color: #425A20; }
span { border-color: rgb(66,90,32); }
td.TdClassName
{
border-color: #425A20;
}
.TagClassName
{
border-color: #425A20;
}
</style>