Shades of Clover #465B27
Tints of Clover #465B27
RGB
CMYK
RGB Variations
Color information
#465B27 (or 0x465B27) is known color: Clover. HEX triplet: 46, 5B and 27. RGB value is (70,91,39). Sum of RGB (Red+Green+Blue) = 70+91+39=200 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35% from 200); Green value is 91 (35.94% from 255 or 45.5% from 200); Blue value is 39 (15.62% from 255 or 19.5% from 200); Max value from RGB is 91 - color contains mainly: green. Hex color #465B27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465B27 is #B9A4D8. Grayscale: #4E4E4E. Windows color (decimal): -12166361 or 2579270. OLE color: 2579270.
HSL color Cylindrical-coordinate representation of color #465B27: hue angle of 84.23º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #465B27 is Cyan = 0.23, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 91 | 39 | - |
| CMYK | 0.23 | 0 | 0.57 | 0.64 |
| HSL | 84.23º | 0.4% | 0.25% | - |
| HSV(B) | 84.23º | 0.57% | 0.36% | - |
| XYZ | 6.63 | 8.93 | 3.29 | - |
| YUV | 78.79 | 105.54 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 91 | 39 | 0.23 | 0 | 0.57 | 0.64 | 84.23 | 0.4 | 0.25 |
| Hex | 46 | 5B | 27 | 17 | 0 | 39 | 40 | 54 | 28 | 19 |
| Octal | 106 | 133 | 47 | 27 | 0 | 71 | 100 | 124 | 50 | 31 |
| Binary | 1000110 | 1011011 | 100111 | 10111 | 0 | 111001 | 1000000 | 1010100 | 101000 | 11001 |
Color Harmonies of #465B27
Complementary color
Monochromatic Colors of #465B27
Black with #465B27
Text Example
Text Example
White with #465B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465B27; }
p { color: rgb(70,91,39); }
H1.HeaderClassName
{
color: #465B27;
}
.AnyTagClassName
{
color: #465B27;
}
</style>
background-color css
<style>
a { background-color: #465B27; }
a { background-color: rgb(70,91,39); }
div.DivClassName
{
background-color: #465B27;
}
.BgClassName
{
background-color: #465B27;
}
</style>
border-color css
<style>
span { border-color: #465B27; }
span { border-color: rgb(70,91,39); }
td.TdClassName
{
border-color: #465B27;
}
.TagClassName
{
border-color: #465B27;
}
</style>