Shades of Clover #465C27
Tints of Clover #465C27
RGB
CMYK
RGB Variations
Color information
#465C27 (or 0x465C27) is known color: Clover. HEX triplet: 46, 5C and 27. RGB value is (70,92,39). Sum of RGB (Red+Green+Blue) = 70+92+39=201 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.83% from 201); Green value is 92 (36.33% from 255 or 45.77% from 201); Blue value is 39 (15.62% from 255 or 19.40% from 201); Max value from RGB is 92 - color contains mainly: green. Hex color #465C27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465C27 is #B9A3D8. Grayscale: #4F4F4F. Windows color (decimal): -12166105 or 2579526. OLE color: 2579526.
HSL color Cylindrical-coordinate representation of color #465C27: hue angle of 84.91º degrees, saturation: 0.4, 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 #465C27 is Cyan = 0.24, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 92 | 39 | - |
| CMYK | 0.24 | 0 | 0.58 | 0.64 |
| HSL | 84.91º | 0.4% | 0.26% | - |
| HSV(B) | 84.91º | 0.58% | 0.36% | - |
| XYZ | 6.72 | 9.1 | 3.32 | - |
| YUV | 79.38 | 105.21 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 92 | 39 | 0.24 | 0 | 0.58 | 0.64 | 84.91 | 0.4 | 0.26 |
| Hex | 46 | 5C | 27 | 18 | 0 | 3A | 40 | 55 | 28 | 1A |
| Octal | 106 | 134 | 47 | 30 | 0 | 72 | 100 | 125 | 50 | 32 |
| Binary | 1000110 | 1011100 | 100111 | 11000 | 0 | 111010 | 1000000 | 1010101 | 101000 | 11010 |
Color Harmonies of #465C27
Complementary color
Monochromatic Colors of #465C27
Black with #465C27
Text Example
Text Example
White with #465C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465C27; }
p { color: rgb(70,92,39); }
H1.HeaderClassName
{
color: #465C27;
}
.AnyTagClassName
{
color: #465C27;
}
</style>
background-color css
<style>
a { background-color: #465C27; }
a { background-color: rgb(70,92,39); }
div.DivClassName
{
background-color: #465C27;
}
.BgClassName
{
background-color: #465C27;
}
</style>
border-color css
<style>
span { border-color: #465C27; }
span { border-color: rgb(70,92,39); }
td.TdClassName
{
border-color: #465C27;
}
.TagClassName
{
border-color: #465C27;
}
</style>