Shades of Clover #495331
Tints of Clover #495331
RGB
CMYK
RGB Variations
Color information
#495331 (or 0x495331) is known color: Clover. HEX triplet: 49, 53 and 31. RGB value is (73,83,49). Sum of RGB (Red+Green+Blue) = 73+83+49=205 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.61% from 205); Green value is 83 (32.81% from 255 or 40.49% from 205); Blue value is 49 (19.53% from 255 or 23.90% from 205); Max value from RGB is 83 - color contains mainly: green. Hex color #495331 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495331 is #B6ACCE. Grayscale: #4C4C4C. Windows color (decimal): -11971791 or 3232585. OLE color: 3232585.
HSL color Cylindrical-coordinate representation of color #495331: hue angle of 77.65º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #495331 is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 83 | 49 | - |
| CMYK | 0.12 | 0 | 0.41 | 0.67 |
| HSL | 77.65º | 0.26% | 0.26% | - |
| HSV(B) | 77.65º | 0.41% | 0.33% | - |
| XYZ | 6.4 | 7.82 | 4.08 | - |
| YUV | 76.13 | 112.69 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 83 | 49 | 0.12 | 0 | 0.41 | 0.67 | 77.65 | 0.26 | 0.26 |
| Hex | 49 | 53 | 31 | C | 0 | 29 | 43 | 4E | 1A | 1A |
| Octal | 111 | 123 | 61 | 14 | 0 | 51 | 103 | 116 | 32 | 32 |
| Binary | 1001001 | 1010011 | 110001 | 1100 | 0 | 101001 | 1000011 | 1001110 | 11010 | 11010 |
Color Harmonies of #495331
Complementary color
Monochromatic Colors of #495331
Black with #495331
Text Example
Text Example
White with #495331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495331; }
p { color: rgb(73,83,49); }
H1.HeaderClassName
{
color: #495331;
}
.AnyTagClassName
{
color: #495331;
}
</style>
background-color css
<style>
a { background-color: #495331; }
a { background-color: rgb(73,83,49); }
div.DivClassName
{
background-color: #495331;
}
.BgClassName
{
background-color: #495331;
}
</style>
border-color css
<style>
span { border-color: #495331; }
span { border-color: rgb(73,83,49); }
td.TdClassName
{
border-color: #495331;
}
.TagClassName
{
border-color: #495331;
}
</style>