Shades of Clover #465A23
Tints of Clover #465A23
RGB
CMYK
RGB Variations
Color information
#465A23 (or 0x465A23) is known color: Clover. HEX triplet: 46, 5A and 23. RGB value is (70,90,35). Sum of RGB (Red+Green+Blue) = 70+90+35=195 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.90% from 195); Green value is 90 (35.55% from 255 or 46.15% from 195); Blue value is 35 (14.06% from 255 or 17.95% from 195); Max value from RGB is 90 - color contains mainly: green. Hex color #465A23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465A23 is #B9A5DC. Grayscale: #4D4D4D. Windows color (decimal): -12166621 or 2316870. OLE color: 2316870.
HSL color Cylindrical-coordinate representation of color #465A23: hue angle of 81.82º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #465A23 is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 70 | 90 | 35 | - |
| CMYK | 0.22 | 0 | 0.61 | 0.65 |
| HSL | 81.82º | 0.44% | 0.25% | - |
| HSV(B) | 81.82º | 0.61% | 0.35% | - |
| XYZ | 6.49 | 8.74 | 2.93 | - |
| YUV | 77.75 | 103.87 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 90 | 35 | 0.22 | 0 | 0.61 | 0.65 | 81.82 | 0.44 | 0.25 |
| Hex | 46 | 5A | 23 | 16 | 0 | 3D | 41 | 52 | 2C | 19 |
| Octal | 106 | 132 | 43 | 26 | 0 | 75 | 101 | 122 | 54 | 31 |
| Binary | 1000110 | 1011010 | 100011 | 10110 | 0 | 111101 | 1000001 | 1010010 | 101100 | 11001 |
Color Harmonies of #465A23
Complementary color
Monochromatic Colors of #465A23
Black with #465A23
Text Example
Text Example
White with #465A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465A23; }
p { color: rgb(70,90,35); }
H1.HeaderClassName
{
color: #465A23;
}
.AnyTagClassName
{
color: #465A23;
}
</style>
background-color css
<style>
a { background-color: #465A23; }
a { background-color: rgb(70,90,35); }
div.DivClassName
{
background-color: #465A23;
}
.BgClassName
{
background-color: #465A23;
}
</style>
border-color css
<style>
span { border-color: #465A23; }
span { border-color: rgb(70,90,35); }
td.TdClassName
{
border-color: #465A23;
}
.TagClassName
{
border-color: #465A23;
}
</style>