Shades of Clover #40502B
Tints of Clover #40502B
RGB
CMYK
RGB Variations
Color information
#40502B (or 0x40502B) is known color: Clover. HEX triplet: 40, 50 and 2B. RGB value is (64,80,43). Sum of RGB (Red+Green+Blue) = 64+80+43=187 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.22% from 187); Green value is 80 (31.64% from 255 or 42.78% from 187); Blue value is 43 (17.19% from 255 or 22.99% from 187); Max value from RGB is 80 - color contains mainly: green. Hex color #40502B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40502B is #BFAFD4. Grayscale: #474747. Windows color (decimal): -12562389 or 2838592. OLE color: 2838592.
HSL color Cylindrical-coordinate representation of color #40502B: hue angle of 85.95º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #40502B is Cyan = 0.20, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 64 | 80 | 43 | - |
| CMYK | 0.20 | 0 | 0.46 | 0.69 |
| HSL | 85.95º | 0.3% | 0.24% | - |
| HSV(B) | 85.95º | 0.46% | 0.31% | - |
| XYZ | 5.42 | 7 | 3.35 | - |
| YUV | 71 | 112.2 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 80 | 43 | 0.20 | 0 | 0.46 | 0.69 | 85.95 | 0.3 | 0.24 |
| Hex | 40 | 50 | 2B | 14 | 0 | 2E | 45 | 56 | 1E | 18 |
| Octal | 100 | 120 | 53 | 24 | 0 | 56 | 105 | 126 | 36 | 30 |
| Binary | 1000000 | 1010000 | 101011 | 10100 | 0 | 101110 | 1000101 | 1010110 | 11110 | 11000 |
Color Harmonies of #40502B
Complementary color
Monochromatic Colors of #40502B
Black with #40502B
Text Example
Text Example
White with #40502B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40502B; }
p { color: rgb(64,80,43); }
H1.HeaderClassName
{
color: #40502B;
}
.AnyTagClassName
{
color: #40502B;
}
</style>
background-color css
<style>
a { background-color: #40502B; }
a { background-color: rgb(64,80,43); }
div.DivClassName
{
background-color: #40502B;
}
.BgClassName
{
background-color: #40502B;
}
</style>
border-color css
<style>
span { border-color: #40502B; }
span { border-color: rgb(64,80,43); }
td.TdClassName
{
border-color: #40502B;
}
.TagClassName
{
border-color: #40502B;
}
</style>