Shades of Clover #424D35
Tints of Clover #424D35
RGB
CMYK
RGB Variations
Color information
#424D35 (or 0x424D35) is known color: Clover. HEX triplet: 42, 4D and 35. RGB value is (66,77,53). Sum of RGB (Red+Green+Blue) = 66+77+53=196 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.67% from 196); Green value is 77 (30.47% from 255 or 39.29% from 196); Blue value is 53 (21.09% from 255 or 27.04% from 196); Max value from RGB is 77 - color contains mainly: green. Hex color #424D35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #424D35 is #BDB2CA. Grayscale: #474747. Windows color (decimal): -12432075 or 3493186. OLE color: 3493186.
HSL color Cylindrical-coordinate representation of color #424D35: hue angle of 87.5º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #424D35 is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 66 | 77 | 53 | - |
| CMYK | 0.14 | 0 | 0.31 | 0.70 |
| HSL | 87.5º | 0.18% | 0.25% | - |
| HSV(B) | 87.5º | 0.31% | 0.3% | - |
| XYZ | 5.54 | 6.72 | 4.37 | - |
| YUV | 70.98 | 117.86 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 77 | 53 | 0.14 | 0 | 0.31 | 0.70 | 87.5 | 0.18 | 0.25 |
| Hex | 42 | 4D | 35 | E | 0 | 1F | 46 | 57 | 12 | 19 |
| Octal | 102 | 115 | 65 | 16 | 0 | 37 | 106 | 127 | 22 | 31 |
| Binary | 1000010 | 1001101 | 110101 | 1110 | 0 | 11111 | 1000110 | 1010111 | 10010 | 11001 |
Color Harmonies of #424D35
Complementary color
Monochromatic Colors of #424D35
Black with #424D35
Text Example
Text Example
White with #424D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424D35; }
p { color: rgb(66,77,53); }
H1.HeaderClassName
{
color: #424D35;
}
.AnyTagClassName
{
color: #424D35;
}
</style>
background-color css
<style>
a { background-color: #424D35; }
a { background-color: rgb(66,77,53); }
div.DivClassName
{
background-color: #424D35;
}
.BgClassName
{
background-color: #424D35;
}
</style>
border-color css
<style>
span { border-color: #424D35; }
span { border-color: rgb(66,77,53); }
td.TdClassName
{
border-color: #424D35;
}
.TagClassName
{
border-color: #424D35;
}
</style>