Shades of Clover #464D38
Tints of Clover #464D38
RGB
CMYK
RGB Variations
Color information
#464D38 (or 0x464D38) is known color: Clover. HEX triplet: 46, 4D and 38. RGB value is (70,77,56). Sum of RGB (Red+Green+Blue) = 70+77+56=203 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.48% from 203); Green value is 77 (30.47% from 255 or 37.93% from 203); Blue value is 56 (22.27% from 255 or 27.59% from 203); Max value from RGB is 77 - color contains mainly: green. Hex color #464D38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #464D38 is #B9B2C7. Grayscale: #484848. Windows color (decimal): -12169928 or 3689798. OLE color: 3689798.
HSL color Cylindrical-coordinate representation of color #464D38: hue angle of 80º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #464D38 is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 70 | 77 | 56 | - |
| CMYK | 0.09 | 0 | 0.27 | 0.70 |
| HSL | 80º | 0.16% | 0.26% | - |
| HSV(B) | 80º | 0.27% | 0.3% | - |
| XYZ | 5.89 | 6.9 | 4.76 | - |
| YUV | 72.51 | 118.68 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 77 | 56 | 0.09 | 0 | 0.27 | 0.70 | 80 | 0.16 | 0.26 |
| Hex | 46 | 4D | 38 | 9 | 0 | 1B | 46 | 50 | 10 | 1A |
| Octal | 106 | 115 | 70 | 11 | 0 | 33 | 106 | 120 | 20 | 32 |
| Binary | 1000110 | 1001101 | 111000 | 1001 | 0 | 11011 | 1000110 | 1010000 | 10000 | 11010 |
Color Harmonies of #464D38
Complementary color
Monochromatic Colors of #464D38
Black with #464D38
Text Example
Text Example
White with #464D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464D38; }
p { color: rgb(70,77,56); }
H1.HeaderClassName
{
color: #464D38;
}
.AnyTagClassName
{
color: #464D38;
}
</style>
background-color css
<style>
a { background-color: #464D38; }
a { background-color: rgb(70,77,56); }
div.DivClassName
{
background-color: #464D38;
}
.BgClassName
{
background-color: #464D38;
}
</style>
border-color css
<style>
span { border-color: #464D38; }
span { border-color: rgb(70,77,56); }
td.TdClassName
{
border-color: #464D38;
}
.TagClassName
{
border-color: #464D38;
}
</style>