Shades of Clover #495827
Tints of Clover #495827
RGB
CMYK
RGB Variations
Color information
#495827 (or 0x495827) is known color: Clover. HEX triplet: 49, 58 and 27. RGB value is (73,88,39). Sum of RGB (Red+Green+Blue) = 73+88+39=200 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.5% from 200); Green value is 88 (34.77% from 255 or 44% from 200); Blue value is 39 (15.62% from 255 or 19.5% from 200); Max value from RGB is 88 - color contains mainly: green. Hex color #495827 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495827 is #B6A7D8. Grayscale: #4E4E4E. Windows color (decimal): -11970521 or 2578505. OLE color: 2578505.
HSL color Cylindrical-coordinate representation of color #495827: hue angle of 78.37º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #495827 is Cyan = 0.17, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 73 | 88 | 39 | - |
| CMYK | 0.17 | 0 | 0.56 | 0.65 |
| HSL | 78.37º | 0.39% | 0.25% | - |
| HSV(B) | 78.37º | 0.56% | 0.35% | - |
| XYZ | 6.6 | 8.54 | 3.22 | - |
| YUV | 77.93 | 106.03 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 88 | 39 | 0.17 | 0 | 0.56 | 0.65 | 78.37 | 0.39 | 0.25 |
| Hex | 49 | 58 | 27 | 11 | 0 | 38 | 41 | 4E | 27 | 19 |
| Octal | 111 | 130 | 47 | 21 | 0 | 70 | 101 | 116 | 47 | 31 |
| Binary | 1001001 | 1011000 | 100111 | 10001 | 0 | 111000 | 1000001 | 1001110 | 100111 | 11001 |
Color Harmonies of #495827
Complementary color
Monochromatic Colors of #495827
Black with #495827
Text Example
Text Example
White with #495827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495827; }
p { color: rgb(73,88,39); }
H1.HeaderClassName
{
color: #495827;
}
.AnyTagClassName
{
color: #495827;
}
</style>
background-color css
<style>
a { background-color: #495827; }
a { background-color: rgb(73,88,39); }
div.DivClassName
{
background-color: #495827;
}
.BgClassName
{
background-color: #495827;
}
</style>
border-color css
<style>
span { border-color: #495827; }
span { border-color: rgb(73,88,39); }
td.TdClassName
{
border-color: #495827;
}
.TagClassName
{
border-color: #495827;
}
</style>