Shades of Clover #425723
Tints of Clover #425723
RGB
CMYK
RGB Variations
Color information
#425723 (or 0x425723) is known color: Clover. HEX triplet: 42, 57 and 23. RGB value is (66,87,35). Sum of RGB (Red+Green+Blue) = 66+87+35=188 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.11% from 188); Green value is 87 (34.38% from 255 or 46.28% from 188); Blue value is 35 (14.06% from 255 or 18.62% from 188); Max value from RGB is 87 - color contains mainly: green. Hex color #425723 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425723 is #BDA8DC. Grayscale: #4A4A4A. Windows color (decimal): -12429533 or 2316098. OLE color: 2316098.
HSL color Cylindrical-coordinate representation of color #425723: hue angle of 84.23º 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 #425723 is Cyan = 0.24, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 66 | 87 | 35 | - |
| CMYK | 0.24 | 0 | 0.60 | 0.66 |
| HSL | 84.23º | 0.43% | 0.24% | - |
| HSV(B) | 84.23º | 0.6% | 0.34% | - |
| XYZ | 5.96 | 8.1 | 2.84 | - |
| YUV | 74.79 | 105.54 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 87 | 35 | 0.24 | 0 | 0.60 | 0.66 | 84.23 | 0.43 | 0.24 |
| Hex | 42 | 57 | 23 | 18 | 0 | 3C | 42 | 54 | 2B | 18 |
| Octal | 102 | 127 | 43 | 30 | 0 | 74 | 102 | 124 | 53 | 30 |
| Binary | 1000010 | 1010111 | 100011 | 11000 | 0 | 111100 | 1000010 | 1010100 | 101011 | 11000 |
Color Harmonies of #425723
Complementary color
Monochromatic Colors of #425723
Black with #425723
Text Example
Text Example
White with #425723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425723; }
p { color: rgb(66,87,35); }
H1.HeaderClassName
{
color: #425723;
}
.AnyTagClassName
{
color: #425723;
}
</style>
background-color css
<style>
a { background-color: #425723; }
a { background-color: rgb(66,87,35); }
div.DivClassName
{
background-color: #425723;
}
.BgClassName
{
background-color: #425723;
}
</style>
border-color css
<style>
span { border-color: #425723; }
span { border-color: rgb(66,87,35); }
td.TdClassName
{
border-color: #425723;
}
.TagClassName
{
border-color: #425723;
}
</style>