Shades of Clover #3F5B21
Tints of Clover #3F5B21
RGB
CMYK
RGB Variations
Color information
#3F5B21 (or 0x3F5B21) is known color: Clover. HEX triplet: 3F, 5B and 21. RGB value is (63,91,33). Sum of RGB (Red+Green+Blue) = 63+91+33=187 (24% of max value = 765). Red value is 63 (25% from 255 or 33.69% from 187); Green value is 91 (35.94% from 255 or 48.66% from 187); Blue value is 33 (13.28% from 255 or 17.65% from 187); Max value from RGB is 91 - color contains mainly: green. Hex color #3F5B21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5B21 is #C0A4DE. Grayscale: #4C4C4C. Windows color (decimal): -12625119 or 2186047. OLE color: 2186047.
HSL color Cylindrical-coordinate representation of color #3F5B21: hue angle of 88.97º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3F5B21 is Cyan = 0.31, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 63 | 91 | 33 | - |
| CMYK | 0.31 | 0 | 0.64 | 0.64 |
| HSL | 88.97º | 0.47% | 0.24% | - |
| HSV(B) | 88.97º | 0.64% | 0.36% | - |
| XYZ | 6.07 | 8.65 | 2.79 | - |
| YUV | 76.02 | 103.72 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 91 | 33 | 0.31 | 0 | 0.64 | 0.64 | 88.97 | 0.47 | 0.24 |
| Hex | 3F | 5B | 21 | 1F | 0 | 40 | 40 | 59 | 2F | 18 |
| Octal | 77 | 133 | 41 | 37 | 0 | 100 | 100 | 131 | 57 | 30 |
| Binary | 111111 | 1011011 | 100001 | 11111 | 0 | 1000000 | 1000000 | 1011001 | 101111 | 11000 |
Color Harmonies of #3F5B21
Complementary color
Monochromatic Colors of #3F5B21
Black with #3F5B21
Text Example
Text Example
White with #3F5B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5B21; }
p { color: rgb(63,91,33); }
H1.HeaderClassName
{
color: #3F5B21;
}
.AnyTagClassName
{
color: #3F5B21;
}
</style>
background-color css
<style>
a { background-color: #3F5B21; }
a { background-color: rgb(63,91,33); }
div.DivClassName
{
background-color: #3F5B21;
}
.BgClassName
{
background-color: #3F5B21;
}
</style>
border-color css
<style>
span { border-color: #3F5B21; }
span { border-color: rgb(63,91,33); }
td.TdClassName
{
border-color: #3F5B21;
}
.TagClassName
{
border-color: #3F5B21;
}
</style>