Shades of Clover #424935
Tints of Clover #424935
RGB
CMYK
RGB Variations
Color information
#424935 (or 0x424935) is known color: Clover. HEX triplet: 42, 49 and 35. RGB value is (66,73,53). Sum of RGB (Red+Green+Blue) = 66+73+53=192 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.38% from 192); Green value is 73 (28.91% from 255 or 38.02% from 192); Blue value is 53 (21.09% from 255 or 27.60% from 192); Max value from RGB is 73 - color contains mainly: green. Hex color #424935 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424935 is #BDB6CA. Grayscale: #444444. Windows color (decimal): -12433099 or 3492162. OLE color: 3492162.
HSL color Cylindrical-coordinate representation of color #424935: hue angle of 81º degrees, saturation: 0.16, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #424935 is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 66 | 73 | 53 | - |
| CMYK | 0.10 | 0 | 0.27 | 0.71 |
| HSL | 81º | 0.16% | 0.25% | - |
| HSV(B) | 81º | 0.27% | 0.29% | - |
| XYZ | 5.27 | 6.18 | 4.28 | - |
| YUV | 68.63 | 119.18 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 73 | 53 | 0.10 | 0 | 0.27 | 0.71 | 81 | 0.16 | 0.25 |
| Hex | 42 | 49 | 35 | A | 0 | 1B | 47 | 51 | 10 | 19 |
| Octal | 102 | 111 | 65 | 12 | 0 | 33 | 107 | 121 | 20 | 31 |
| Binary | 1000010 | 1001001 | 110101 | 1010 | 0 | 11011 | 1000111 | 1010001 | 10000 | 11001 |
Color Harmonies of #424935
Complementary color
Monochromatic Colors of #424935
Black with #424935
Text Example
Text Example
White with #424935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424935; }
p { color: rgb(66,73,53); }
H1.HeaderClassName
{
color: #424935;
}
.AnyTagClassName
{
color: #424935;
}
</style>
background-color css
<style>
a { background-color: #424935; }
a { background-color: rgb(66,73,53); }
div.DivClassName
{
background-color: #424935;
}
.BgClassName
{
background-color: #424935;
}
</style>
border-color css
<style>
span { border-color: #424935; }
span { border-color: rgb(66,73,53); }
td.TdClassName
{
border-color: #424935;
}
.TagClassName
{
border-color: #424935;
}
</style>