Shades of Clover #495C28
Tints of Clover #495C28
RGB
CMYK
RGB Variations
Color information
#495C28 (or 0x495C28) is known color: Clover. HEX triplet: 49, 5C and 28. RGB value is (73,92,40). Sum of RGB (Red+Green+Blue) = 73+92+40=205 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.61% from 205); Green value is 92 (36.33% from 255 or 44.88% from 205); Blue value is 40 (16.02% from 255 or 19.51% from 205); Max value from RGB is 92 - color contains mainly: green. Hex color #495C28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495C28 is #B6A3D7. Grayscale: #505050. Windows color (decimal): -11969496 or 2645065. OLE color: 2645065.
HSL color Cylindrical-coordinate representation of color #495C28: hue angle of 81.92º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #495C28 is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 92 | 40 | - |
| CMYK | 0.21 | 0 | 0.57 | 0.64 |
| HSL | 81.92º | 0.39% | 0.26% | - |
| HSV(B) | 81.92º | 0.57% | 0.36% | - |
| XYZ | 6.96 | 9.22 | 3.42 | - |
| YUV | 80.39 | 105.21 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 92 | 40 | 0.21 | 0 | 0.57 | 0.64 | 81.92 | 0.39 | 0.26 |
| Hex | 49 | 5C | 28 | 15 | 0 | 39 | 40 | 52 | 27 | 1A |
| Octal | 111 | 134 | 50 | 25 | 0 | 71 | 100 | 122 | 47 | 32 |
| Binary | 1001001 | 1011100 | 101000 | 10101 | 0 | 111001 | 1000000 | 1010010 | 100111 | 11010 |
Color Harmonies of #495C28
Complementary color
Monochromatic Colors of #495C28
Black with #495C28
Text Example
Text Example
White with #495C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495C28; }
p { color: rgb(73,92,40); }
H1.HeaderClassName
{
color: #495C28;
}
.AnyTagClassName
{
color: #495C28;
}
</style>
background-color css
<style>
a { background-color: #495C28; }
a { background-color: rgb(73,92,40); }
div.DivClassName
{
background-color: #495C28;
}
.BgClassName
{
background-color: #495C28;
}
</style>
border-color css
<style>
span { border-color: #495C28; }
span { border-color: rgb(73,92,40); }
td.TdClassName
{
border-color: #495C28;
}
.TagClassName
{
border-color: #495C28;
}
</style>