Shades of Clover #495438
Tints of Clover #495438
RGB
CMYK
RGB Variations
Color information
#495438 (or 0x495438) is known color: Clover. HEX triplet: 49, 54 and 38. RGB value is (73,84,56). Sum of RGB (Red+Green+Blue) = 73+84+56=213 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.27% from 213); Green value is 84 (33.20% from 255 or 39.44% from 213); Blue value is 56 (22.27% from 255 or 26.29% from 213); Max value from RGB is 84 - color contains mainly: green. Hex color #495438 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495438 is #B6ABC7. Grayscale: #4D4D4D. Windows color (decimal): -11971528 or 3691593. OLE color: 3691593.
HSL color Cylindrical-coordinate representation of color #495438: hue angle of 83.57º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #495438 is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 84 | 56 | - |
| CMYK | 0.13 | 0 | 0.33 | 0.67 |
| HSL | 83.57º | 0.2% | 0.27% | - |
| HSV(B) | 83.57º | 0.33% | 0.33% | - |
| XYZ | 6.63 | 8.04 | 4.94 | - |
| YUV | 77.52 | 115.86 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 84 | 56 | 0.13 | 0 | 0.33 | 0.67 | 83.57 | 0.2 | 0.27 |
| Hex | 49 | 54 | 38 | D | 0 | 21 | 43 | 54 | 14 | 1B |
| Octal | 111 | 124 | 70 | 15 | 0 | 41 | 103 | 124 | 24 | 33 |
| Binary | 1001001 | 1010100 | 111000 | 1101 | 0 | 100001 | 1000011 | 1010100 | 10100 | 11011 |
Color Harmonies of #495438
Complementary color
Monochromatic Colors of #495438
Black with #495438
Text Example
Text Example
White with #495438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495438; }
p { color: rgb(73,84,56); }
H1.HeaderClassName
{
color: #495438;
}
.AnyTagClassName
{
color: #495438;
}
</style>
background-color css
<style>
a { background-color: #495438; }
a { background-color: rgb(73,84,56); }
div.DivClassName
{
background-color: #495438;
}
.BgClassName
{
background-color: #495438;
}
</style>
border-color css
<style>
span { border-color: #495438; }
span { border-color: rgb(73,84,56); }
td.TdClassName
{
border-color: #495438;
}
.TagClassName
{
border-color: #495438;
}
</style>