Shades of Clover #42502D
Tints of Clover #42502D
RGB
CMYK
RGB Variations
Color information
#42502D (or 0x42502D) is known color: Clover. HEX triplet: 42, 50 and 2D. RGB value is (66,80,45). Sum of RGB (Red+Green+Blue) = 66+80+45=191 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.55% from 191); Green value is 80 (31.64% from 255 or 41.88% from 191); Blue value is 45 (17.97% from 255 or 23.56% from 191); Max value from RGB is 80 - color contains mainly: green. Hex color #42502D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42502D is #BDAFD2. Grayscale: #474747. Windows color (decimal): -12431315 or 2969666. OLE color: 2969666.
HSL color Cylindrical-coordinate representation of color #42502D: hue angle of 84º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #42502D is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 66 | 80 | 45 | - |
| CMYK | 0.17 | 0 | 0.44 | 0.69 |
| HSL | 84º | 0.28% | 0.25% | - |
| HSV(B) | 84º | 0.44% | 0.31% | - |
| XYZ | 5.59 | 7.09 | 3.56 | - |
| YUV | 71.82 | 112.86 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 80 | 45 | 0.17 | 0 | 0.44 | 0.69 | 84 | 0.28 | 0.25 |
| Hex | 42 | 50 | 2D | 11 | 0 | 2C | 45 | 54 | 1C | 19 |
| Octal | 102 | 120 | 55 | 21 | 0 | 54 | 105 | 124 | 34 | 31 |
| Binary | 1000010 | 1010000 | 101101 | 10001 | 0 | 101100 | 1000101 | 1010100 | 11100 | 11001 |
Color Harmonies of #42502D
Complementary color
Monochromatic Colors of #42502D
Black with #42502D
Text Example
Text Example
White with #42502D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42502D; }
p { color: rgb(66,80,45); }
H1.HeaderClassName
{
color: #42502D;
}
.AnyTagClassName
{
color: #42502D;
}
</style>
background-color css
<style>
a { background-color: #42502D; }
a { background-color: rgb(66,80,45); }
div.DivClassName
{
background-color: #42502D;
}
.BgClassName
{
background-color: #42502D;
}
</style>
border-color css
<style>
span { border-color: #42502D; }
span { border-color: rgb(66,80,45); }
td.TdClassName
{
border-color: #42502D;
}
.TagClassName
{
border-color: #42502D;
}
</style>