Shades of Clover #3F4E29
Tints of Clover #3F4E29
RGB
CMYK
RGB Variations
Color information
#3F4E29 (or 0x3F4E29) is known color: Clover. HEX triplet: 3F, 4E and 29. RGB value is (63,78,41). Sum of RGB (Red+Green+Blue) = 63+78+41=182 (24% of max value = 765). Red value is 63 (25% from 255 or 34.62% from 182); Green value is 78 (30.86% from 255 or 42.86% from 182); Blue value is 41 (16.41% from 255 or 22.53% from 182); Max value from RGB is 78 - color contains mainly: green. Hex color #3F4E29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F4E29 is #C0B1D6. Grayscale: #454545. Windows color (decimal): -12628439 or 2707007. OLE color: 2707007.
HSL color Cylindrical-coordinate representation of color #3F4E29: hue angle of 84.32º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3F4E29 is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 63 | 78 | 41 | - |
| CMYK | 0.19 | 0 | 0.47 | 0.69 |
| HSL | 84.32º | 0.31% | 0.23% | - |
| HSV(B) | 84.32º | 0.47% | 0.31% | - |
| XYZ | 5.17 | 6.67 | 3.11 | - |
| YUV | 69.3 | 112.03 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 78 | 41 | 0.19 | 0 | 0.47 | 0.69 | 84.32 | 0.31 | 0.23 |
| Hex | 3F | 4E | 29 | 13 | 0 | 2F | 45 | 54 | 1F | 17 |
| Octal | 77 | 116 | 51 | 23 | 0 | 57 | 105 | 124 | 37 | 27 |
| Binary | 111111 | 1001110 | 101001 | 10011 | 0 | 101111 | 1000101 | 1010100 | 11111 | 10111 |
Color Harmonies of #3F4E29
Complementary color
Monochromatic Colors of #3F4E29
Black with #3F4E29
Text Example
Text Example
White with #3F4E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4E29; }
p { color: rgb(63,78,41); }
H1.HeaderClassName
{
color: #3F4E29;
}
.AnyTagClassName
{
color: #3F4E29;
}
</style>
background-color css
<style>
a { background-color: #3F4E29; }
a { background-color: rgb(63,78,41); }
div.DivClassName
{
background-color: #3F4E29;
}
.BgClassName
{
background-color: #3F4E29;
}
</style>
border-color css
<style>
span { border-color: #3F4E29; }
span { border-color: rgb(63,78,41); }
td.TdClassName
{
border-color: #3F4E29;
}
.TagClassName
{
border-color: #3F4E29;
}
</style>