Shades of Clover #3A581D
Tints of Clover #3A581D
RGB
CMYK
RGB Variations
Color information
#3A581D (or 0x3A581D) is known color: Clover. HEX triplet: 3A, 58 and 1D. RGB value is (58,88,29). Sum of RGB (Red+Green+Blue) = 58+88+29=175 (23% of max value = 765). Red value is 58 (23.05% from 255 or 33.14% from 175); Green value is 88 (34.77% from 255 or 50.29% from 175); Blue value is 29 (11.72% from 255 or 16.57% from 175); Max value from RGB is 88 - color contains mainly: green. Hex color #3A581D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A581D is #C5A7E2. Grayscale: #484848. Windows color (decimal): -12953571 or 1923130. OLE color: 1923130.
HSL color Cylindrical-coordinate representation of color #3A581D: hue angle of 90.51º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3A581D is Cyan = 0.34, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 58 | 88 | 29 | - |
| CMYK | 0.34 | 0 | 0.67 | 0.65 |
| HSL | 90.51º | 0.5% | 0.23% | - |
| HSV(B) | 90.51º | 0.67% | 0.35% | - |
| XYZ | 5.46 | 7.97 | 2.41 | - |
| YUV | 72.3 | 103.56 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 88 | 29 | 0.34 | 0 | 0.67 | 0.65 | 90.51 | 0.5 | 0.23 |
| Hex | 3A | 58 | 1D | 22 | 0 | 43 | 41 | 5B | 32 | 17 |
| Octal | 72 | 130 | 35 | 42 | 0 | 103 | 101 | 133 | 62 | 27 |
| Binary | 111010 | 1011000 | 11101 | 100010 | 0 | 1000011 | 1000001 | 1011011 | 110010 | 10111 |
Color Harmonies of #3A581D
Complementary color
Monochromatic Colors of #3A581D
Black with #3A581D
Text Example
Text Example
White with #3A581D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A581D; }
p { color: rgb(58,88,29); }
H1.HeaderClassName
{
color: #3A581D;
}
.AnyTagClassName
{
color: #3A581D;
}
</style>
background-color css
<style>
a { background-color: #3A581D; }
a { background-color: rgb(58,88,29); }
div.DivClassName
{
background-color: #3A581D;
}
.BgClassName
{
background-color: #3A581D;
}
</style>
border-color css
<style>
span { border-color: #3A581D; }
span { border-color: rgb(58,88,29); }
td.TdClassName
{
border-color: #3A581D;
}
.TagClassName
{
border-color: #3A581D;
}
</style>