Shades of Clover #3F5D1A
Tints of Clover #3F5D1A
RGB
CMYK
RGB Variations
Color information
#3F5D1A (or 0x3F5D1A) is known color: Clover. HEX triplet: 3F, 5D and 1A. RGB value is (63,93,26). Sum of RGB (Red+Green+Blue) = 63+93+26=182 (24% of max value = 765). Red value is 63 (25% from 255 or 34.62% from 182); Green value is 93 (36.72% from 255 or 51.10% from 182); Blue value is 26 (10.55% from 255 or 14.29% from 182); Max value from RGB is 93 - color contains mainly: green. Hex color #3F5D1A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5D1A is #C0A2E5. Grayscale: #4C4C4C. Windows color (decimal): -12624614 or 1727807. OLE color: 1727807.
HSL color Cylindrical-coordinate representation of color #3F5D1A: hue angle of 86.87º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3F5D1A is Cyan = 0.32, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 63 | 93 | 26 | - |
| CMYK | 0.32 | 0 | 0.72 | 0.64 |
| HSL | 86.87º | 0.56% | 0.23% | - |
| HSV(B) | 86.87º | 0.72% | 0.36% | - |
| XYZ | 6.15 | 8.96 | 2.38 | - |
| YUV | 76.39 | 99.56 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 93 | 26 | 0.32 | 0 | 0.72 | 0.64 | 86.87 | 0.56 | 0.23 |
| Hex | 3F | 5D | 1A | 20 | 0 | 48 | 40 | 57 | 38 | 17 |
| Octal | 77 | 135 | 32 | 40 | 0 | 110 | 100 | 127 | 70 | 27 |
| Binary | 111111 | 1011101 | 11010 | 100000 | 0 | 1001000 | 1000000 | 1010111 | 111000 | 10111 |
Color Harmonies of #3F5D1A
Complementary color
Monochromatic Colors of #3F5D1A
Black with #3F5D1A
Text Example
Text Example
White with #3F5D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5D1A; }
p { color: rgb(63,93,26); }
H1.HeaderClassName
{
color: #3F5D1A;
}
.AnyTagClassName
{
color: #3F5D1A;
}
</style>
background-color css
<style>
a { background-color: #3F5D1A; }
a { background-color: rgb(63,93,26); }
div.DivClassName
{
background-color: #3F5D1A;
}
.BgClassName
{
background-color: #3F5D1A;
}
</style>
border-color css
<style>
span { border-color: #3F5D1A; }
span { border-color: rgb(63,93,26); }
td.TdClassName
{
border-color: #3F5D1A;
}
.TagClassName
{
border-color: #3F5D1A;
}
</style>