Shades of Clover #424F2B
Tints of Clover #424F2B
RGB
CMYK
RGB Variations
Color information
#424F2B (or 0x424F2B) is known color: Clover. HEX triplet: 42, 4F and 2B. RGB value is (66,79,43). Sum of RGB (Red+Green+Blue) = 66+79+43=188 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.11% from 188); Green value is 79 (31.25% from 255 or 42.02% from 188); Blue value is 43 (17.19% from 255 or 22.87% from 188); Max value from RGB is 79 - color contains mainly: green. Hex color #424F2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #424F2B is #BDB0D4. Grayscale: #474747. Windows color (decimal): -12431573 or 2838338. OLE color: 2838338.
HSL color Cylindrical-coordinate representation of color #424F2B: hue angle of 81.67º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #424F2B is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 66 | 79 | 43 | - |
| CMYK | 0.16 | 0 | 0.46 | 0.69 |
| HSL | 81.67º | 0.3% | 0.24% | - |
| HSV(B) | 81.67º | 0.46% | 0.31% | - |
| XYZ | 5.48 | 6.92 | 3.33 | - |
| YUV | 71.01 | 112.19 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 79 | 43 | 0.16 | 0 | 0.46 | 0.69 | 81.67 | 0.3 | 0.24 |
| Hex | 42 | 4F | 2B | 10 | 0 | 2E | 45 | 52 | 1E | 18 |
| Octal | 102 | 117 | 53 | 20 | 0 | 56 | 105 | 122 | 36 | 30 |
| Binary | 1000010 | 1001111 | 101011 | 10000 | 0 | 101110 | 1000101 | 1010010 | 11110 | 11000 |
Color Harmonies of #424F2B
Complementary color
Monochromatic Colors of #424F2B
Black with #424F2B
Text Example
Text Example
White with #424F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424F2B; }
p { color: rgb(66,79,43); }
H1.HeaderClassName
{
color: #424F2B;
}
.AnyTagClassName
{
color: #424F2B;
}
</style>
background-color css
<style>
a { background-color: #424F2B; }
a { background-color: rgb(66,79,43); }
div.DivClassName
{
background-color: #424F2B;
}
.BgClassName
{
background-color: #424F2B;
}
</style>
border-color css
<style>
span { border-color: #424F2B; }
span { border-color: rgb(66,79,43); }
td.TdClassName
{
border-color: #424F2B;
}
.TagClassName
{
border-color: #424F2B;
}
</style>