Shades of Clover #3A551D
Tints of Clover #3A551D
RGB
CMYK
RGB Variations
Color information
#3A551D (or 0x3A551D) is known color: Clover. HEX triplet: 3A, 55 and 1D. RGB value is (58,85,29). Sum of RGB (Red+Green+Blue) = 58+85+29=172 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.72% from 172); Green value is 85 (33.59% from 255 or 49.42% from 172); Blue value is 29 (11.72% from 255 or 16.86% from 172); Max value from RGB is 85 - color contains mainly: green. Hex color #3A551D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A551D is #C5AAE2. Grayscale: #464646. Windows color (decimal): -12954339 or 1922362. OLE color: 1922362.
HSL color Cylindrical-coordinate representation of color #3A551D: hue angle of 88.93º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A551D is Cyan = 0.32, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 58 | 85 | 29 | - |
| CMYK | 0.32 | 0 | 0.66 | 0.67 |
| HSL | 88.93º | 0.49% | 0.22% | - |
| HSV(B) | 88.93º | 0.66% | 0.33% | - |
| XYZ | 5.22 | 7.49 | 2.33 | - |
| YUV | 70.54 | 104.55 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 85 | 29 | 0.32 | 0 | 0.66 | 0.67 | 88.93 | 0.49 | 0.22 |
| Hex | 3A | 55 | 1D | 20 | 0 | 42 | 43 | 59 | 31 | 16 |
| Octal | 72 | 125 | 35 | 40 | 0 | 102 | 103 | 131 | 61 | 26 |
| Binary | 111010 | 1010101 | 11101 | 100000 | 0 | 1000010 | 1000011 | 1011001 | 110001 | 10110 |
Color Harmonies of #3A551D
Complementary color
Monochromatic Colors of #3A551D
Black with #3A551D
Text Example
Text Example
White with #3A551D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A551D; }
p { color: rgb(58,85,29); }
H1.HeaderClassName
{
color: #3A551D;
}
.AnyTagClassName
{
color: #3A551D;
}
</style>
background-color css
<style>
a { background-color: #3A551D; }
a { background-color: rgb(58,85,29); }
div.DivClassName
{
background-color: #3A551D;
}
.BgClassName
{
background-color: #3A551D;
}
</style>
border-color css
<style>
span { border-color: #3A551D; }
span { border-color: rgb(58,85,29); }
td.TdClassName
{
border-color: #3A551D;
}
.TagClassName
{
border-color: #3A551D;
}
</style>