Shades of Clover #3F552B
Tints of Clover #3F552B
RGB
CMYK
RGB Variations
Color information
#3F552B (or 0x3F552B) is known color: Clover. HEX triplet: 3F, 55 and 2B. RGB value is (63,85,43). Sum of RGB (Red+Green+Blue) = 63+85+43=191 (25% of max value = 765). Red value is 63 (25% from 255 or 32.98% from 191); Green value is 85 (33.59% from 255 or 44.50% from 191); Blue value is 43 (17.19% from 255 or 22.51% from 191); Max value from RGB is 85 - color contains mainly: green. Hex color #3F552B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F552B is #C0AAD4. Grayscale: #494949. Windows color (decimal): -12626645 or 2839871. OLE color: 2839871.
HSL color Cylindrical-coordinate representation of color #3F552B: hue angle of 91.43º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3F552B is Cyan = 0.26, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 63 | 85 | 43 | - |
| CMYK | 0.26 | 0 | 0.49 | 0.67 |
| HSL | 91.43º | 0.33% | 0.25% | - |
| HSV(B) | 91.43º | 0.49% | 0.33% | - |
| XYZ | 5.73 | 7.73 | 3.47 | - |
| YUV | 73.63 | 110.71 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 85 | 43 | 0.26 | 0 | 0.49 | 0.67 | 91.43 | 0.33 | 0.25 |
| Hex | 3F | 55 | 2B | 1A | 0 | 31 | 43 | 5B | 21 | 19 |
| Octal | 77 | 125 | 53 | 32 | 0 | 61 | 103 | 133 | 41 | 31 |
| Binary | 111111 | 1010101 | 101011 | 11010 | 0 | 110001 | 1000011 | 1011011 | 100001 | 11001 |
Color Harmonies of #3F552B
Complementary color
Monochromatic Colors of #3F552B
Black with #3F552B
Text Example
Text Example
White with #3F552B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F552B; }
p { color: rgb(63,85,43); }
H1.HeaderClassName
{
color: #3F552B;
}
.AnyTagClassName
{
color: #3F552B;
}
</style>
background-color css
<style>
a { background-color: #3F552B; }
a { background-color: rgb(63,85,43); }
div.DivClassName
{
background-color: #3F552B;
}
.BgClassName
{
background-color: #3F552B;
}
</style>
border-color css
<style>
span { border-color: #3F552B; }
span { border-color: rgb(63,85,43); }
td.TdClassName
{
border-color: #3F552B;
}
.TagClassName
{
border-color: #3F552B;
}
</style>