Shades of Clover #3F4F2D
Tints of Clover #3F4F2D
RGB
CMYK
RGB Variations
Color information
#3F4F2D (or 0x3F4F2D) is known color: Clover. HEX triplet: 3F, 4F and 2D. RGB value is (63,79,45). Sum of RGB (Red+Green+Blue) = 63+79+45=187 (24% of max value = 765). Red value is 63 (25% from 255 or 33.69% from 187); Green value is 79 (31.25% from 255 or 42.25% from 187); Blue value is 45 (17.97% from 255 or 24.06% from 187); Max value from RGB is 79 - color contains mainly: green. Hex color #3F4F2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F4F2D is #C0B0D2. Grayscale: #464646. Windows color (decimal): -12628179 or 2969407. OLE color: 2969407.
HSL color Cylindrical-coordinate representation of color #3F4F2D: hue angle of 88.24º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3F4F2D is Cyan = 0.20, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 63 | 79 | 45 | - |
| CMYK | 0.20 | 0 | 0.43 | 0.69 |
| HSL | 88.24º | 0.27% | 0.24% | - |
| HSV(B) | 88.24º | 0.43% | 0.31% | - |
| XYZ | 5.32 | 6.84 | 3.52 | - |
| YUV | 70.34 | 113.7 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 79 | 45 | 0.20 | 0 | 0.43 | 0.69 | 88.24 | 0.27 | 0.24 |
| Hex | 3F | 4F | 2D | 14 | 0 | 2B | 45 | 58 | 1B | 18 |
| Octal | 77 | 117 | 55 | 24 | 0 | 53 | 105 | 130 | 33 | 30 |
| Binary | 111111 | 1001111 | 101101 | 10100 | 0 | 101011 | 1000101 | 1011000 | 11011 | 11000 |
Color Harmonies of #3F4F2D
Complementary color
Monochromatic Colors of #3F4F2D
Black with #3F4F2D
Text Example
Text Example
White with #3F4F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4F2D; }
p { color: rgb(63,79,45); }
H1.HeaderClassName
{
color: #3F4F2D;
}
.AnyTagClassName
{
color: #3F4F2D;
}
</style>
background-color css
<style>
a { background-color: #3F4F2D; }
a { background-color: rgb(63,79,45); }
div.DivClassName
{
background-color: #3F4F2D;
}
.BgClassName
{
background-color: #3F4F2D;
}
</style>
border-color css
<style>
span { border-color: #3F4F2D; }
span { border-color: rgb(63,79,45); }
td.TdClassName
{
border-color: #3F4F2D;
}
.TagClassName
{
border-color: #3F4F2D;
}
</style>