Shades of Clover #42592D
Tints of Clover #42592D
RGB
CMYK
RGB Variations
Color information
#42592D (or 0x42592D) is known color: Clover. HEX triplet: 42, 59 and 2D. RGB value is (66,89,45). Sum of RGB (Red+Green+Blue) = 66+89+45=200 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33% from 200); Green value is 89 (35.16% from 255 or 44.5% from 200); Blue value is 45 (17.97% from 255 or 22.5% from 200); Max value from RGB is 89 - color contains mainly: green. Hex color #42592D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42592D is #BDA6D2. Grayscale: #4D4D4D. Windows color (decimal): -12429011 or 2971970. OLE color: 2971970.
HSL color Cylindrical-coordinate representation of color #42592D: hue angle of 91.36º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #42592D is Cyan = 0.26, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 66 | 89 | 45 | - |
| CMYK | 0.26 | 0 | 0.49 | 0.65 |
| HSL | 91.36º | 0.33% | 0.26% | - |
| HSV(B) | 91.36º | 0.49% | 0.35% | - |
| XYZ | 6.29 | 8.49 | 3.79 | - |
| YUV | 77.11 | 109.88 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 89 | 45 | 0.26 | 0 | 0.49 | 0.65 | 91.36 | 0.33 | 0.26 |
| Hex | 42 | 59 | 2D | 1A | 0 | 31 | 41 | 5B | 21 | 1A |
| Octal | 102 | 131 | 55 | 32 | 0 | 61 | 101 | 133 | 41 | 32 |
| Binary | 1000010 | 1011001 | 101101 | 11010 | 0 | 110001 | 1000001 | 1011011 | 100001 | 11010 |
Color Harmonies of #42592D
Complementary color
Monochromatic Colors of #42592D
Black with #42592D
Text Example
Text Example
White with #42592D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42592D; }
p { color: rgb(66,89,45); }
H1.HeaderClassName
{
color: #42592D;
}
.AnyTagClassName
{
color: #42592D;
}
</style>
background-color css
<style>
a { background-color: #42592D; }
a { background-color: rgb(66,89,45); }
div.DivClassName
{
background-color: #42592D;
}
.BgClassName
{
background-color: #42592D;
}
</style>
border-color css
<style>
span { border-color: #42592D; }
span { border-color: rgb(66,89,45); }
td.TdClassName
{
border-color: #42592D;
}
.TagClassName
{
border-color: #42592D;
}
</style>