Shades of Clover #42572B
Tints of Clover #42572B
RGB
CMYK
RGB Variations
Color information
#42572B (or 0x42572B) is known color: Clover. HEX triplet: 42, 57 and 2B. RGB value is (66,87,43). Sum of RGB (Red+Green+Blue) = 66+87+43=196 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.67% from 196); Green value is 87 (34.38% from 255 or 44.39% from 196); Blue value is 43 (17.19% from 255 or 21.94% from 196); Max value from RGB is 87 - color contains mainly: green. Hex color #42572B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42572B is #BDA8D4. Grayscale: #4B4B4B. Windows color (decimal): -12429525 or 2840386. OLE color: 2840386.
HSL color Cylindrical-coordinate representation of color #42572B: hue angle of 88.64º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #42572B is Cyan = 0.24, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 66 | 87 | 43 | - |
| CMYK | 0.24 | 0 | 0.51 | 0.66 |
| HSL | 88.64º | 0.34% | 0.25% | - |
| HSV(B) | 88.64º | 0.51% | 0.34% | - |
| XYZ | 6.09 | 8.15 | 3.54 | - |
| YUV | 75.71 | 109.54 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 87 | 43 | 0.24 | 0 | 0.51 | 0.66 | 88.64 | 0.34 | 0.25 |
| Hex | 42 | 57 | 2B | 18 | 0 | 33 | 42 | 59 | 22 | 19 |
| Octal | 102 | 127 | 53 | 30 | 0 | 63 | 102 | 131 | 42 | 31 |
| Binary | 1000010 | 1010111 | 101011 | 11000 | 0 | 110011 | 1000010 | 1011001 | 100010 | 11001 |
Color Harmonies of #42572B
Complementary color
Monochromatic Colors of #42572B
Black with #42572B
Text Example
Text Example
White with #42572B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42572B; }
p { color: rgb(66,87,43); }
H1.HeaderClassName
{
color: #42572B;
}
.AnyTagClassName
{
color: #42572B;
}
</style>
background-color css
<style>
a { background-color: #42572B; }
a { background-color: rgb(66,87,43); }
div.DivClassName
{
background-color: #42572B;
}
.BgClassName
{
background-color: #42572B;
}
</style>
border-color css
<style>
span { border-color: #42572B; }
span { border-color: rgb(66,87,43); }
td.TdClassName
{
border-color: #42572B;
}
.TagClassName
{
border-color: #42572B;
}
</style>