Shades of Clover #3F502D
Tints of Clover #3F502D
RGB
CMYK
RGB Variations
Color information
#3F502D (or 0x3F502D) is known color: Clover. HEX triplet: 3F, 50 and 2D. RGB value is (63,80,45). Sum of RGB (Red+Green+Blue) = 63+80+45=188 (24% of max value = 765). Red value is 63 (25% from 255 or 33.51% from 188); Green value is 80 (31.64% from 255 or 42.55% from 188); Blue value is 45 (17.97% from 255 or 23.94% from 188); Max value from RGB is 80 - color contains mainly: green. Hex color #3F502D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F502D is #C0AFD2. Grayscale: #474747. Windows color (decimal): -12627923 or 2969663. OLE color: 2969663.
HSL color Cylindrical-coordinate representation of color #3F502D: hue angle of 89.14º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3F502D is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 63 | 80 | 45 | - |
| CMYK | 0.21 | 0 | 0.44 | 0.69 |
| HSL | 89.14º | 0.28% | 0.25% | - |
| HSV(B) | 89.14º | 0.44% | 0.31% | - |
| XYZ | 5.39 | 6.98 | 3.55 | - |
| YUV | 70.93 | 113.37 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 80 | 45 | 0.21 | 0 | 0.44 | 0.69 | 89.14 | 0.28 | 0.25 |
| Hex | 3F | 50 | 2D | 15 | 0 | 2C | 45 | 59 | 1C | 19 |
| Octal | 77 | 120 | 55 | 25 | 0 | 54 | 105 | 131 | 34 | 31 |
| Binary | 111111 | 1010000 | 101101 | 10101 | 0 | 101100 | 1000101 | 1011001 | 11100 | 11001 |
Color Harmonies of #3F502D
Complementary color
Monochromatic Colors of #3F502D
Black with #3F502D
Text Example
Text Example
White with #3F502D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F502D; }
p { color: rgb(63,80,45); }
H1.HeaderClassName
{
color: #3F502D;
}
.AnyTagClassName
{
color: #3F502D;
}
</style>
background-color css
<style>
a { background-color: #3F502D; }
a { background-color: rgb(63,80,45); }
div.DivClassName
{
background-color: #3F502D;
}
.BgClassName
{
background-color: #3F502D;
}
</style>
border-color css
<style>
span { border-color: #3F502D; }
span { border-color: rgb(63,80,45); }
td.TdClassName
{
border-color: #3F502D;
}
.TagClassName
{
border-color: #3F502D;
}
</style>