Shades of Clover #43542A
Tints of Clover #43542A
RGB
CMYK
RGB Variations
Color information
#43542A (or 0x43542A) is known color: Clover. HEX triplet: 43, 54 and 2A. RGB value is (67,84,42). Sum of RGB (Red+Green+Blue) = 67+84+42=193 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.72% from 193); Green value is 84 (33.20% from 255 or 43.52% from 193); Blue value is 42 (16.80% from 255 or 21.76% from 193); Max value from RGB is 84 - color contains mainly: green. Hex color #43542A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #43542A is #BCABD5. Grayscale: #4A4A4A. Windows color (decimal): -12364758 or 2774083. OLE color: 2774083.
HSL color Cylindrical-coordinate representation of color #43542A: hue angle of 84.29º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #43542A is Cyan = 0.20, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 67 | 84 | 42 | - |
| CMYK | 0.20 | 0 | 0.5 | 0.67 |
| HSL | 84.29º | 0.33% | 0.25% | - |
| HSV(B) | 84.29º | 0.5% | 0.33% | - |
| XYZ | 5.9 | 7.7 | 3.37 | - |
| YUV | 74.13 | 109.87 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 84 | 42 | 0.20 | 0 | 0.5 | 0.67 | 84.29 | 0.33 | 0.25 |
| Hex | 43 | 54 | 2A | 14 | 0 | 32 | 43 | 54 | 21 | 19 |
| Octal | 103 | 124 | 52 | 24 | 0 | 62 | 103 | 124 | 41 | 31 |
| Binary | 1000011 | 1010100 | 101010 | 10100 | 0 | 110010 | 1000011 | 1010100 | 100001 | 11001 |
Color Harmonies of #43542A
Complementary color
Monochromatic Colors of #43542A
Black with #43542A
Text Example
Text Example
White with #43542A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43542A; }
p { color: rgb(67,84,42); }
H1.HeaderClassName
{
color: #43542A;
}
.AnyTagClassName
{
color: #43542A;
}
</style>
background-color css
<style>
a { background-color: #43542A; }
a { background-color: rgb(67,84,42); }
div.DivClassName
{
background-color: #43542A;
}
.BgClassName
{
background-color: #43542A;
}
</style>
border-color css
<style>
span { border-color: #43542A; }
span { border-color: rgb(67,84,42); }
td.TdClassName
{
border-color: #43542A;
}
.TagClassName
{
border-color: #43542A;
}
</style>