Shades of Clover #465827
Tints of Clover #465827
RGB
CMYK
RGB Variations
Color information
#465827 (or 0x465827) is known color: Clover. HEX triplet: 46, 58 and 27. RGB value is (70,88,39). Sum of RGB (Red+Green+Blue) = 70+88+39=197 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.53% from 197); Green value is 88 (34.77% from 255 or 44.67% from 197); Blue value is 39 (15.62% from 255 or 19.80% from 197); Max value from RGB is 88 - color contains mainly: green. Hex color #465827 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465827 is #B9A7D8. Grayscale: #4D4D4D. Windows color (decimal): -12167129 or 2578502. OLE color: 2578502.
HSL color Cylindrical-coordinate representation of color #465827: hue angle of 82.04º 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 #465827 is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 70 | 88 | 39 | - |
| CMYK | 0.20 | 0 | 0.56 | 0.65 |
| HSL | 82.04º | 0.39% | 0.25% | - |
| HSV(B) | 82.04º | 0.56% | 0.35% | - |
| XYZ | 6.38 | 8.43 | 3.21 | - |
| YUV | 77.03 | 106.54 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 88 | 39 | 0.20 | 0 | 0.56 | 0.65 | 82.04 | 0.39 | 0.25 |
| Hex | 46 | 58 | 27 | 14 | 0 | 38 | 41 | 52 | 27 | 19 |
| Octal | 106 | 130 | 47 | 24 | 0 | 70 | 101 | 122 | 47 | 31 |
| Binary | 1000110 | 1011000 | 100111 | 10100 | 0 | 111000 | 1000001 | 1010010 | 100111 | 11001 |
Color Harmonies of #465827
Complementary color
Monochromatic Colors of #465827
Black with #465827
Text Example
Text Example
White with #465827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465827; }
p { color: rgb(70,88,39); }
H1.HeaderClassName
{
color: #465827;
}
.AnyTagClassName
{
color: #465827;
}
</style>
background-color css
<style>
a { background-color: #465827; }
a { background-color: rgb(70,88,39); }
div.DivClassName
{
background-color: #465827;
}
.BgClassName
{
background-color: #465827;
}
</style>
border-color css
<style>
span { border-color: #465827; }
span { border-color: rgb(70,88,39); }
td.TdClassName
{
border-color: #465827;
}
.TagClassName
{
border-color: #465827;
}
</style>