Shades of Clover #495C2D
Tints of Clover #495C2D
RGB
CMYK
RGB Variations
Color information
#495C2D (or 0x495C2D) is known color: Clover. HEX triplet: 49, 5C and 2D. RGB value is (73,92,45). Sum of RGB (Red+Green+Blue) = 73+92+45=210 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.76% from 210); Green value is 92 (36.33% from 255 or 43.81% from 210); Blue value is 45 (17.97% from 255 or 21.43% from 210); Max value from RGB is 92 - color contains mainly: green. Hex color #495C2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495C2D is #B6A3D2. Grayscale: #515151. Windows color (decimal): -11969491 or 2972745. OLE color: 2972745.
HSL color Cylindrical-coordinate representation of color #495C2D: hue angle of 84.26º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #495C2D is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 92 | 45 | - |
| CMYK | 0.21 | 0 | 0.51 | 0.64 |
| HSL | 84.26º | 0.34% | 0.27% | - |
| HSV(B) | 84.26º | 0.51% | 0.36% | - |
| XYZ | 7.05 | 9.26 | 3.9 | - |
| YUV | 80.96 | 107.71 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 92 | 45 | 0.21 | 0 | 0.51 | 0.64 | 84.26 | 0.34 | 0.27 |
| Hex | 49 | 5C | 2D | 15 | 0 | 33 | 40 | 54 | 22 | 1B |
| Octal | 111 | 134 | 55 | 25 | 0 | 63 | 100 | 124 | 42 | 33 |
| Binary | 1001001 | 1011100 | 101101 | 10101 | 0 | 110011 | 1000000 | 1010100 | 100010 | 11011 |
Color Harmonies of #495C2D
Complementary color
Monochromatic Colors of #495C2D
Black with #495C2D
Text Example
Text Example
White with #495C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495C2D; }
p { color: rgb(73,92,45); }
H1.HeaderClassName
{
color: #495C2D;
}
.AnyTagClassName
{
color: #495C2D;
}
</style>
background-color css
<style>
a { background-color: #495C2D; }
a { background-color: rgb(73,92,45); }
div.DivClassName
{
background-color: #495C2D;
}
.BgClassName
{
background-color: #495C2D;
}
</style>
border-color css
<style>
span { border-color: #495C2D; }
span { border-color: rgb(73,92,45); }
td.TdClassName
{
border-color: #495C2D;
}
.TagClassName
{
border-color: #495C2D;
}
</style>