Shades of Clover #495B27
Tints of Clover #495B27
RGB
CMYK
RGB Variations
Color information
#495B27 (or 0x495B27) is known color: Clover. HEX triplet: 49, 5B and 27. RGB value is (73,91,39). Sum of RGB (Red+Green+Blue) = 73+91+39=203 (26% of max value = 765). Red value is 73 (28.91% from 255 or 35.96% from 203); Green value is 91 (35.94% from 255 or 44.83% from 203); Blue value is 39 (15.62% from 255 or 19.21% from 203); Max value from RGB is 91 - color contains mainly: green. Hex color #495B27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495B27 is #B6A4D8. Grayscale: #4F4F4F. Windows color (decimal): -11969753 or 2579273. OLE color: 2579273.
HSL color Cylindrical-coordinate representation of color #495B27: hue angle of 80.77º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #495B27 is Cyan = 0.20, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 91 | 39 | - |
| CMYK | 0.20 | 0 | 0.57 | 0.64 |
| HSL | 80.77º | 0.4% | 0.25% | - |
| HSV(B) | 80.77º | 0.57% | 0.36% | - |
| XYZ | 6.85 | 9.05 | 3.3 | - |
| YUV | 79.69 | 105.04 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 91 | 39 | 0.20 | 0 | 0.57 | 0.64 | 80.77 | 0.4 | 0.25 |
| Hex | 49 | 5B | 27 | 14 | 0 | 39 | 40 | 51 | 28 | 19 |
| Octal | 111 | 133 | 47 | 24 | 0 | 71 | 100 | 121 | 50 | 31 |
| Binary | 1001001 | 1011011 | 100111 | 10100 | 0 | 111001 | 1000000 | 1010001 | 101000 | 11001 |
Color Harmonies of #495B27
Complementary color
Monochromatic Colors of #495B27
Black with #495B27
Text Example
Text Example
White with #495B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495B27; }
p { color: rgb(73,91,39); }
H1.HeaderClassName
{
color: #495B27;
}
.AnyTagClassName
{
color: #495B27;
}
</style>
background-color css
<style>
a { background-color: #495B27; }
a { background-color: rgb(73,91,39); }
div.DivClassName
{
background-color: #495B27;
}
.BgClassName
{
background-color: #495B27;
}
</style>
border-color css
<style>
span { border-color: #495B27; }
span { border-color: rgb(73,91,39); }
td.TdClassName
{
border-color: #495B27;
}
.TagClassName
{
border-color: #495B27;
}
</style>