Shades of Clover #495430
Tints of Clover #495430
RGB
CMYK
RGB Variations
Color information
#495430 (or 0x495430) is known color: Clover. HEX triplet: 49, 54 and 30. RGB value is (73,84,48). Sum of RGB (Red+Green+Blue) = 73+84+48=205 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.61% from 205); Green value is 84 (33.20% from 255 or 40.98% from 205); Blue value is 48 (19.14% from 255 or 23.41% from 205); Max value from RGB is 84 - color contains mainly: green. Hex color #495430 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495430 is #B6ABCF. Grayscale: #4C4C4C. Windows color (decimal): -11971536 or 3167305. OLE color: 3167305.
HSL color Cylindrical-coordinate representation of color #495430: hue angle of 78.33º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #495430 is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 84 | 48 | - |
| CMYK | 0.13 | 0 | 0.43 | 0.67 |
| HSL | 78.33º | 0.27% | 0.26% | - |
| HSV(B) | 78.33º | 0.43% | 0.33% | - |
| XYZ | 6.45 | 7.97 | 3.99 | - |
| YUV | 76.61 | 111.86 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 84 | 48 | 0.13 | 0 | 0.43 | 0.67 | 78.33 | 0.27 | 0.26 |
| Hex | 49 | 54 | 30 | D | 0 | 2B | 43 | 4E | 1B | 1A |
| Octal | 111 | 124 | 60 | 15 | 0 | 53 | 103 | 116 | 33 | 32 |
| Binary | 1001001 | 1010100 | 110000 | 1101 | 0 | 101011 | 1000011 | 1001110 | 11011 | 11010 |
Color Harmonies of #495430
Complementary color
Monochromatic Colors of #495430
Black with #495430
Text Example
Text Example
White with #495430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495430; }
p { color: rgb(73,84,48); }
H1.HeaderClassName
{
color: #495430;
}
.AnyTagClassName
{
color: #495430;
}
</style>
background-color css
<style>
a { background-color: #495430; }
a { background-color: rgb(73,84,48); }
div.DivClassName
{
background-color: #495430;
}
.BgClassName
{
background-color: #495430;
}
</style>
border-color css
<style>
span { border-color: #495430; }
span { border-color: rgb(73,84,48); }
td.TdClassName
{
border-color: #495430;
}
.TagClassName
{
border-color: #495430;
}
</style>