Shades of Clover #42591E
Tints of Clover #42591E
RGB
CMYK
RGB Variations
Color information
#42591E (or 0x42591E) is known color: Clover. HEX triplet: 42, 59 and 1E. RGB value is (66,89,30). Sum of RGB (Red+Green+Blue) = 66+89+30=185 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.68% from 185); Green value is 89 (35.16% from 255 or 48.11% from 185); Blue value is 30 (12.11% from 255 or 16.22% from 185); Max value from RGB is 89 - color contains mainly: green. Hex color #42591E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42591E is #BDA6E1. Grayscale: #4B4B4B. Windows color (decimal): -12429026 or 1988930. OLE color: 1988930.
HSL color Cylindrical-coordinate representation of color #42591E: hue angle of 83.39º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42591E is Cyan = 0.26, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 66 | 89 | 30 | - |
| CMYK | 0.26 | 0 | 0.66 | 0.65 |
| HSL | 83.39º | 0.5% | 0.23% | - |
| HSV(B) | 83.39º | 0.66% | 0.35% | - |
| XYZ | 6.05 | 8.4 | 2.53 | - |
| YUV | 75.4 | 102.38 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 89 | 30 | 0.26 | 0 | 0.66 | 0.65 | 83.39 | 0.5 | 0.23 |
| Hex | 42 | 59 | 1E | 1A | 0 | 42 | 41 | 53 | 32 | 17 |
| Octal | 102 | 131 | 36 | 32 | 0 | 102 | 101 | 123 | 62 | 27 |
| Binary | 1000010 | 1011001 | 11110 | 11010 | 0 | 1000010 | 1000001 | 1010011 | 110010 | 10111 |
Color Harmonies of #42591E
Complementary color
Monochromatic Colors of #42591E
Black with #42591E
Text Example
Text Example
White with #42591E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42591E; }
p { color: rgb(66,89,30); }
H1.HeaderClassName
{
color: #42591E;
}
.AnyTagClassName
{
color: #42591E;
}
</style>
background-color css
<style>
a { background-color: #42591E; }
a { background-color: rgb(66,89,30); }
div.DivClassName
{
background-color: #42591E;
}
.BgClassName
{
background-color: #42591E;
}
</style>
border-color css
<style>
span { border-color: #42591E; }
span { border-color: rgb(66,89,30); }
td.TdClassName
{
border-color: #42591E;
}
.TagClassName
{
border-color: #42591E;
}
</style>