Shades of Clover #424F30
Tints of Clover #424F30
RGB
CMYK
RGB Variations
Color information
#424F30 (or 0x424F30) is known color: Clover. HEX triplet: 42, 4F and 30. RGB value is (66,79,48). Sum of RGB (Red+Green+Blue) = 66+79+48=193 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.20% from 193); Green value is 79 (31.25% from 255 or 40.93% from 193); Blue value is 48 (19.14% from 255 or 24.87% from 193); Max value from RGB is 79 - color contains mainly: green. Hex color #424F30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #424F30 is #BDB0CF. Grayscale: #474747. Windows color (decimal): -12431568 or 3166018. OLE color: 3166018.
HSL color Cylindrical-coordinate representation of color #424F30: hue angle of 85.16º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #424F30 is Cyan = 0.16, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 66 | 79 | 48 | - |
| CMYK | 0.16 | 0 | 0.39 | 0.69 |
| HSL | 85.16º | 0.24% | 0.25% | - |
| HSV(B) | 85.16º | 0.39% | 0.31% | - |
| XYZ | 5.58 | 6.96 | 3.85 | - |
| YUV | 71.58 | 114.69 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 79 | 48 | 0.16 | 0 | 0.39 | 0.69 | 85.16 | 0.24 | 0.25 |
| Hex | 42 | 4F | 30 | 10 | 0 | 27 | 45 | 55 | 18 | 19 |
| Octal | 102 | 117 | 60 | 20 | 0 | 47 | 105 | 125 | 30 | 31 |
| Binary | 1000010 | 1001111 | 110000 | 10000 | 0 | 100111 | 1000101 | 1010101 | 11000 | 11001 |
Color Harmonies of #424F30
Complementary color
Monochromatic Colors of #424F30
Black with #424F30
Text Example
Text Example
White with #424F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424F30; }
p { color: rgb(66,79,48); }
H1.HeaderClassName
{
color: #424F30;
}
.AnyTagClassName
{
color: #424F30;
}
</style>
background-color css
<style>
a { background-color: #424F30; }
a { background-color: rgb(66,79,48); }
div.DivClassName
{
background-color: #424F30;
}
.BgClassName
{
background-color: #424F30;
}
</style>
border-color css
<style>
span { border-color: #424F30; }
span { border-color: rgb(66,79,48); }
td.TdClassName
{
border-color: #424F30;
}
.TagClassName
{
border-color: #424F30;
}
</style>