Shades of Clover #3C5B1D
Tints of Clover #3C5B1D
RGB
CMYK
RGB Variations
Color information
#3C5B1D (or 0x3C5B1D) is known color: Clover. HEX triplet: 3C, 5B and 1D. RGB value is (60,91,29). Sum of RGB (Red+Green+Blue) = 60+91+29=180 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.33% from 180); Green value is 91 (35.94% from 255 or 50.56% from 180); Blue value is 29 (11.72% from 255 or 16.11% from 180); Max value from RGB is 91 - color contains mainly: green. Hex color #3C5B1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5B1D is #C3A4E2. Grayscale: #4A4A4A. Windows color (decimal): -12821731 or 1923900. OLE color: 1923900.
HSL color Cylindrical-coordinate representation of color #3C5B1D: hue angle of 90º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C5B1D is Cyan = 0.34, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 60 | 91 | 29 | - |
| CMYK | 0.34 | 0 | 0.68 | 0.64 |
| HSL | 90º | 0.52% | 0.24% | - |
| HSV(B) | 90º | 0.68% | 0.36% | - |
| XYZ | 5.83 | 8.53 | 2.5 | - |
| YUV | 74.66 | 102.23 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 91 | 29 | 0.34 | 0 | 0.68 | 0.64 | 90 | 0.52 | 0.24 |
| Hex | 3C | 5B | 1D | 22 | 0 | 44 | 40 | 5A | 34 | 18 |
| Octal | 74 | 133 | 35 | 42 | 0 | 104 | 100 | 132 | 64 | 30 |
| Binary | 111100 | 1011011 | 11101 | 100010 | 0 | 1000100 | 1000000 | 1011010 | 110100 | 11000 |
Color Harmonies of #3C5B1D
Complementary color
Monochromatic Colors of #3C5B1D
Black with #3C5B1D
Text Example
Text Example
White with #3C5B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5B1D; }
p { color: rgb(60,91,29); }
H1.HeaderClassName
{
color: #3C5B1D;
}
.AnyTagClassName
{
color: #3C5B1D;
}
</style>
background-color css
<style>
a { background-color: #3C5B1D; }
a { background-color: rgb(60,91,29); }
div.DivClassName
{
background-color: #3C5B1D;
}
.BgClassName
{
background-color: #3C5B1D;
}
</style>
border-color css
<style>
span { border-color: #3C5B1D; }
span { border-color: rgb(60,91,29); }
td.TdClassName
{
border-color: #3C5B1D;
}
.TagClassName
{
border-color: #3C5B1D;
}
</style>