Shades of Clover #46611C
Tints of Clover #46611C
RGB
CMYK
RGB Variations
Color information
#46611C (or 0x46611C) is known color: Clover. HEX triplet: 46, 61 and 1C. RGB value is (70,97,28). Sum of RGB (Red+Green+Blue) = 70+97+28=195 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.90% from 195); Green value is 97 (38.28% from 255 or 49.74% from 195); Blue value is 28 (11.33% from 255 or 14.36% from 195); Max value from RGB is 97 - color contains mainly: green. Hex color #46611C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46611C is #B99EE3. Grayscale: #515151. Windows color (decimal): -12164836 or 1859910. OLE color: 1859910.
HSL color Cylindrical-coordinate representation of color #46611C: hue angle of 83.48º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #46611C is Cyan = 0.28, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 70 | 97 | 28 | - |
| CMYK | 0.28 | 0 | 0.71 | 0.62 |
| HSL | 83.48º | 0.55% | 0.25% | - |
| HSV(B) | 83.48º | 0.71% | 0.38% | - |
| XYZ | 7.01 | 9.94 | 2.65 | - |
| YUV | 81.06 | 98.05 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 97 | 28 | 0.28 | 0 | 0.71 | 0.62 | 83.48 | 0.55 | 0.25 |
| Hex | 46 | 61 | 1C | 1C | 0 | 47 | 3E | 53 | 37 | 19 |
| Octal | 106 | 141 | 34 | 34 | 0 | 107 | 76 | 123 | 67 | 31 |
| Binary | 1000110 | 1100001 | 11100 | 11100 | 0 | 1000111 | 111110 | 1010011 | 110111 | 11001 |
Color Harmonies of #46611C
Complementary color
Monochromatic Colors of #46611C
Black with #46611C
Text Example
Text Example
White with #46611C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46611C; }
p { color: rgb(70,97,28); }
H1.HeaderClassName
{
color: #46611C;
}
.AnyTagClassName
{
color: #46611C;
}
</style>
background-color css
<style>
a { background-color: #46611C; }
a { background-color: rgb(70,97,28); }
div.DivClassName
{
background-color: #46611C;
}
.BgClassName
{
background-color: #46611C;
}
</style>
border-color css
<style>
span { border-color: #46611C; }
span { border-color: rgb(70,97,28); }
td.TdClassName
{
border-color: #46611C;
}
.TagClassName
{
border-color: #46611C;
}
</style>