Shades of Clover #495338
Tints of Clover #495338
RGB
CMYK
RGB Variations
Color information
#495338 (or 0x495338) is known color: Clover. HEX triplet: 49, 53 and 38. RGB value is (73,83,56). Sum of RGB (Red+Green+Blue) = 73+83+56=212 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.43% from 212); Green value is 83 (32.81% from 255 or 39.15% from 212); Blue value is 56 (22.27% from 255 or 26.42% from 212); Max value from RGB is 83 - color contains mainly: green. Hex color #495338 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495338 is #B6ACC7. Grayscale: #4D4D4D. Windows color (decimal): -11971784 or 3691337. OLE color: 3691337.
HSL color Cylindrical-coordinate representation of color #495338: hue angle of 82.22º degrees, saturation: 0.19, 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 #495338 is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 83 | 56 | - |
| CMYK | 0.12 | 0 | 0.33 | 0.67 |
| HSL | 82.22º | 0.19% | 0.27% | - |
| HSV(B) | 82.22º | 0.33% | 0.33% | - |
| XYZ | 6.55 | 7.89 | 4.92 | - |
| YUV | 76.93 | 116.19 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 83 | 56 | 0.12 | 0 | 0.33 | 0.67 | 82.22 | 0.19 | 0.27 |
| Hex | 49 | 53 | 38 | C | 0 | 21 | 43 | 52 | 13 | 1B |
| Octal | 111 | 123 | 70 | 14 | 0 | 41 | 103 | 122 | 23 | 33 |
| Binary | 1001001 | 1010011 | 111000 | 1100 | 0 | 100001 | 1000011 | 1010010 | 10011 | 11011 |
Color Harmonies of #495338
Complementary color
Monochromatic Colors of #495338
Black with #495338
Text Example
Text Example
White with #495338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495338; }
p { color: rgb(73,83,56); }
H1.HeaderClassName
{
color: #495338;
}
.AnyTagClassName
{
color: #495338;
}
</style>
background-color css
<style>
a { background-color: #495338; }
a { background-color: rgb(73,83,56); }
div.DivClassName
{
background-color: #495338;
}
.BgClassName
{
background-color: #495338;
}
</style>
border-color css
<style>
span { border-color: #495338; }
span { border-color: rgb(73,83,56); }
td.TdClassName
{
border-color: #495338;
}
.TagClassName
{
border-color: #495338;
}
</style>