Shades of Clover #405F1F
Tints of Clover #405F1F
RGB
CMYK
RGB Variations
Color information
#405F1F (or 0x405F1F) is known color: Clover. HEX triplet: 40, 5F and 1F. RGB value is (64,95,31). Sum of RGB (Red+Green+Blue) = 64+95+31=190 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.68% from 190); Green value is 95 (37.5% from 255 or 50% from 190); Blue value is 31 (12.5% from 255 or 16.32% from 190); Max value from RGB is 95 - color contains mainly: green. Hex color #405F1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405F1F is #BFA0E0. Grayscale: #4E4E4E. Windows color (decimal): -12558561 or 2056000. OLE color: 2056000.
HSL color Cylindrical-coordinate representation of color #405F1F: hue angle of 89.06º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #405F1F is Cyan = 0.33, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 64 | 95 | 31 | - |
| CMYK | 0.33 | 0 | 0.67 | 0.63 |
| HSL | 89.06º | 0.51% | 0.25% | - |
| HSV(B) | 89.06º | 0.67% | 0.37% | - |
| XYZ | 6.45 | 9.37 | 2.77 | - |
| YUV | 78.44 | 101.23 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 95 | 31 | 0.33 | 0 | 0.67 | 0.63 | 89.06 | 0.51 | 0.25 |
| Hex | 40 | 5F | 1F | 21 | 0 | 43 | 3F | 59 | 33 | 19 |
| Octal | 100 | 137 | 37 | 41 | 0 | 103 | 77 | 131 | 63 | 31 |
| Binary | 1000000 | 1011111 | 11111 | 100001 | 0 | 1000011 | 111111 | 1011001 | 110011 | 11001 |
Color Harmonies of #405F1F
Complementary color
Monochromatic Colors of #405F1F
Black with #405F1F
Text Example
Text Example
White with #405F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405F1F; }
p { color: rgb(64,95,31); }
H1.HeaderClassName
{
color: #405F1F;
}
.AnyTagClassName
{
color: #405F1F;
}
</style>
background-color css
<style>
a { background-color: #405F1F; }
a { background-color: rgb(64,95,31); }
div.DivClassName
{
background-color: #405F1F;
}
.BgClassName
{
background-color: #405F1F;
}
</style>
border-color css
<style>
span { border-color: #405F1F; }
span { border-color: rgb(64,95,31); }
td.TdClassName
{
border-color: #405F1F;
}
.TagClassName
{
border-color: #405F1F;
}
</style>