Shades of Clover #42542F
Tints of Clover #42542F
RGB
CMYK
RGB Variations
Color information
#42542F (or 0x42542F) is known color: Clover. HEX triplet: 42, 54 and 2F. RGB value is (66,84,47). Sum of RGB (Red+Green+Blue) = 66+84+47=197 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.50% from 197); Green value is 84 (33.20% from 255 or 42.64% from 197); Blue value is 47 (18.75% from 255 or 23.86% from 197); Max value from RGB is 84 - color contains mainly: green. Hex color #42542F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42542F is #BDABD0. Grayscale: #4A4A4A. Windows color (decimal): -12430289 or 3101762. OLE color: 3101762.
HSL color Cylindrical-coordinate representation of color #42542F: hue angle of 89.19º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #42542F is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 66 | 84 | 47 | - |
| CMYK | 0.21 | 0 | 0.44 | 0.67 |
| HSL | 89.19º | 0.28% | 0.26% | - |
| HSV(B) | 89.19º | 0.44% | 0.33% | - |
| XYZ | 5.93 | 7.7 | 3.86 | - |
| YUV | 74.4 | 112.54 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 84 | 47 | 0.21 | 0 | 0.44 | 0.67 | 89.19 | 0.28 | 0.26 |
| Hex | 42 | 54 | 2F | 15 | 0 | 2C | 43 | 59 | 1C | 1A |
| Octal | 102 | 124 | 57 | 25 | 0 | 54 | 103 | 131 | 34 | 32 |
| Binary | 1000010 | 1010100 | 101111 | 10101 | 0 | 101100 | 1000011 | 1011001 | 11100 | 11010 |
Color Harmonies of #42542F
Complementary color
Monochromatic Colors of #42542F
Black with #42542F
Text Example
Text Example
White with #42542F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42542F; }
p { color: rgb(66,84,47); }
H1.HeaderClassName
{
color: #42542F;
}
.AnyTagClassName
{
color: #42542F;
}
</style>
background-color css
<style>
a { background-color: #42542F; }
a { background-color: rgb(66,84,47); }
div.DivClassName
{
background-color: #42542F;
}
.BgClassName
{
background-color: #42542F;
}
</style>
border-color css
<style>
span { border-color: #42542F; }
span { border-color: rgb(66,84,47); }
td.TdClassName
{
border-color: #42542F;
}
.TagClassName
{
border-color: #42542F;
}
</style>