Shades of Clover #465B2B
Tints of Clover #465B2B
RGB
CMYK
RGB Variations
Color information
#465B2B (or 0x465B2B) is known color: Clover. HEX triplet: 46, 5B and 2B. RGB value is (70,91,43). Sum of RGB (Red+Green+Blue) = 70+91+43=204 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.31% from 204); Green value is 91 (35.94% from 255 or 44.61% from 204); Blue value is 43 (17.19% from 255 or 21.08% from 204); Max value from RGB is 91 - color contains mainly: green. Hex color #465B2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465B2B is #B9A4D4. Grayscale: #4F4F4F. Windows color (decimal): -12166357 or 2841414. OLE color: 2841414.
HSL color Cylindrical-coordinate representation of color #465B2B: hue angle of 86.25º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #465B2B is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 91 | 43 | - |
| CMYK | 0.23 | 0 | 0.53 | 0.64 |
| HSL | 86.25º | 0.36% | 0.26% | - |
| HSV(B) | 86.25º | 0.53% | 0.36% | - |
| XYZ | 6.7 | 8.96 | 3.66 | - |
| YUV | 79.25 | 107.54 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 91 | 43 | 0.23 | 0 | 0.53 | 0.64 | 86.25 | 0.36 | 0.26 |
| Hex | 46 | 5B | 2B | 17 | 0 | 35 | 40 | 56 | 24 | 1A |
| Octal | 106 | 133 | 53 | 27 | 0 | 65 | 100 | 126 | 44 | 32 |
| Binary | 1000110 | 1011011 | 101011 | 10111 | 0 | 110101 | 1000000 | 1010110 | 100100 | 11010 |
Color Harmonies of #465B2B
Complementary color
Monochromatic Colors of #465B2B
Black with #465B2B
Text Example
Text Example
White with #465B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465B2B; }
p { color: rgb(70,91,43); }
H1.HeaderClassName
{
color: #465B2B;
}
.AnyTagClassName
{
color: #465B2B;
}
</style>
background-color css
<style>
a { background-color: #465B2B; }
a { background-color: rgb(70,91,43); }
div.DivClassName
{
background-color: #465B2B;
}
.BgClassName
{
background-color: #465B2B;
}
</style>
border-color css
<style>
span { border-color: #465B2B; }
span { border-color: rgb(70,91,43); }
td.TdClassName
{
border-color: #465B2B;
}
.TagClassName
{
border-color: #465B2B;
}
</style>