Shades of Clover #405126
Tints of Clover #405126
RGB
CMYK
RGB Variations
Color information
#405126 (or 0x405126) is known color: Clover. HEX triplet: 40, 51 and 26. RGB value is (64,81,38). Sum of RGB (Red+Green+Blue) = 64+81+38=183 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.97% from 183); Green value is 81 (32.03% from 255 or 44.26% from 183); Blue value is 38 (15.23% from 255 or 20.77% from 183); Max value from RGB is 81 - color contains mainly: green. Hex color #405126 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405126 is #BFAED9. Grayscale: #474747. Windows color (decimal): -12562138 or 2511168. OLE color: 2511168.
HSL color Cylindrical-coordinate representation of color #405126: hue angle of 83.72º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #405126 is Cyan = 0.21, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 64 | 81 | 38 | - |
| CMYK | 0.21 | 0 | 0.53 | 0.68 |
| HSL | 83.72º | 0.36% | 0.23% | - |
| HSV(B) | 83.72º | 0.53% | 0.32% | - |
| XYZ | 5.41 | 7.11 | 2.92 | - |
| YUV | 71.02 | 109.37 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 81 | 38 | 0.21 | 0 | 0.53 | 0.68 | 83.72 | 0.36 | 0.23 |
| Hex | 40 | 51 | 26 | 15 | 0 | 35 | 44 | 54 | 24 | 17 |
| Octal | 100 | 121 | 46 | 25 | 0 | 65 | 104 | 124 | 44 | 27 |
| Binary | 1000000 | 1010001 | 100110 | 10101 | 0 | 110101 | 1000100 | 1010100 | 100100 | 10111 |
Color Harmonies of #405126
Complementary color
Monochromatic Colors of #405126
Black with #405126
Text Example
Text Example
White with #405126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405126; }
p { color: rgb(64,81,38); }
H1.HeaderClassName
{
color: #405126;
}
.AnyTagClassName
{
color: #405126;
}
</style>
background-color css
<style>
a { background-color: #405126; }
a { background-color: rgb(64,81,38); }
div.DivClassName
{
background-color: #405126;
}
.BgClassName
{
background-color: #405126;
}
</style>
border-color css
<style>
span { border-color: #405126; }
span { border-color: rgb(64,81,38); }
td.TdClassName
{
border-color: #405126;
}
.TagClassName
{
border-color: #405126;
}
</style>