Shades of Clover #404C30
Tints of Clover #404C30
RGB
CMYK
RGB Variations
Color information
#404C30 (or 0x404C30) is known color: Clover. HEX triplet: 40, 4C and 30. RGB value is (64,76,48). Sum of RGB (Red+Green+Blue) = 64+76+48=188 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.04% from 188); Green value is 76 (30.08% from 255 or 40.43% from 188); Blue value is 48 (19.14% from 255 or 25.53% from 188); Max value from RGB is 76 - color contains mainly: green. Hex color #404C30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404C30 is #BFB3CF. Grayscale: #454545. Windows color (decimal): -12563408 or 3165248. OLE color: 3165248.
HSL color Cylindrical-coordinate representation of color #404C30: hue angle of 85.71º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #404C30 is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 64 | 76 | 48 | - |
| CMYK | 0.16 | 0 | 0.37 | 0.70 |
| HSL | 85.71º | 0.23% | 0.24% | - |
| HSV(B) | 85.71º | 0.37% | 0.3% | - |
| XYZ | 5.23 | 6.47 | 3.77 | - |
| YUV | 69.22 | 116.02 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 76 | 48 | 0.16 | 0 | 0.37 | 0.70 | 85.71 | 0.23 | 0.24 |
| Hex | 40 | 4C | 30 | 10 | 0 | 25 | 46 | 56 | 17 | 18 |
| Octal | 100 | 114 | 60 | 20 | 0 | 45 | 106 | 126 | 27 | 30 |
| Binary | 1000000 | 1001100 | 110000 | 10000 | 0 | 100101 | 1000110 | 1010110 | 10111 | 11000 |
Color Harmonies of #404C30
Complementary color
Monochromatic Colors of #404C30
Black with #404C30
Text Example
Text Example
White with #404C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404C30; }
p { color: rgb(64,76,48); }
H1.HeaderClassName
{
color: #404C30;
}
.AnyTagClassName
{
color: #404C30;
}
</style>
background-color css
<style>
a { background-color: #404C30; }
a { background-color: rgb(64,76,48); }
div.DivClassName
{
background-color: #404C30;
}
.BgClassName
{
background-color: #404C30;
}
</style>
border-color css
<style>
span { border-color: #404C30; }
span { border-color: rgb(64,76,48); }
td.TdClassName
{
border-color: #404C30;
}
.TagClassName
{
border-color: #404C30;
}
</style>