Shades of Clover #40552D
Tints of Clover #40552D
RGB
CMYK
RGB Variations
Color information
#40552D (or 0x40552D) is known color: Clover. HEX triplet: 40, 55 and 2D. RGB value is (64,85,45). Sum of RGB (Red+Green+Blue) = 64+85+45=194 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.99% from 194); Green value is 85 (33.59% from 255 or 43.81% from 194); Blue value is 45 (17.97% from 255 or 23.20% from 194); Max value from RGB is 85 - color contains mainly: green. Hex color #40552D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40552D is #BFAAD2. Grayscale: #4A4A4A. Windows color (decimal): -12561107 or 2970944. OLE color: 2970944.
HSL color Cylindrical-coordinate representation of color #40552D: hue angle of 91.5º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #40552D is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 64 | 85 | 45 | - |
| CMYK | 0.25 | 0 | 0.47 | 0.67 |
| HSL | 91.5º | 0.31% | 0.25% | - |
| HSV(B) | 91.5º | 0.47% | 0.33% | - |
| XYZ | 5.84 | 7.78 | 3.68 | - |
| YUV | 74.16 | 111.54 | 120.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 85 | 45 | 0.25 | 0 | 0.47 | 0.67 | 91.5 | 0.31 | 0.25 |
| Hex | 40 | 55 | 2D | 19 | 0 | 2F | 43 | 5C | 1F | 19 |
| Octal | 100 | 125 | 55 | 31 | 0 | 57 | 103 | 134 | 37 | 31 |
| Binary | 1000000 | 1010101 | 101101 | 11001 | 0 | 101111 | 1000011 | 1011100 | 11111 | 11001 |
Color Harmonies of #40552D
Complementary color
Monochromatic Colors of #40552D
Black with #40552D
Text Example
Text Example
White with #40552D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40552D; }
p { color: rgb(64,85,45); }
H1.HeaderClassName
{
color: #40552D;
}
.AnyTagClassName
{
color: #40552D;
}
</style>
background-color css
<style>
a { background-color: #40552D; }
a { background-color: rgb(64,85,45); }
div.DivClassName
{
background-color: #40552D;
}
.BgClassName
{
background-color: #40552D;
}
</style>
border-color css
<style>
span { border-color: #40552D; }
span { border-color: rgb(64,85,45); }
td.TdClassName
{
border-color: #40552D;
}
.TagClassName
{
border-color: #40552D;
}
</style>