Shades of Clover #42542B
Tints of Clover #42542B
RGB
CMYK
RGB Variations
Color information
#42542B (or 0x42542B) is known color: Clover. HEX triplet: 42, 54 and 2B. RGB value is (66,84,43). Sum of RGB (Red+Green+Blue) = 66+84+43=193 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.20% from 193); Green value is 84 (33.20% from 255 or 43.52% from 193); Blue value is 43 (17.19% from 255 or 22.28% from 193); Max value from RGB is 84 - color contains mainly: green. Hex color #42542B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42542B is #BDABD4. Grayscale: #4A4A4A. Windows color (decimal): -12430293 or 2839618. OLE color: 2839618.
HSL color Cylindrical-coordinate representation of color #42542B: hue angle of 86.34º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #42542B is Cyan = 0.21, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 66 | 84 | 43 | - |
| CMYK | 0.21 | 0 | 0.49 | 0.67 |
| HSL | 86.34º | 0.32% | 0.25% | - |
| HSV(B) | 86.34º | 0.49% | 0.33% | - |
| XYZ | 5.85 | 7.67 | 3.46 | - |
| YUV | 73.94 | 110.54 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 84 | 43 | 0.21 | 0 | 0.49 | 0.67 | 86.34 | 0.32 | 0.25 |
| Hex | 42 | 54 | 2B | 15 | 0 | 31 | 43 | 56 | 20 | 19 |
| Octal | 102 | 124 | 53 | 25 | 0 | 61 | 103 | 126 | 40 | 31 |
| Binary | 1000010 | 1010100 | 101011 | 10101 | 0 | 110001 | 1000011 | 1010110 | 100000 | 11001 |
Color Harmonies of #42542B
Complementary color
Monochromatic Colors of #42542B
Black with #42542B
Text Example
Text Example
White with #42542B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42542B; }
p { color: rgb(66,84,43); }
H1.HeaderClassName
{
color: #42542B;
}
.AnyTagClassName
{
color: #42542B;
}
</style>
background-color css
<style>
a { background-color: #42542B; }
a { background-color: rgb(66,84,43); }
div.DivClassName
{
background-color: #42542B;
}
.BgClassName
{
background-color: #42542B;
}
</style>
border-color css
<style>
span { border-color: #42542B; }
span { border-color: rgb(66,84,43); }
td.TdClassName
{
border-color: #42542B;
}
.TagClassName
{
border-color: #42542B;
}
</style>