Shades of Clover #46512F
Tints of Clover #46512F
RGB
CMYK
RGB Variations
Color information
#46512F (or 0x46512F) is known color: Clover. HEX triplet: 46, 51 and 2F. RGB value is (70,81,47). Sum of RGB (Red+Green+Blue) = 70+81+47=198 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.35% from 198); Green value is 81 (32.03% from 255 or 40.91% from 198); Blue value is 47 (18.75% from 255 or 23.74% from 198); Max value from RGB is 81 - color contains mainly: green. Hex color #46512F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46512F is #B9AED0. Grayscale: #494949. Windows color (decimal): -12168913 or 3100998. OLE color: 3100998.
HSL color Cylindrical-coordinate representation of color #46512F: hue angle of 79.41º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #46512F is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 70 | 81 | 47 | - |
| CMYK | 0.14 | 0 | 0.42 | 0.68 |
| HSL | 79.41º | 0.27% | 0.25% | - |
| HSV(B) | 79.41º | 0.42% | 0.32% | - |
| XYZ | 5.98 | 7.39 | 3.8 | - |
| YUV | 73.84 | 112.86 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 81 | 47 | 0.14 | 0 | 0.42 | 0.68 | 79.41 | 0.27 | 0.25 |
| Hex | 46 | 51 | 2F | E | 0 | 2A | 44 | 4F | 1B | 19 |
| Octal | 106 | 121 | 57 | 16 | 0 | 52 | 104 | 117 | 33 | 31 |
| Binary | 1000110 | 1010001 | 101111 | 1110 | 0 | 101010 | 1000100 | 1001111 | 11011 | 11001 |
Color Harmonies of #46512F
Complementary color
Monochromatic Colors of #46512F
Black with #46512F
Text Example
Text Example
White with #46512F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46512F; }
p { color: rgb(70,81,47); }
H1.HeaderClassName
{
color: #46512F;
}
.AnyTagClassName
{
color: #46512F;
}
</style>
background-color css
<style>
a { background-color: #46512F; }
a { background-color: rgb(70,81,47); }
div.DivClassName
{
background-color: #46512F;
}
.BgClassName
{
background-color: #46512F;
}
</style>
border-color css
<style>
span { border-color: #46512F; }
span { border-color: rgb(70,81,47); }
td.TdClassName
{
border-color: #46512F;
}
.TagClassName
{
border-color: #46512F;
}
</style>