Shades of Clover #465238
Tints of Clover #465238
RGB
CMYK
RGB Variations
Color information
#465238 (or 0x465238) is known color: Clover. HEX triplet: 46, 52 and 38. RGB value is (70,82,56). Sum of RGB (Red+Green+Blue) = 70+82+56=208 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.65% from 208); Green value is 82 (32.42% from 255 or 39.42% from 208); Blue value is 56 (22.27% from 255 or 26.92% from 208); Max value from RGB is 82 - color contains mainly: green. Hex color #465238 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465238 is #B9ADC7. Grayscale: #4B4B4B. Windows color (decimal): -12168648 or 3691078. OLE color: 3691078.
HSL color Cylindrical-coordinate representation of color #465238: hue angle of 87.69º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #465238 is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 70 | 82 | 56 | - |
| CMYK | 0.15 | 0 | 0.32 | 0.68 |
| HSL | 87.69º | 0.19% | 0.27% | - |
| HSV(B) | 87.69º | 0.32% | 0.32% | - |
| XYZ | 6.26 | 7.62 | 4.88 | - |
| YUV | 75.45 | 117.02 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 82 | 56 | 0.15 | 0 | 0.32 | 0.68 | 87.69 | 0.19 | 0.27 |
| Hex | 46 | 52 | 38 | F | 0 | 20 | 44 | 58 | 13 | 1B |
| Octal | 106 | 122 | 70 | 17 | 0 | 40 | 104 | 130 | 23 | 33 |
| Binary | 1000110 | 1010010 | 111000 | 1111 | 0 | 100000 | 1000100 | 1011000 | 10011 | 11011 |
Color Harmonies of #465238
Complementary color
Monochromatic Colors of #465238
Black with #465238
Text Example
Text Example
White with #465238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465238; }
p { color: rgb(70,82,56); }
H1.HeaderClassName
{
color: #465238;
}
.AnyTagClassName
{
color: #465238;
}
</style>
background-color css
<style>
a { background-color: #465238; }
a { background-color: rgb(70,82,56); }
div.DivClassName
{
background-color: #465238;
}
.BgClassName
{
background-color: #465238;
}
</style>
border-color css
<style>
span { border-color: #465238; }
span { border-color: rgb(70,82,56); }
td.TdClassName
{
border-color: #465238;
}
.TagClassName
{
border-color: #465238;
}
</style>