Shades of Clover #42522B
Tints of Clover #42522B
RGB
CMYK
RGB Variations
Color information
#42522B (or 0x42522B) is known color: Clover. HEX triplet: 42, 52 and 2B. RGB value is (66,82,43). Sum of RGB (Red+Green+Blue) = 66+82+43=191 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.55% from 191); Green value is 82 (32.42% from 255 or 42.93% from 191); Blue value is 43 (17.19% from 255 or 22.51% from 191); Max value from RGB is 82 - color contains mainly: green. Hex color #42522B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42522B is #BDADD4. Grayscale: #484848. Windows color (decimal): -12430805 or 2839106. OLE color: 2839106.
HSL color Cylindrical-coordinate representation of color #42522B: hue angle of 84.62º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #42522B is Cyan = 0.20, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 66 | 82 | 43 | - |
| CMYK | 0.20 | 0 | 0.48 | 0.68 |
| HSL | 84.62º | 0.31% | 0.25% | - |
| HSV(B) | 84.62º | 0.48% | 0.32% | - |
| XYZ | 5.7 | 7.37 | 3.41 | - |
| YUV | 72.77 | 111.2 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 82 | 43 | 0.20 | 0 | 0.48 | 0.68 | 84.62 | 0.31 | 0.25 |
| Hex | 42 | 52 | 2B | 14 | 0 | 30 | 44 | 55 | 1F | 19 |
| Octal | 102 | 122 | 53 | 24 | 0 | 60 | 104 | 125 | 37 | 31 |
| Binary | 1000010 | 1010010 | 101011 | 10100 | 0 | 110000 | 1000100 | 1010101 | 11111 | 11001 |
Color Harmonies of #42522B
Complementary color
Monochromatic Colors of #42522B
Black with #42522B
Text Example
Text Example
White with #42522B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42522B; }
p { color: rgb(66,82,43); }
H1.HeaderClassName
{
color: #42522B;
}
.AnyTagClassName
{
color: #42522B;
}
</style>
background-color css
<style>
a { background-color: #42522B; }
a { background-color: rgb(66,82,43); }
div.DivClassName
{
background-color: #42522B;
}
.BgClassName
{
background-color: #42522B;
}
</style>
border-color css
<style>
span { border-color: #42522B; }
span { border-color: rgb(66,82,43); }
td.TdClassName
{
border-color: #42522B;
}
.TagClassName
{
border-color: #42522B;
}
</style>