Shades of Clover #425827
Tints of Clover #425827
RGB
CMYK
RGB Variations
Color information
#425827 (or 0x425827) is known color: Clover. HEX triplet: 42, 58 and 27. RGB value is (66,88,39). Sum of RGB (Red+Green+Blue) = 66+88+39=193 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.20% from 193); Green value is 88 (34.77% from 255 or 45.60% from 193); Blue value is 39 (15.62% from 255 or 20.21% from 193); Max value from RGB is 88 - color contains mainly: green. Hex color #425827 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425827 is #BDA7D8. Grayscale: #4C4C4C. Windows color (decimal): -12429273 or 2578498. OLE color: 2578498.
HSL color Cylindrical-coordinate representation of color #425827: hue angle of 86.94º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #425827 is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 66 | 88 | 39 | - |
| CMYK | 0.25 | 0 | 0.56 | 0.65 |
| HSL | 86.94º | 0.39% | 0.25% | - |
| HSV(B) | 86.94º | 0.56% | 0.35% | - |
| XYZ | 6.1 | 8.28 | 3.2 | - |
| YUV | 75.84 | 107.21 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 88 | 39 | 0.25 | 0 | 0.56 | 0.65 | 86.94 | 0.39 | 0.25 |
| Hex | 42 | 58 | 27 | 19 | 0 | 38 | 41 | 57 | 27 | 19 |
| Octal | 102 | 130 | 47 | 31 | 0 | 70 | 101 | 127 | 47 | 31 |
| Binary | 1000010 | 1011000 | 100111 | 11001 | 0 | 111000 | 1000001 | 1010111 | 100111 | 11001 |
Color Harmonies of #425827
Complementary color
Monochromatic Colors of #425827
Black with #425827
Text Example
Text Example
White with #425827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425827; }
p { color: rgb(66,88,39); }
H1.HeaderClassName
{
color: #425827;
}
.AnyTagClassName
{
color: #425827;
}
</style>
background-color css
<style>
a { background-color: #425827; }
a { background-color: rgb(66,88,39); }
div.DivClassName
{
background-color: #425827;
}
.BgClassName
{
background-color: #425827;
}
</style>
border-color css
<style>
span { border-color: #425827; }
span { border-color: rgb(66,88,39); }
td.TdClassName
{
border-color: #425827;
}
.TagClassName
{
border-color: #425827;
}
</style>