Shades of Clover #424D32
Tints of Clover #424D32
RGB
CMYK
RGB Variations
Color information
#424D32 (or 0x424D32) is known color: Clover. HEX triplet: 42, 4D and 32. RGB value is (66,77,50). Sum of RGB (Red+Green+Blue) = 66+77+50=193 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.20% from 193); Green value is 77 (30.47% from 255 or 39.90% from 193); Blue value is 50 (19.92% from 255 or 25.91% from 193); Max value from RGB is 77 - color contains mainly: green. Hex color #424D32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #424D32 is #BDB2CD. Grayscale: #464646. Windows color (decimal): -12432078 or 3296578. OLE color: 3296578.
HSL color Cylindrical-coordinate representation of color #424D32: hue angle of 84.44º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #424D32 is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 66 | 77 | 50 | - |
| CMYK | 0.14 | 0 | 0.35 | 0.70 |
| HSL | 84.44º | 0.21% | 0.25% | - |
| HSV(B) | 84.44º | 0.35% | 0.3% | - |
| XYZ | 5.48 | 6.7 | 4.02 | - |
| YUV | 70.63 | 116.36 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 77 | 50 | 0.14 | 0 | 0.35 | 0.70 | 84.44 | 0.21 | 0.25 |
| Hex | 42 | 4D | 32 | E | 0 | 23 | 46 | 54 | 15 | 19 |
| Octal | 102 | 115 | 62 | 16 | 0 | 43 | 106 | 124 | 25 | 31 |
| Binary | 1000010 | 1001101 | 110010 | 1110 | 0 | 100011 | 1000110 | 1010100 | 10101 | 11001 |
Color Harmonies of #424D32
Complementary color
Monochromatic Colors of #424D32
Black with #424D32
Text Example
Text Example
White with #424D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424D32; }
p { color: rgb(66,77,50); }
H1.HeaderClassName
{
color: #424D32;
}
.AnyTagClassName
{
color: #424D32;
}
</style>
background-color css
<style>
a { background-color: #424D32; }
a { background-color: rgb(66,77,50); }
div.DivClassName
{
background-color: #424D32;
}
.BgClassName
{
background-color: #424D32;
}
</style>
border-color css
<style>
span { border-color: #424D32; }
span { border-color: rgb(66,77,50); }
td.TdClassName
{
border-color: #424D32;
}
.TagClassName
{
border-color: #424D32;
}
</style>