Shades of Clover #42591F
Tints of Clover #42591F
RGB
CMYK
RGB Variations
Color information
#42591F (or 0x42591F) is known color: Clover. HEX triplet: 42, 59 and 1F. RGB value is (66,89,31). Sum of RGB (Red+Green+Blue) = 66+89+31=186 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.48% from 186); Green value is 89 (35.16% from 255 or 47.85% from 186); Blue value is 31 (12.5% from 255 or 16.67% from 186); Max value from RGB is 89 - color contains mainly: green. Hex color #42591F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42591F is #BDA6E0. Grayscale: #4B4B4B. Windows color (decimal): -12429025 or 2054466. OLE color: 2054466.
HSL color Cylindrical-coordinate representation of color #42591F: hue angle of 83.79º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42591F is Cyan = 0.26, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 66 | 89 | 31 | - |
| CMYK | 0.26 | 0 | 0.65 | 0.65 |
| HSL | 83.79º | 0.48% | 0.24% | - |
| HSV(B) | 83.79º | 0.65% | 0.35% | - |
| XYZ | 6.07 | 8.4 | 2.6 | - |
| YUV | 75.51 | 102.88 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 89 | 31 | 0.26 | 0 | 0.65 | 0.65 | 83.79 | 0.48 | 0.24 |
| Hex | 42 | 59 | 1F | 1A | 0 | 41 | 41 | 54 | 30 | 18 |
| Octal | 102 | 131 | 37 | 32 | 0 | 101 | 101 | 124 | 60 | 30 |
| Binary | 1000010 | 1011001 | 11111 | 11010 | 0 | 1000001 | 1000001 | 1010100 | 110000 | 11000 |
Color Harmonies of #42591F
Complementary color
Monochromatic Colors of #42591F
Black with #42591F
Text Example
Text Example
White with #42591F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42591F; }
p { color: rgb(66,89,31); }
H1.HeaderClassName
{
color: #42591F;
}
.AnyTagClassName
{
color: #42591F;
}
</style>
background-color css
<style>
a { background-color: #42591F; }
a { background-color: rgb(66,89,31); }
div.DivClassName
{
background-color: #42591F;
}
.BgClassName
{
background-color: #42591F;
}
</style>
border-color css
<style>
span { border-color: #42591F; }
span { border-color: rgb(66,89,31); }
td.TdClassName
{
border-color: #42591F;
}
.TagClassName
{
border-color: #42591F;
}
</style>