Shades of Clover #42621B
Tints of Clover #42621B
RGB
CMYK
RGB Variations
Color information
#42621B (or 0x42621B) is known color: Clover. HEX triplet: 42, 62 and 1B. RGB value is (66,98,27). Sum of RGB (Red+Green+Blue) = 66+98+27=191 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.55% from 191); Green value is 98 (38.67% from 255 or 51.31% from 191); Blue value is 27 (10.94% from 255 or 14.14% from 191); Max value from RGB is 98 - color contains mainly: green. Hex color #42621B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42621B is #BD9DE4. Grayscale: #505050. Windows color (decimal): -12426725 or 1794626. OLE color: 1794626.
HSL color Cylindrical-coordinate representation of color #42621B: hue angle of 87.04º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42621B is Cyan = 0.33, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 66 | 98 | 27 | - |
| CMYK | 0.33 | 0 | 0.72 | 0.62 |
| HSL | 87.04º | 0.57% | 0.25% | - |
| HSV(B) | 87.04º | 0.72% | 0.38% | - |
| XYZ | 6.81 | 9.97 | 2.6 | - |
| YUV | 80.34 | 97.9 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 98 | 27 | 0.33 | 0 | 0.72 | 0.62 | 87.04 | 0.57 | 0.25 |
| Hex | 42 | 62 | 1B | 21 | 0 | 48 | 3E | 57 | 39 | 19 |
| Octal | 102 | 142 | 33 | 41 | 0 | 110 | 76 | 127 | 71 | 31 |
| Binary | 1000010 | 1100010 | 11011 | 100001 | 0 | 1001000 | 111110 | 1010111 | 111001 | 11001 |
Color Harmonies of #42621B
Complementary color
Monochromatic Colors of #42621B
Black with #42621B
Text Example
Text Example
White with #42621B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42621B; }
p { color: rgb(66,98,27); }
H1.HeaderClassName
{
color: #42621B;
}
.AnyTagClassName
{
color: #42621B;
}
</style>
background-color css
<style>
a { background-color: #42621B; }
a { background-color: rgb(66,98,27); }
div.DivClassName
{
background-color: #42621B;
}
.BgClassName
{
background-color: #42621B;
}
</style>
border-color css
<style>
span { border-color: #42621B; }
span { border-color: rgb(66,98,27); }
td.TdClassName
{
border-color: #42621B;
}
.TagClassName
{
border-color: #42621B;
}
</style>