Shades of Clover #3F5A27
Tints of Clover #3F5A27
RGB
CMYK
RGB Variations
Color information
#3F5A27 (or 0x3F5A27) is known color: Clover. HEX triplet: 3F, 5A and 27. RGB value is (63,90,39). Sum of RGB (Red+Green+Blue) = 63+90+39=192 (25% of max value = 765). Red value is 63 (25% from 255 or 32.81% from 192); Green value is 90 (35.55% from 255 or 46.88% from 192); Blue value is 39 (15.62% from 255 or 20.31% from 192); Max value from RGB is 90 - color contains mainly: green. Hex color #3F5A27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5A27 is #C0A5D8. Grayscale: #4C4C4C. Windows color (decimal): -12625369 or 2579007. OLE color: 2579007.
HSL color Cylindrical-coordinate representation of color #3F5A27: hue angle of 91.76º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F5A27 is Cyan = 0.30, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 63 | 90 | 39 | - |
| CMYK | 0.30 | 0 | 0.57 | 0.65 |
| HSL | 91.76º | 0.4% | 0.25% | - |
| HSV(B) | 91.76º | 0.57% | 0.35% | - |
| XYZ | 6.07 | 8.52 | 3.24 | - |
| YUV | 76.11 | 107.05 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 90 | 39 | 0.30 | 0 | 0.57 | 0.65 | 91.76 | 0.4 | 0.25 |
| Hex | 3F | 5A | 27 | 1E | 0 | 39 | 41 | 5C | 28 | 19 |
| Octal | 77 | 132 | 47 | 36 | 0 | 71 | 101 | 134 | 50 | 31 |
| Binary | 111111 | 1011010 | 100111 | 11110 | 0 | 111001 | 1000001 | 1011100 | 101000 | 11001 |
Color Harmonies of #3F5A27
Complementary color
Monochromatic Colors of #3F5A27
Black with #3F5A27
Text Example
Text Example
White with #3F5A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5A27; }
p { color: rgb(63,90,39); }
H1.HeaderClassName
{
color: #3F5A27;
}
.AnyTagClassName
{
color: #3F5A27;
}
</style>
background-color css
<style>
a { background-color: #3F5A27; }
a { background-color: rgb(63,90,39); }
div.DivClassName
{
background-color: #3F5A27;
}
.BgClassName
{
background-color: #3F5A27;
}
</style>
border-color css
<style>
span { border-color: #3F5A27; }
span { border-color: rgb(63,90,39); }
td.TdClassName
{
border-color: #3F5A27;
}
.TagClassName
{
border-color: #3F5A27;
}
</style>