Shades of Clover #425521
Tints of Clover #425521
RGB
CMYK
RGB Variations
Color information
#425521 (or 0x425521) is known color: Clover. HEX triplet: 42, 55 and 21. RGB value is (66,85,33). Sum of RGB (Red+Green+Blue) = 66+85+33=184 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.87% from 184); Green value is 85 (33.59% from 255 or 46.20% from 184); Blue value is 33 (13.28% from 255 or 17.93% from 184); Max value from RGB is 85 - color contains mainly: green. Hex color #425521 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425521 is #BDAADE. Grayscale: #494949. Windows color (decimal): -12430047 or 2184514. OLE color: 2184514.
HSL color Cylindrical-coordinate representation of color #425521: hue angle of 81.92º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #425521 is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 66 | 85 | 33 | - |
| CMYK | 0.22 | 0 | 0.61 | 0.67 |
| HSL | 81.92º | 0.44% | 0.23% | - |
| HSV(B) | 81.92º | 0.61% | 0.33% | - |
| XYZ | 5.77 | 7.77 | 2.63 | - |
| YUV | 73.39 | 105.21 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 85 | 33 | 0.22 | 0 | 0.61 | 0.67 | 81.92 | 0.44 | 0.23 |
| Hex | 42 | 55 | 21 | 16 | 0 | 3D | 43 | 52 | 2C | 17 |
| Octal | 102 | 125 | 41 | 26 | 0 | 75 | 103 | 122 | 54 | 27 |
| Binary | 1000010 | 1010101 | 100001 | 10110 | 0 | 111101 | 1000011 | 1010010 | 101100 | 10111 |
Color Harmonies of #425521
Complementary color
Monochromatic Colors of #425521
Black with #425521
Text Example
Text Example
White with #425521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425521; }
p { color: rgb(66,85,33); }
H1.HeaderClassName
{
color: #425521;
}
.AnyTagClassName
{
color: #425521;
}
</style>
background-color css
<style>
a { background-color: #425521; }
a { background-color: rgb(66,85,33); }
div.DivClassName
{
background-color: #425521;
}
.BgClassName
{
background-color: #425521;
}
</style>
border-color css
<style>
span { border-color: #425521; }
span { border-color: rgb(66,85,33); }
td.TdClassName
{
border-color: #425521;
}
.TagClassName
{
border-color: #425521;
}
</style>