Shades of Clover #3F4F27
Tints of Clover #3F4F27
RGB
CMYK
RGB Variations
Color information
#3F4F27 (or 0x3F4F27) is known color: Clover. HEX triplet: 3F, 4F and 27. RGB value is (63,79,39). Sum of RGB (Red+Green+Blue) = 63+79+39=181 (23% of max value = 765). Red value is 63 (25% from 255 or 34.81% from 181); Green value is 79 (31.25% from 255 or 43.65% from 181); Blue value is 39 (15.62% from 255 or 21.55% from 181); Max value from RGB is 79 - color contains mainly: green. Hex color #3F4F27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F4F27 is #C0B0D8. Grayscale: #454545. Windows color (decimal): -12628185 or 2576191. OLE color: 2576191.
HSL color Cylindrical-coordinate representation of color #3F4F27: hue angle of 84º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3F4F27 is Cyan = 0.20, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 63 | 79 | 39 | - |
| CMYK | 0.20 | 0 | 0.51 | 0.69 |
| HSL | 84º | 0.34% | 0.23% | - |
| HSV(B) | 84º | 0.51% | 0.31% | - |
| XYZ | 5.21 | 6.8 | 2.96 | - |
| YUV | 69.66 | 110.7 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 79 | 39 | 0.20 | 0 | 0.51 | 0.69 | 84 | 0.34 | 0.23 |
| Hex | 3F | 4F | 27 | 14 | 0 | 33 | 45 | 54 | 22 | 17 |
| Octal | 77 | 117 | 47 | 24 | 0 | 63 | 105 | 124 | 42 | 27 |
| Binary | 111111 | 1001111 | 100111 | 10100 | 0 | 110011 | 1000101 | 1010100 | 100010 | 10111 |
Color Harmonies of #3F4F27
Complementary color
Monochromatic Colors of #3F4F27
Black with #3F4F27
Text Example
Text Example
White with #3F4F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4F27; }
p { color: rgb(63,79,39); }
H1.HeaderClassName
{
color: #3F4F27;
}
.AnyTagClassName
{
color: #3F4F27;
}
</style>
background-color css
<style>
a { background-color: #3F4F27; }
a { background-color: rgb(63,79,39); }
div.DivClassName
{
background-color: #3F4F27;
}
.BgClassName
{
background-color: #3F4F27;
}
</style>
border-color css
<style>
span { border-color: #3F4F27; }
span { border-color: rgb(63,79,39); }
td.TdClassName
{
border-color: #3F4F27;
}
.TagClassName
{
border-color: #3F4F27;
}
</style>