Shades of Clover #3F5B25
Tints of Clover #3F5B25
RGB
CMYK
RGB Variations
Color information
#3F5B25 (or 0x3F5B25) is known color: Clover. HEX triplet: 3F, 5B and 25. RGB value is (63,91,37). Sum of RGB (Red+Green+Blue) = 63+91+37=191 (25% of max value = 765). Red value is 63 (25% from 255 or 32.98% from 191); Green value is 91 (35.94% from 255 or 47.64% from 191); Blue value is 37 (14.84% from 255 or 19.37% from 191); Max value from RGB is 91 - color contains mainly: green. Hex color #3F5B25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5B25 is #C0A4DA. Grayscale: #4C4C4C. Windows color (decimal): -12625115 or 2448191. OLE color: 2448191.
HSL color Cylindrical-coordinate representation of color #3F5B25: hue angle of 91.11º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F5B25 is Cyan = 0.31, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 63 | 91 | 37 | - |
| CMYK | 0.31 | 0 | 0.59 | 0.64 |
| HSL | 91.11º | 0.42% | 0.25% | - |
| HSV(B) | 91.11º | 0.59% | 0.36% | - |
| XYZ | 6.12 | 8.67 | 3.1 | - |
| YUV | 76.47 | 105.72 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 91 | 37 | 0.31 | 0 | 0.59 | 0.64 | 91.11 | 0.42 | 0.25 |
| Hex | 3F | 5B | 25 | 1F | 0 | 3B | 40 | 5B | 2A | 19 |
| Octal | 77 | 133 | 45 | 37 | 0 | 73 | 100 | 133 | 52 | 31 |
| Binary | 111111 | 1011011 | 100101 | 11111 | 0 | 111011 | 1000000 | 1011011 | 101010 | 11001 |
Color Harmonies of #3F5B25
Complementary color
Monochromatic Colors of #3F5B25
Black with #3F5B25
Text Example
Text Example
White with #3F5B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5B25; }
p { color: rgb(63,91,37); }
H1.HeaderClassName
{
color: #3F5B25;
}
.AnyTagClassName
{
color: #3F5B25;
}
</style>
background-color css
<style>
a { background-color: #3F5B25; }
a { background-color: rgb(63,91,37); }
div.DivClassName
{
background-color: #3F5B25;
}
.BgClassName
{
background-color: #3F5B25;
}
</style>
border-color css
<style>
span { border-color: #3F5B25; }
span { border-color: rgb(63,91,37); }
td.TdClassName
{
border-color: #3F5B25;
}
.TagClassName
{
border-color: #3F5B25;
}
</style>