Shades of Clover #465D27
Tints of Clover #465D27
RGB
CMYK
RGB Variations
Color information
#465D27 (or 0x465D27) is known color: Clover. HEX triplet: 46, 5D and 27. RGB value is (70,93,39). Sum of RGB (Red+Green+Blue) = 70+93+39=202 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.65% from 202); Green value is 93 (36.72% from 255 or 46.04% from 202); Blue value is 39 (15.62% from 255 or 19.31% from 202); Max value from RGB is 93 - color contains mainly: green. Hex color #465D27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465D27 is #B9A2D8. Grayscale: #505050. Windows color (decimal): -12165849 or 2579782. OLE color: 2579782.
HSL color Cylindrical-coordinate representation of color #465D27: hue angle of 85.56º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #465D27 is Cyan = 0.25, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 93 | 39 | - |
| CMYK | 0.25 | 0 | 0.58 | 0.64 |
| HSL | 85.56º | 0.41% | 0.26% | - |
| HSV(B) | 85.56º | 0.58% | 0.36% | - |
| XYZ | 6.81 | 9.28 | 3.35 | - |
| YUV | 79.97 | 104.88 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 93 | 39 | 0.25 | 0 | 0.58 | 0.64 | 85.56 | 0.41 | 0.26 |
| Hex | 46 | 5D | 27 | 19 | 0 | 3A | 40 | 56 | 29 | 1A |
| Octal | 106 | 135 | 47 | 31 | 0 | 72 | 100 | 126 | 51 | 32 |
| Binary | 1000110 | 1011101 | 100111 | 11001 | 0 | 111010 | 1000000 | 1010110 | 101001 | 11010 |
Color Harmonies of #465D27
Complementary color
Monochromatic Colors of #465D27
Black with #465D27
Text Example
Text Example
White with #465D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465D27; }
p { color: rgb(70,93,39); }
H1.HeaderClassName
{
color: #465D27;
}
.AnyTagClassName
{
color: #465D27;
}
</style>
background-color css
<style>
a { background-color: #465D27; }
a { background-color: rgb(70,93,39); }
div.DivClassName
{
background-color: #465D27;
}
.BgClassName
{
background-color: #465D27;
}
</style>
border-color css
<style>
span { border-color: #465D27; }
span { border-color: rgb(70,93,39); }
td.TdClassName
{
border-color: #465D27;
}
.TagClassName
{
border-color: #465D27;
}
</style>