Shades of Clover #405E1B
Tints of Clover #405E1B
RGB
CMYK
RGB Variations
Color information
#405E1B (or 0x405E1B) is known color: Clover. HEX triplet: 40, 5E and 1B. RGB value is (64,94,27). Sum of RGB (Red+Green+Blue) = 64+94+27=185 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.59% from 185); Green value is 94 (37.11% from 255 or 50.81% from 185); Blue value is 27 (10.94% from 255 or 14.59% from 185); Max value from RGB is 94 - color contains mainly: green. Hex color #405E1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405E1B is #BFA1E4. Grayscale: #4D4D4D. Windows color (decimal): -12558821 or 1793600. OLE color: 1793600.
HSL color Cylindrical-coordinate representation of color #405E1B: hue angle of 86.87º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #405E1B is Cyan = 0.32, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 64 | 94 | 27 | - |
| CMYK | 0.32 | 0 | 0.71 | 0.63 |
| HSL | 86.87º | 0.55% | 0.24% | - |
| HSV(B) | 86.87º | 0.71% | 0.37% | - |
| XYZ | 6.31 | 9.17 | 2.47 | - |
| YUV | 77.39 | 99.56 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 94 | 27 | 0.32 | 0 | 0.71 | 0.63 | 86.87 | 0.55 | 0.24 |
| Hex | 40 | 5E | 1B | 20 | 0 | 47 | 3F | 57 | 37 | 18 |
| Octal | 100 | 136 | 33 | 40 | 0 | 107 | 77 | 127 | 67 | 30 |
| Binary | 1000000 | 1011110 | 11011 | 100000 | 0 | 1000111 | 111111 | 1010111 | 110111 | 11000 |
Color Harmonies of #405E1B
Complementary color
Monochromatic Colors of #405E1B
Black with #405E1B
Text Example
Text Example
White with #405E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405E1B; }
p { color: rgb(64,94,27); }
H1.HeaderClassName
{
color: #405E1B;
}
.AnyTagClassName
{
color: #405E1B;
}
</style>
background-color css
<style>
a { background-color: #405E1B; }
a { background-color: rgb(64,94,27); }
div.DivClassName
{
background-color: #405E1B;
}
.BgClassName
{
background-color: #405E1B;
}
</style>
border-color css
<style>
span { border-color: #405E1B; }
span { border-color: rgb(64,94,27); }
td.TdClassName
{
border-color: #405E1B;
}
.TagClassName
{
border-color: #405E1B;
}
</style>