Shades of Clover #40582C
Tints of Clover #40582C
RGB
CMYK
RGB Variations
Color information
#40582C (or 0x40582C) is known color: Clover. HEX triplet: 40, 58 and 2C. RGB value is (64,88,44). Sum of RGB (Red+Green+Blue) = 64+88+44=196 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.65% from 196); Green value is 88 (34.77% from 255 or 44.90% from 196); Blue value is 44 (17.58% from 255 or 22.45% from 196); Max value from RGB is 88 - color contains mainly: green. Hex color #40582C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40582C is #BFA7D3. Grayscale: #4B4B4B. Windows color (decimal): -12560340 or 2906176. OLE color: 2906176.
HSL color Cylindrical-coordinate representation of color #40582C: hue angle of 92.73º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #40582C is Cyan = 0.27, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 64 | 88 | 44 | - |
| CMYK | 0.27 | 0 | 0.5 | 0.65 |
| HSL | 92.73º | 0.33% | 0.26% | - |
| HSV(B) | 92.73º | 0.5% | 0.35% | - |
| XYZ | 6.06 | 8.25 | 3.66 | - |
| YUV | 75.81 | 110.05 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 88 | 44 | 0.27 | 0 | 0.5 | 0.65 | 92.73 | 0.33 | 0.26 |
| Hex | 40 | 58 | 2C | 1B | 0 | 32 | 41 | 5D | 21 | 1A |
| Octal | 100 | 130 | 54 | 33 | 0 | 62 | 101 | 135 | 41 | 32 |
| Binary | 1000000 | 1011000 | 101100 | 11011 | 0 | 110010 | 1000001 | 1011101 | 100001 | 11010 |
Color Harmonies of #40582C
Complementary color
Monochromatic Colors of #40582C
Black with #40582C
Text Example
Text Example
White with #40582C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40582C; }
p { color: rgb(64,88,44); }
H1.HeaderClassName
{
color: #40582C;
}
.AnyTagClassName
{
color: #40582C;
}
</style>
background-color css
<style>
a { background-color: #40582C; }
a { background-color: rgb(64,88,44); }
div.DivClassName
{
background-color: #40582C;
}
.BgClassName
{
background-color: #40582C;
}
</style>
border-color css
<style>
span { border-color: #40582C; }
span { border-color: rgb(64,88,44); }
td.TdClassName
{
border-color: #40582C;
}
.TagClassName
{
border-color: #40582C;
}
</style>