Shades of Clover #43502D
Tints of Clover #43502D
RGB
CMYK
RGB Variations
Color information
#43502D (or 0x43502D) is known color: Clover. HEX triplet: 43, 50 and 2D. RGB value is (67,80,45). Sum of RGB (Red+Green+Blue) = 67+80+45=192 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.90% from 192); Green value is 80 (31.64% from 255 or 41.67% from 192); Blue value is 45 (17.97% from 255 or 23.44% from 192); Max value from RGB is 80 - color contains mainly: green. Hex color #43502D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #43502D is #BCAFD2. Grayscale: #484848. Windows color (decimal): -12365779 or 2969667. OLE color: 2969667.
HSL color Cylindrical-coordinate representation of color #43502D: hue angle of 82.29º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #43502D is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 67 | 80 | 45 | - |
| CMYK | 0.16 | 0 | 0.44 | 0.69 |
| HSL | 82.29º | 0.28% | 0.25% | - |
| HSV(B) | 82.29º | 0.44% | 0.31% | - |
| XYZ | 5.66 | 7.12 | 3.56 | - |
| YUV | 72.12 | 112.69 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 80 | 45 | 0.16 | 0 | 0.44 | 0.69 | 82.29 | 0.28 | 0.25 |
| Hex | 43 | 50 | 2D | 10 | 0 | 2C | 45 | 52 | 1C | 19 |
| Octal | 103 | 120 | 55 | 20 | 0 | 54 | 105 | 122 | 34 | 31 |
| Binary | 1000011 | 1010000 | 101101 | 10000 | 0 | 101100 | 1000101 | 1010010 | 11100 | 11001 |
Color Harmonies of #43502D
Complementary color
Monochromatic Colors of #43502D
Black with #43502D
Text Example
Text Example
White with #43502D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43502D; }
p { color: rgb(67,80,45); }
H1.HeaderClassName
{
color: #43502D;
}
.AnyTagClassName
{
color: #43502D;
}
</style>
background-color css
<style>
a { background-color: #43502D; }
a { background-color: rgb(67,80,45); }
div.DivClassName
{
background-color: #43502D;
}
.BgClassName
{
background-color: #43502D;
}
</style>
border-color css
<style>
span { border-color: #43502D; }
span { border-color: rgb(67,80,45); }
td.TdClassName
{
border-color: #43502D;
}
.TagClassName
{
border-color: #43502D;
}
</style>