Shades of Clover #40591F
Tints of Clover #40591F
RGB
CMYK
RGB Variations
Color information
#40591F (or 0x40591F) is known color: Clover. HEX triplet: 40, 59 and 1F. RGB value is (64,89,31). Sum of RGB (Red+Green+Blue) = 64+89+31=184 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.78% from 184); Green value is 89 (35.16% from 255 or 48.37% from 184); Blue value is 31 (12.5% from 255 or 16.85% from 184); Max value from RGB is 89 - color contains mainly: green. Hex color #40591F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40591F is #BFA6E0. Grayscale: #4B4B4B. Windows color (decimal): -12560097 or 2054464. OLE color: 2054464.
HSL color Cylindrical-coordinate representation of color #40591F: hue angle of 85.86º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #40591F is Cyan = 0.28, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 64 | 89 | 31 | - |
| CMYK | 0.28 | 0 | 0.65 | 0.65 |
| HSL | 85.86º | 0.48% | 0.24% | - |
| HSV(B) | 85.86º | 0.65% | 0.35% | - |
| XYZ | 5.93 | 8.33 | 2.59 | - |
| YUV | 74.91 | 103.22 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 89 | 31 | 0.28 | 0 | 0.65 | 0.65 | 85.86 | 0.48 | 0.24 |
| Hex | 40 | 59 | 1F | 1C | 0 | 41 | 41 | 56 | 30 | 18 |
| Octal | 100 | 131 | 37 | 34 | 0 | 101 | 101 | 126 | 60 | 30 |
| Binary | 1000000 | 1011001 | 11111 | 11100 | 0 | 1000001 | 1000001 | 1010110 | 110000 | 11000 |
Color Harmonies of #40591F
Complementary color
Monochromatic Colors of #40591F
Black with #40591F
Text Example
Text Example
White with #40591F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40591F; }
p { color: rgb(64,89,31); }
H1.HeaderClassName
{
color: #40591F;
}
.AnyTagClassName
{
color: #40591F;
}
</style>
background-color css
<style>
a { background-color: #40591F; }
a { background-color: rgb(64,89,31); }
div.DivClassName
{
background-color: #40591F;
}
.BgClassName
{
background-color: #40591F;
}
</style>
border-color css
<style>
span { border-color: #40591F; }
span { border-color: rgb(64,89,31); }
td.TdClassName
{
border-color: #40591F;
}
.TagClassName
{
border-color: #40591F;
}
</style>