Shades of Clover #424F32
Tints of Clover #424F32
RGB
CMYK
RGB Variations
Color information
#424F32 (or 0x424F32) is known color: Clover. HEX triplet: 42, 4F and 32. RGB value is (66,79,50). Sum of RGB (Red+Green+Blue) = 66+79+50=195 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.85% from 195); Green value is 79 (31.25% from 255 or 40.51% from 195); Blue value is 50 (19.92% from 255 or 25.64% from 195); Max value from RGB is 79 - color contains mainly: green. Hex color #424F32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #424F32 is #BDB0CD. Grayscale: #474747. Windows color (decimal): -12431566 or 3297090. OLE color: 3297090.
HSL color Cylindrical-coordinate representation of color #424F32: hue angle of 86.9º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #424F32 is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 66 | 79 | 50 | - |
| CMYK | 0.16 | 0 | 0.37 | 0.69 |
| HSL | 86.9º | 0.22% | 0.25% | - |
| HSV(B) | 86.9º | 0.37% | 0.31% | - |
| XYZ | 5.62 | 6.98 | 4.07 | - |
| YUV | 71.81 | 115.69 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 79 | 50 | 0.16 | 0 | 0.37 | 0.69 | 86.9 | 0.22 | 0.25 |
| Hex | 42 | 4F | 32 | 10 | 0 | 25 | 45 | 57 | 16 | 19 |
| Octal | 102 | 117 | 62 | 20 | 0 | 45 | 105 | 127 | 26 | 31 |
| Binary | 1000010 | 1001111 | 110010 | 10000 | 0 | 100101 | 1000101 | 1010111 | 10110 | 11001 |
Color Harmonies of #424F32
Complementary color
Monochromatic Colors of #424F32
Black with #424F32
Text Example
Text Example
White with #424F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424F32; }
p { color: rgb(66,79,50); }
H1.HeaderClassName
{
color: #424F32;
}
.AnyTagClassName
{
color: #424F32;
}
</style>
background-color css
<style>
a { background-color: #424F32; }
a { background-color: rgb(66,79,50); }
div.DivClassName
{
background-color: #424F32;
}
.BgClassName
{
background-color: #424F32;
}
</style>
border-color css
<style>
span { border-color: #424F32; }
span { border-color: rgb(66,79,50); }
td.TdClassName
{
border-color: #424F32;
}
.TagClassName
{
border-color: #424F32;
}
</style>