Shades of Clover #424D34
Tints of Clover #424D34
RGB
CMYK
RGB Variations
Color information
#424D34 (or 0x424D34) is known color: Clover. HEX triplet: 42, 4D and 34. RGB value is (66,77,52). Sum of RGB (Red+Green+Blue) = 66+77+52=195 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.85% from 195); Green value is 77 (30.47% from 255 or 39.49% from 195); Blue value is 52 (20.70% from 255 or 26.67% from 195); Max value from RGB is 77 - color contains mainly: green. Hex color #424D34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #424D34 is #BDB2CB. Grayscale: #464646. Windows color (decimal): -12432076 or 3427650. OLE color: 3427650.
HSL color Cylindrical-coordinate representation of color #424D34: hue angle of 86.4º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #424D34 is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 66 | 77 | 52 | - |
| CMYK | 0.14 | 0 | 0.32 | 0.70 |
| HSL | 86.4º | 0.19% | 0.25% | - |
| HSV(B) | 86.4º | 0.32% | 0.3% | - |
| XYZ | 5.52 | 6.71 | 4.25 | - |
| YUV | 70.86 | 117.36 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 77 | 52 | 0.14 | 0 | 0.32 | 0.70 | 86.4 | 0.19 | 0.25 |
| Hex | 42 | 4D | 34 | E | 0 | 20 | 46 | 56 | 13 | 19 |
| Octal | 102 | 115 | 64 | 16 | 0 | 40 | 106 | 126 | 23 | 31 |
| Binary | 1000010 | 1001101 | 110100 | 1110 | 0 | 100000 | 1000110 | 1010110 | 10011 | 11001 |
Color Harmonies of #424D34
Complementary color
Monochromatic Colors of #424D34
Black with #424D34
Text Example
Text Example
White with #424D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424D34; }
p { color: rgb(66,77,52); }
H1.HeaderClassName
{
color: #424D34;
}
.AnyTagClassName
{
color: #424D34;
}
</style>
background-color css
<style>
a { background-color: #424D34; }
a { background-color: rgb(66,77,52); }
div.DivClassName
{
background-color: #424D34;
}
.BgClassName
{
background-color: #424D34;
}
</style>
border-color css
<style>
span { border-color: #424D34; }
span { border-color: rgb(66,77,52); }
td.TdClassName
{
border-color: #424D34;
}
.TagClassName
{
border-color: #424D34;
}
</style>