Shades of Clover #3C5A1F
Tints of Clover #3C5A1F
RGB
CMYK
RGB Variations
Color information
#3C5A1F (or 0x3C5A1F) is known color: Clover. HEX triplet: 3C, 5A and 1F. RGB value is (60,90,31). Sum of RGB (Red+Green+Blue) = 60+90+31=181 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.15% from 181); Green value is 90 (35.55% from 255 or 49.72% from 181); Blue value is 31 (12.5% from 255 or 17.13% from 181); Max value from RGB is 90 - color contains mainly: green. Hex color #3C5A1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5A1F is #C3A5E0. Grayscale: #4A4A4A. Windows color (decimal): -12821985 or 2054716. OLE color: 2054716.
HSL color Cylindrical-coordinate representation of color #3C5A1F: hue angle of 90.51º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3C5A1F is Cyan = 0.33, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 60 | 90 | 31 | - |
| CMYK | 0.33 | 0 | 0.66 | 0.65 |
| HSL | 90.51º | 0.49% | 0.24% | - |
| HSV(B) | 90.51º | 0.66% | 0.35% | - |
| XYZ | 5.77 | 8.37 | 2.61 | - |
| YUV | 74.3 | 103.56 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 90 | 31 | 0.33 | 0 | 0.66 | 0.65 | 90.51 | 0.49 | 0.24 |
| Hex | 3C | 5A | 1F | 21 | 0 | 42 | 41 | 5B | 31 | 18 |
| Octal | 74 | 132 | 37 | 41 | 0 | 102 | 101 | 133 | 61 | 30 |
| Binary | 111100 | 1011010 | 11111 | 100001 | 0 | 1000010 | 1000001 | 1011011 | 110001 | 11000 |
Color Harmonies of #3C5A1F
Complementary color
Monochromatic Colors of #3C5A1F
Black with #3C5A1F
Text Example
Text Example
White with #3C5A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5A1F; }
p { color: rgb(60,90,31); }
H1.HeaderClassName
{
color: #3C5A1F;
}
.AnyTagClassName
{
color: #3C5A1F;
}
</style>
background-color css
<style>
a { background-color: #3C5A1F; }
a { background-color: rgb(60,90,31); }
div.DivClassName
{
background-color: #3C5A1F;
}
.BgClassName
{
background-color: #3C5A1F;
}
</style>
border-color css
<style>
span { border-color: #3C5A1F; }
span { border-color: rgb(60,90,31); }
td.TdClassName
{
border-color: #3C5A1F;
}
.TagClassName
{
border-color: #3C5A1F;
}
</style>