Shades of Clover #49601F
Tints of Clover #49601F
RGB
CMYK
RGB Variations
Color information
#49601F (or 0x49601F) is known color: Clover. HEX triplet: 49, 60 and 1F. RGB value is (73,96,31). Sum of RGB (Red+Green+Blue) = 73+96+31=200 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.5% from 200); Green value is 96 (37.89% from 255 or 48% from 200); Blue value is 31 (12.5% from 255 or 15.5% from 200); Max value from RGB is 96 - color contains mainly: green. Hex color #49601F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49601F is #B69FE0. Grayscale: #515151. Windows color (decimal): -11968481 or 2056265. OLE color: 2056265.
HSL color Cylindrical-coordinate representation of color #49601F: hue angle of 81.23º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49601F is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 73 | 96 | 31 | - |
| CMYK | 0.24 | 0 | 0.68 | 0.62 |
| HSL | 81.23º | 0.51% | 0.25% | - |
| HSV(B) | 81.23º | 0.68% | 0.38% | - |
| XYZ | 7.18 | 9.88 | 2.83 | - |
| YUV | 81.71 | 99.38 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 96 | 31 | 0.24 | 0 | 0.68 | 0.62 | 81.23 | 0.51 | 0.25 |
| Hex | 49 | 60 | 1F | 18 | 0 | 44 | 3E | 51 | 33 | 19 |
| Octal | 111 | 140 | 37 | 30 | 0 | 104 | 76 | 121 | 63 | 31 |
| Binary | 1001001 | 1100000 | 11111 | 11000 | 0 | 1000100 | 111110 | 1010001 | 110011 | 11001 |
Color Harmonies of #49601F
Complementary color
Monochromatic Colors of #49601F
Black with #49601F
Text Example
Text Example
White with #49601F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49601F; }
p { color: rgb(73,96,31); }
H1.HeaderClassName
{
color: #49601F;
}
.AnyTagClassName
{
color: #49601F;
}
</style>
background-color css
<style>
a { background-color: #49601F; }
a { background-color: rgb(73,96,31); }
div.DivClassName
{
background-color: #49601F;
}
.BgClassName
{
background-color: #49601F;
}
</style>
border-color css
<style>
span { border-color: #49601F; }
span { border-color: rgb(73,96,31); }
td.TdClassName
{
border-color: #49601F;
}
.TagClassName
{
border-color: #49601F;
}
</style>