Shades of Clover #465B30
Tints of Clover #465B30
RGB
CMYK
RGB Variations
Color information
#465B30 (or 0x465B30) is known color: Clover. HEX triplet: 46, 5B and 30. RGB value is (70,91,48). Sum of RGB (Red+Green+Blue) = 70+91+48=209 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.49% from 209); Green value is 91 (35.94% from 255 or 43.54% from 209); Blue value is 48 (19.14% from 255 or 22.97% from 209); Max value from RGB is 91 - color contains mainly: green. Hex color #465B30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465B30 is #B9A4CF. Grayscale: #4F4F4F. Windows color (decimal): -12166352 or 3169094. OLE color: 3169094.
HSL color Cylindrical-coordinate representation of color #465B30: hue angle of 89.3º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #465B30 is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 91 | 48 | - |
| CMYK | 0.23 | 0 | 0.47 | 0.64 |
| HSL | 89.3º | 0.31% | 0.27% | - |
| HSV(B) | 89.3º | 0.47% | 0.36% | - |
| XYZ | 6.8 | 9 | 4.17 | - |
| YUV | 79.82 | 110.04 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 91 | 48 | 0.23 | 0 | 0.47 | 0.64 | 89.3 | 0.31 | 0.27 |
| Hex | 46 | 5B | 30 | 17 | 0 | 2F | 40 | 59 | 1F | 1B |
| Octal | 106 | 133 | 60 | 27 | 0 | 57 | 100 | 131 | 37 | 33 |
| Binary | 1000110 | 1011011 | 110000 | 10111 | 0 | 101111 | 1000000 | 1011001 | 11111 | 11011 |
Color Harmonies of #465B30
Complementary color
Monochromatic Colors of #465B30
Black with #465B30
Text Example
Text Example
White with #465B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465B30; }
p { color: rgb(70,91,48); }
H1.HeaderClassName
{
color: #465B30;
}
.AnyTagClassName
{
color: #465B30;
}
</style>
background-color css
<style>
a { background-color: #465B30; }
a { background-color: rgb(70,91,48); }
div.DivClassName
{
background-color: #465B30;
}
.BgClassName
{
background-color: #465B30;
}
</style>
border-color css
<style>
span { border-color: #465B30; }
span { border-color: rgb(70,91,48); }
td.TdClassName
{
border-color: #465B30;
}
.TagClassName
{
border-color: #465B30;
}
</style>