Shades of Clover #3F4F2B
Tints of Clover #3F4F2B
RGB
CMYK
RGB Variations
Color information
#3F4F2B (or 0x3F4F2B) is known color: Clover. HEX triplet: 3F, 4F and 2B. RGB value is (63,79,43). Sum of RGB (Red+Green+Blue) = 63+79+43=185 (24% of max value = 765). Red value is 63 (25% from 255 or 34.05% from 185); Green value is 79 (31.25% from 255 or 42.70% from 185); Blue value is 43 (17.19% from 255 or 23.24% from 185); Max value from RGB is 79 - color contains mainly: green. Hex color #3F4F2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F4F2B is #C0B0D4. Grayscale: #464646. Windows color (decimal): -12628181 or 2838335. OLE color: 2838335.
HSL color Cylindrical-coordinate representation of color #3F4F2B: hue angle of 86.67º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3F4F2B is Cyan = 0.20, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 63 | 79 | 43 | - |
| CMYK | 0.20 | 0 | 0.46 | 0.69 |
| HSL | 86.67º | 0.3% | 0.24% | - |
| HSV(B) | 86.67º | 0.46% | 0.31% | - |
| XYZ | 5.28 | 6.82 | 3.32 | - |
| YUV | 70.11 | 112.7 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 79 | 43 | 0.20 | 0 | 0.46 | 0.69 | 86.67 | 0.3 | 0.24 |
| Hex | 3F | 4F | 2B | 14 | 0 | 2E | 45 | 57 | 1E | 18 |
| Octal | 77 | 117 | 53 | 24 | 0 | 56 | 105 | 127 | 36 | 30 |
| Binary | 111111 | 1001111 | 101011 | 10100 | 0 | 101110 | 1000101 | 1010111 | 11110 | 11000 |
Color Harmonies of #3F4F2B
Complementary color
Monochromatic Colors of #3F4F2B
Black with #3F4F2B
Text Example
Text Example
White with #3F4F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4F2B; }
p { color: rgb(63,79,43); }
H1.HeaderClassName
{
color: #3F4F2B;
}
.AnyTagClassName
{
color: #3F4F2B;
}
</style>
background-color css
<style>
a { background-color: #3F4F2B; }
a { background-color: rgb(63,79,43); }
div.DivClassName
{
background-color: #3F4F2B;
}
.BgClassName
{
background-color: #3F4F2B;
}
</style>
border-color css
<style>
span { border-color: #3F4F2B; }
span { border-color: rgb(63,79,43); }
td.TdClassName
{
border-color: #3F4F2B;
}
.TagClassName
{
border-color: #3F4F2B;
}
</style>