Shades of Clover #495828
Tints of Clover #495828
RGB
CMYK
RGB Variations
Color information
#495828 (or 0x495828) is known color: Clover. HEX triplet: 49, 58 and 28. RGB value is (73,88,40). Sum of RGB (Red+Green+Blue) = 73+88+40=201 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.32% from 201); Green value is 88 (34.77% from 255 or 43.78% from 201); Blue value is 40 (16.02% from 255 or 19.90% from 201); Max value from RGB is 88 - color contains mainly: green. Hex color #495828 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495828 is #B6A7D7. Grayscale: #4E4E4E. Windows color (decimal): -11970520 or 2644041. OLE color: 2644041.
HSL color Cylindrical-coordinate representation of color #495828: hue angle of 78.75º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #495828 is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 73 | 88 | 40 | - |
| CMYK | 0.17 | 0 | 0.55 | 0.65 |
| HSL | 78.75º | 0.38% | 0.25% | - |
| HSV(B) | 78.75º | 0.55% | 0.35% | - |
| XYZ | 6.62 | 8.55 | 3.31 | - |
| YUV | 78.04 | 106.53 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 88 | 40 | 0.17 | 0 | 0.55 | 0.65 | 78.75 | 0.38 | 0.25 |
| Hex | 49 | 58 | 28 | 11 | 0 | 37 | 41 | 4F | 26 | 19 |
| Octal | 111 | 130 | 50 | 21 | 0 | 67 | 101 | 117 | 46 | 31 |
| Binary | 1001001 | 1011000 | 101000 | 10001 | 0 | 110111 | 1000001 | 1001111 | 100110 | 11001 |
Color Harmonies of #495828
Complementary color
Monochromatic Colors of #495828
Black with #495828
Text Example
Text Example
White with #495828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495828; }
p { color: rgb(73,88,40); }
H1.HeaderClassName
{
color: #495828;
}
.AnyTagClassName
{
color: #495828;
}
</style>
background-color css
<style>
a { background-color: #495828; }
a { background-color: rgb(73,88,40); }
div.DivClassName
{
background-color: #495828;
}
.BgClassName
{
background-color: #495828;
}
</style>
border-color css
<style>
span { border-color: #495828; }
span { border-color: rgb(73,88,40); }
td.TdClassName
{
border-color: #495828;
}
.TagClassName
{
border-color: #495828;
}
</style>