Shades of Clover #3F512D
Tints of Clover #3F512D
RGB
CMYK
RGB Variations
Color information
#3F512D (or 0x3F512D) is known color: Clover. HEX triplet: 3F, 51 and 2D. RGB value is (63,81,45). Sum of RGB (Red+Green+Blue) = 63+81+45=189 (25% of max value = 765). Red value is 63 (25% from 255 or 33.33% from 189); Green value is 81 (32.03% from 255 or 42.86% from 189); Blue value is 45 (17.97% from 255 or 23.81% from 189); Max value from RGB is 81 - color contains mainly: green. Hex color #3F512D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F512D is #C0AED2. Grayscale: #474747. Windows color (decimal): -12627667 or 2969919. OLE color: 2969919.
HSL color Cylindrical-coordinate representation of color #3F512D: hue angle of 90º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3F512D is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 63 | 81 | 45 | - |
| CMYK | 0.22 | 0 | 0.44 | 0.68 |
| HSL | 90º | 0.29% | 0.25% | - |
| HSV(B) | 90º | 0.44% | 0.32% | - |
| XYZ | 5.47 | 7.13 | 3.57 | - |
| YUV | 71.51 | 113.04 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 81 | 45 | 0.22 | 0 | 0.44 | 0.68 | 90 | 0.29 | 0.25 |
| Hex | 3F | 51 | 2D | 16 | 0 | 2C | 44 | 5A | 1D | 19 |
| Octal | 77 | 121 | 55 | 26 | 0 | 54 | 104 | 132 | 35 | 31 |
| Binary | 111111 | 1010001 | 101101 | 10110 | 0 | 101100 | 1000100 | 1011010 | 11101 | 11001 |
Color Harmonies of #3F512D
Complementary color
Monochromatic Colors of #3F512D
Black with #3F512D
Text Example
Text Example
White with #3F512D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F512D; }
p { color: rgb(63,81,45); }
H1.HeaderClassName
{
color: #3F512D;
}
.AnyTagClassName
{
color: #3F512D;
}
</style>
background-color css
<style>
a { background-color: #3F512D; }
a { background-color: rgb(63,81,45); }
div.DivClassName
{
background-color: #3F512D;
}
.BgClassName
{
background-color: #3F512D;
}
</style>
border-color css
<style>
span { border-color: #3F512D; }
span { border-color: rgb(63,81,45); }
td.TdClassName
{
border-color: #3F512D;
}
.TagClassName
{
border-color: #3F512D;
}
</style>