Shades of Clover #46532F
Tints of Clover #46532F
RGB
CMYK
RGB Variations
Color information
#46532F (or 0x46532F) is known color: Clover. HEX triplet: 46, 53 and 2F. RGB value is (70,83,47). Sum of RGB (Red+Green+Blue) = 70+83+47=200 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35% from 200); Green value is 83 (32.81% from 255 or 41.5% from 200); Blue value is 47 (18.75% from 255 or 23.5% from 200); Max value from RGB is 83 - color contains mainly: green. Hex color #46532F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46532F is #B9ACD0. Grayscale: #4B4B4B. Windows color (decimal): -12168401 or 3101510. OLE color: 3101510.
HSL color Cylindrical-coordinate representation of color #46532F: hue angle of 81.67º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #46532F is Cyan = 0.16, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 70 | 83 | 47 | - |
| CMYK | 0.16 | 0 | 0.43 | 0.67 |
| HSL | 81.67º | 0.28% | 0.25% | - |
| HSV(B) | 81.67º | 0.43% | 0.33% | - |
| XYZ | 6.13 | 7.69 | 3.85 | - |
| YUV | 75.01 | 112.19 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 83 | 47 | 0.16 | 0 | 0.43 | 0.67 | 81.67 | 0.28 | 0.25 |
| Hex | 46 | 53 | 2F | 10 | 0 | 2B | 43 | 52 | 1C | 19 |
| Octal | 106 | 123 | 57 | 20 | 0 | 53 | 103 | 122 | 34 | 31 |
| Binary | 1000110 | 1010011 | 101111 | 10000 | 0 | 101011 | 1000011 | 1010010 | 11100 | 11001 |
Color Harmonies of #46532F
Complementary color
Monochromatic Colors of #46532F
Black with #46532F
Text Example
Text Example
White with #46532F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46532F; }
p { color: rgb(70,83,47); }
H1.HeaderClassName
{
color: #46532F;
}
.AnyTagClassName
{
color: #46532F;
}
</style>
background-color css
<style>
a { background-color: #46532F; }
a { background-color: rgb(70,83,47); }
div.DivClassName
{
background-color: #46532F;
}
.BgClassName
{
background-color: #46532F;
}
</style>
border-color css
<style>
span { border-color: #46532F; }
span { border-color: rgb(70,83,47); }
td.TdClassName
{
border-color: #46532F;
}
.TagClassName
{
border-color: #46532F;
}
</style>