Shades of Clover #465A24
Tints of Clover #465A24
RGB
CMYK
RGB Variations
Color information
#465A24 (or 0x465A24) is known color: Clover. HEX triplet: 46, 5A and 24. RGB value is (70,90,36). Sum of RGB (Red+Green+Blue) = 70+90+36=196 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.71% from 196); Green value is 90 (35.55% from 255 or 45.92% from 196); Blue value is 36 (14.45% from 255 or 18.37% from 196); Max value from RGB is 90 - color contains mainly: green. Hex color #465A24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465A24 is #B9A5DB. Grayscale: #4E4E4E. Windows color (decimal): -12166620 or 2382406. OLE color: 2382406.
HSL color Cylindrical-coordinate representation of color #465A24: hue angle of 82.22º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #465A24 is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 70 | 90 | 36 | - |
| CMYK | 0.22 | 0 | 0.60 | 0.65 |
| HSL | 82.22º | 0.43% | 0.25% | - |
| HSV(B) | 82.22º | 0.6% | 0.35% | - |
| XYZ | 6.5 | 8.74 | 3.01 | - |
| YUV | 77.86 | 104.37 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 90 | 36 | 0.22 | 0 | 0.60 | 0.65 | 82.22 | 0.43 | 0.25 |
| Hex | 46 | 5A | 24 | 16 | 0 | 3C | 41 | 52 | 2B | 19 |
| Octal | 106 | 132 | 44 | 26 | 0 | 74 | 101 | 122 | 53 | 31 |
| Binary | 1000110 | 1011010 | 100100 | 10110 | 0 | 111100 | 1000001 | 1010010 | 101011 | 11001 |
Color Harmonies of #465A24
Complementary color
Monochromatic Colors of #465A24
Black with #465A24
Text Example
Text Example
White with #465A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465A24; }
p { color: rgb(70,90,36); }
H1.HeaderClassName
{
color: #465A24;
}
.AnyTagClassName
{
color: #465A24;
}
</style>
background-color css
<style>
a { background-color: #465A24; }
a { background-color: rgb(70,90,36); }
div.DivClassName
{
background-color: #465A24;
}
.BgClassName
{
background-color: #465A24;
}
</style>
border-color css
<style>
span { border-color: #465A24; }
span { border-color: rgb(70,90,36); }
td.TdClassName
{
border-color: #465A24;
}
.TagClassName
{
border-color: #465A24;
}
</style>