Shades of Clover #495C23
Tints of Clover #495C23
RGB
CMYK
RGB Variations
Color information
#495C23 (or 0x495C23) is known color: Clover. HEX triplet: 49, 5C and 23. RGB value is (73,92,35). Sum of RGB (Red+Green+Blue) = 73+92+35=200 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.5% from 200); Green value is 92 (36.33% from 255 or 46% from 200); Blue value is 35 (14.06% from 255 or 17.5% from 200); Max value from RGB is 92 - color contains mainly: green. Hex color #495C23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495C23 is #B6A3DC. Grayscale: #505050. Windows color (decimal): -11969501 or 2317385. OLE color: 2317385.
HSL color Cylindrical-coordinate representation of color #495C23: hue angle of 80º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #495C23 is Cyan = 0.21, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 92 | 35 | - |
| CMYK | 0.21 | 0 | 0.62 | 0.64 |
| HSL | 80º | 0.45% | 0.25% | - |
| HSV(B) | 80º | 0.62% | 0.36% | - |
| XYZ | 6.88 | 9.19 | 3 | - |
| YUV | 79.82 | 102.71 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 92 | 35 | 0.21 | 0 | 0.62 | 0.64 | 80 | 0.45 | 0.25 |
| Hex | 49 | 5C | 23 | 15 | 0 | 3E | 40 | 50 | 2D | 19 |
| Octal | 111 | 134 | 43 | 25 | 0 | 76 | 100 | 120 | 55 | 31 |
| Binary | 1001001 | 1011100 | 100011 | 10101 | 0 | 111110 | 1000000 | 1010000 | 101101 | 11001 |
Color Harmonies of #495C23
Complementary color
Monochromatic Colors of #495C23
Black with #495C23
Text Example
Text Example
White with #495C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495C23; }
p { color: rgb(73,92,35); }
H1.HeaderClassName
{
color: #495C23;
}
.AnyTagClassName
{
color: #495C23;
}
</style>
background-color css
<style>
a { background-color: #495C23; }
a { background-color: rgb(73,92,35); }
div.DivClassName
{
background-color: #495C23;
}
.BgClassName
{
background-color: #495C23;
}
</style>
border-color css
<style>
span { border-color: #495C23; }
span { border-color: rgb(73,92,35); }
td.TdClassName
{
border-color: #495C23;
}
.TagClassName
{
border-color: #495C23;
}
</style>