Shades of Clover #425823
Tints of Clover #425823
RGB
CMYK
RGB Variations
Color information
#425823 (or 0x425823) is known color: Clover. HEX triplet: 42, 58 and 23. RGB value is (66,88,35). Sum of RGB (Red+Green+Blue) = 66+88+35=189 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.92% from 189); Green value is 88 (34.77% from 255 or 46.56% from 189); Blue value is 35 (14.06% from 255 or 18.52% from 189); Max value from RGB is 88 - color contains mainly: green. Hex color #425823 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425823 is #BDA7DC. Grayscale: #4B4B4B. Windows color (decimal): -12429277 or 2316354. OLE color: 2316354.
HSL color Cylindrical-coordinate representation of color #425823: hue angle of 84.91º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #425823 is Cyan = 0.25, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 66 | 88 | 35 | - |
| CMYK | 0.25 | 0 | 0.60 | 0.65 |
| HSL | 84.91º | 0.43% | 0.24% | - |
| HSV(B) | 84.91º | 0.6% | 0.35% | - |
| XYZ | 6.04 | 8.26 | 2.87 | - |
| YUV | 75.38 | 105.21 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 88 | 35 | 0.25 | 0 | 0.60 | 0.65 | 84.91 | 0.43 | 0.24 |
| Hex | 42 | 58 | 23 | 19 | 0 | 3C | 41 | 55 | 2B | 18 |
| Octal | 102 | 130 | 43 | 31 | 0 | 74 | 101 | 125 | 53 | 30 |
| Binary | 1000010 | 1011000 | 100011 | 11001 | 0 | 111100 | 1000001 | 1010101 | 101011 | 11000 |
Color Harmonies of #425823
Complementary color
Monochromatic Colors of #425823
Black with #425823
Text Example
Text Example
White with #425823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425823; }
p { color: rgb(66,88,35); }
H1.HeaderClassName
{
color: #425823;
}
.AnyTagClassName
{
color: #425823;
}
</style>
background-color css
<style>
a { background-color: #425823; }
a { background-color: rgb(66,88,35); }
div.DivClassName
{
background-color: #425823;
}
.BgClassName
{
background-color: #425823;
}
</style>
border-color css
<style>
span { border-color: #425823; }
span { border-color: rgb(66,88,35); }
td.TdClassName
{
border-color: #425823;
}
.TagClassName
{
border-color: #425823;
}
</style>