Shades of Clover #495330
Tints of Clover #495330
RGB
CMYK
RGB Variations
Color information
#495330 (or 0x495330) is known color: Clover. HEX triplet: 49, 53 and 30. RGB value is (73,83,48). Sum of RGB (Red+Green+Blue) = 73+83+48=204 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.78% from 204); Green value is 83 (32.81% from 255 or 40.69% from 204); Blue value is 48 (19.14% from 255 or 23.53% from 204); Max value from RGB is 83 - color contains mainly: green. Hex color #495330 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495330 is #B6ACCF. Grayscale: #4C4C4C. Windows color (decimal): -11971792 or 3167049. OLE color: 3167049.
HSL color Cylindrical-coordinate representation of color #495330: hue angle of 77.14º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #495330 is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 83 | 48 | - |
| CMYK | 0.12 | 0 | 0.42 | 0.67 |
| HSL | 77.14º | 0.27% | 0.26% | - |
| HSV(B) | 77.14º | 0.42% | 0.33% | - |
| XYZ | 6.37 | 7.82 | 3.97 | - |
| YUV | 76.02 | 112.19 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 83 | 48 | 0.12 | 0 | 0.42 | 0.67 | 77.14 | 0.27 | 0.26 |
| Hex | 49 | 53 | 30 | C | 0 | 2A | 43 | 4D | 1B | 1A |
| Octal | 111 | 123 | 60 | 14 | 0 | 52 | 103 | 115 | 33 | 32 |
| Binary | 1001001 | 1010011 | 110000 | 1100 | 0 | 101010 | 1000011 | 1001101 | 11011 | 11010 |
Color Harmonies of #495330
Complementary color
Monochromatic Colors of #495330
Black with #495330
Text Example
Text Example
White with #495330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495330; }
p { color: rgb(73,83,48); }
H1.HeaderClassName
{
color: #495330;
}
.AnyTagClassName
{
color: #495330;
}
</style>
background-color css
<style>
a { background-color: #495330; }
a { background-color: rgb(73,83,48); }
div.DivClassName
{
background-color: #495330;
}
.BgClassName
{
background-color: #495330;
}
</style>
border-color css
<style>
span { border-color: #495330; }
span { border-color: rgb(73,83,48); }
td.TdClassName
{
border-color: #495330;
}
.TagClassName
{
border-color: #495330;
}
</style>