Shades of Clover #465C2D
Tints of Clover #465C2D
RGB
CMYK
RGB Variations
Color information
#465C2D (or 0x465C2D) is known color: Clover. HEX triplet: 46, 5C and 2D. RGB value is (70,92,45). Sum of RGB (Red+Green+Blue) = 70+92+45=207 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.82% from 207); Green value is 92 (36.33% from 255 or 44.44% from 207); Blue value is 45 (17.97% from 255 or 21.74% from 207); Max value from RGB is 92 - color contains mainly: green. Hex color #465C2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465C2D is #B9A3D2. Grayscale: #505050. Windows color (decimal): -12166099 or 2972742. OLE color: 2972742.
HSL color Cylindrical-coordinate representation of color #465C2D: hue angle of 88.09º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #465C2D is Cyan = 0.24, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 92 | 45 | - |
| CMYK | 0.24 | 0 | 0.51 | 0.64 |
| HSL | 88.09º | 0.34% | 0.27% | - |
| HSV(B) | 88.09º | 0.51% | 0.36% | - |
| XYZ | 6.83 | 9.15 | 3.89 | - |
| YUV | 80.06 | 108.21 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 92 | 45 | 0.24 | 0 | 0.51 | 0.64 | 88.09 | 0.34 | 0.27 |
| Hex | 46 | 5C | 2D | 18 | 0 | 33 | 40 | 58 | 22 | 1B |
| Octal | 106 | 134 | 55 | 30 | 0 | 63 | 100 | 130 | 42 | 33 |
| Binary | 1000110 | 1011100 | 101101 | 11000 | 0 | 110011 | 1000000 | 1011000 | 100010 | 11011 |
Color Harmonies of #465C2D
Complementary color
Monochromatic Colors of #465C2D
Black with #465C2D
Text Example
Text Example
White with #465C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465C2D; }
p { color: rgb(70,92,45); }
H1.HeaderClassName
{
color: #465C2D;
}
.AnyTagClassName
{
color: #465C2D;
}
</style>
background-color css
<style>
a { background-color: #465C2D; }
a { background-color: rgb(70,92,45); }
div.DivClassName
{
background-color: #465C2D;
}
.BgClassName
{
background-color: #465C2D;
}
</style>
border-color css
<style>
span { border-color: #465C2D; }
span { border-color: rgb(70,92,45); }
td.TdClassName
{
border-color: #465C2D;
}
.TagClassName
{
border-color: #465C2D;
}
</style>