Shades of Clover #465C2B
Tints of Clover #465C2B
RGB
CMYK
RGB Variations
Color information
#465C2B (or 0x465C2B) is known color: Clover. HEX triplet: 46, 5C and 2B. RGB value is (70,92,43). Sum of RGB (Red+Green+Blue) = 70+92+43=205 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.15% from 205); Green value is 92 (36.33% from 255 or 44.88% from 205); Blue value is 43 (17.19% from 255 or 20.98% from 205); Max value from RGB is 92 - color contains mainly: green. Hex color #465C2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465C2B is #B9A3D4. Grayscale: #505050. Windows color (decimal): -12166101 or 2841670. OLE color: 2841670.
HSL color Cylindrical-coordinate representation of color #465C2B: hue angle of 86.94º 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 #465C2B is Cyan = 0.24, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 92 | 43 | - |
| CMYK | 0.24 | 0 | 0.53 | 0.64 |
| HSL | 86.94º | 0.36% | 0.26% | - |
| HSV(B) | 86.94º | 0.53% | 0.36% | - |
| XYZ | 6.79 | 9.13 | 3.69 | - |
| YUV | 79.84 | 107.21 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 92 | 43 | 0.24 | 0 | 0.53 | 0.64 | 86.94 | 0.36 | 0.26 |
| Hex | 46 | 5C | 2B | 18 | 0 | 35 | 40 | 57 | 24 | 1A |
| Octal | 106 | 134 | 53 | 30 | 0 | 65 | 100 | 127 | 44 | 32 |
| Binary | 1000110 | 1011100 | 101011 | 11000 | 0 | 110101 | 1000000 | 1010111 | 100100 | 11010 |
Color Harmonies of #465C2B
Complementary color
Monochromatic Colors of #465C2B
Black with #465C2B
Text Example
Text Example
White with #465C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465C2B; }
p { color: rgb(70,92,43); }
H1.HeaderClassName
{
color: #465C2B;
}
.AnyTagClassName
{
color: #465C2B;
}
</style>
background-color css
<style>
a { background-color: #465C2B; }
a { background-color: rgb(70,92,43); }
div.DivClassName
{
background-color: #465C2B;
}
.BgClassName
{
background-color: #465C2B;
}
</style>
border-color css
<style>
span { border-color: #465C2B; }
span { border-color: rgb(70,92,43); }
td.TdClassName
{
border-color: #465C2B;
}
.TagClassName
{
border-color: #465C2B;
}
</style>