Shades of Clover #42552B
Tints of Clover #42552B
RGB
CMYK
RGB Variations
Color information
#42552B (or 0x42552B) is known color: Clover. HEX triplet: 42, 55 and 2B. RGB value is (66,85,43). Sum of RGB (Red+Green+Blue) = 66+85+43=194 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.02% from 194); Green value is 85 (33.59% from 255 or 43.81% from 194); Blue value is 43 (17.19% from 255 or 22.16% from 194); Max value from RGB is 85 - color contains mainly: green. Hex color #42552B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42552B is #BDAAD4. Grayscale: #4A4A4A. Windows color (decimal): -12430037 or 2839874. OLE color: 2839874.
HSL color Cylindrical-coordinate representation of color #42552B: hue angle of 87.14º degrees, saturation: 0.33, 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 #42552B is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 66 | 85 | 43 | - |
| CMYK | 0.22 | 0 | 0.49 | 0.67 |
| HSL | 87.14º | 0.33% | 0.25% | - |
| HSV(B) | 87.14º | 0.49% | 0.33% | - |
| XYZ | 5.93 | 7.83 | 3.48 | - |
| YUV | 74.53 | 110.21 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 85 | 43 | 0.22 | 0 | 0.49 | 0.67 | 87.14 | 0.33 | 0.25 |
| Hex | 42 | 55 | 2B | 16 | 0 | 31 | 43 | 57 | 21 | 19 |
| Octal | 102 | 125 | 53 | 26 | 0 | 61 | 103 | 127 | 41 | 31 |
| Binary | 1000010 | 1010101 | 101011 | 10110 | 0 | 110001 | 1000011 | 1010111 | 100001 | 11001 |
Color Harmonies of #42552B
Complementary color
Monochromatic Colors of #42552B
Black with #42552B
Text Example
Text Example
White with #42552B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42552B; }
p { color: rgb(66,85,43); }
H1.HeaderClassName
{
color: #42552B;
}
.AnyTagClassName
{
color: #42552B;
}
</style>
background-color css
<style>
a { background-color: #42552B; }
a { background-color: rgb(66,85,43); }
div.DivClassName
{
background-color: #42552B;
}
.BgClassName
{
background-color: #42552B;
}
</style>
border-color css
<style>
span { border-color: #42552B; }
span { border-color: rgb(66,85,43); }
td.TdClassName
{
border-color: #42552B;
}
.TagClassName
{
border-color: #42552B;
}
</style>