Shades of Clover #3A561A
Tints of Clover #3A561A
RGB
CMYK
RGB Variations
Color information
#3A561A (or 0x3A561A) is known color: Clover. HEX triplet: 3A, 56 and 1A. RGB value is (58,86,26). Sum of RGB (Red+Green+Blue) = 58+86+26=170 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.12% from 170); Green value is 86 (33.98% from 255 or 50.59% from 170); Blue value is 26 (10.55% from 255 or 15.29% from 170); Max value from RGB is 86 - color contains mainly: green. Hex color #3A561A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A561A is #C5A9E5. Grayscale: #464646. Windows color (decimal): -12954086 or 1726010. OLE color: 1726010.
HSL color Cylindrical-coordinate representation of color #3A561A: hue angle of 88º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3A561A is Cyan = 0.33, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 58 | 86 | 26 | - |
| CMYK | 0.33 | 0 | 0.70 | 0.66 |
| HSL | 88º | 0.54% | 0.22% | - |
| HSV(B) | 88º | 0.7% | 0.34% | - |
| XYZ | 5.26 | 7.63 | 2.17 | - |
| YUV | 70.79 | 102.72 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 86 | 26 | 0.33 | 0 | 0.70 | 0.66 | 88 | 0.54 | 0.22 |
| Hex | 3A | 56 | 1A | 21 | 0 | 46 | 42 | 58 | 36 | 16 |
| Octal | 72 | 126 | 32 | 41 | 0 | 106 | 102 | 130 | 66 | 26 |
| Binary | 111010 | 1010110 | 11010 | 100001 | 0 | 1000110 | 1000010 | 1011000 | 110110 | 10110 |
Color Harmonies of #3A561A
Complementary color
Monochromatic Colors of #3A561A
Black with #3A561A
Text Example
Text Example
White with #3A561A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A561A; }
p { color: rgb(58,86,26); }
H1.HeaderClassName
{
color: #3A561A;
}
.AnyTagClassName
{
color: #3A561A;
}
</style>
background-color css
<style>
a { background-color: #3A561A; }
a { background-color: rgb(58,86,26); }
div.DivClassName
{
background-color: #3A561A;
}
.BgClassName
{
background-color: #3A561A;
}
</style>
border-color css
<style>
span { border-color: #3A561A; }
span { border-color: rgb(58,86,26); }
td.TdClassName
{
border-color: #3A561A;
}
.TagClassName
{
border-color: #3A561A;
}
</style>