Shades of Clover #424F33
Tints of Clover #424F33
RGB
CMYK
RGB Variations
Color information
#424F33 (or 0x424F33) is known color: Clover. HEX triplet: 42, 4F and 33. RGB value is (66,79,51). Sum of RGB (Red+Green+Blue) = 66+79+51=196 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.67% from 196); Green value is 79 (31.25% from 255 or 40.31% from 196); Blue value is 51 (20.31% from 255 or 26.02% from 196); Max value from RGB is 79 - color contains mainly: green. Hex color #424F33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #424F33 is #BDB0CC. Grayscale: #484848. Windows color (decimal): -12431565 or 3362626. OLE color: 3362626.
HSL color Cylindrical-coordinate representation of color #424F33: hue angle of 87.86º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #424F33 is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 66 | 79 | 51 | - |
| CMYK | 0.16 | 0 | 0.35 | 0.69 |
| HSL | 87.86º | 0.22% | 0.25% | - |
| HSV(B) | 87.86º | 0.35% | 0.31% | - |
| XYZ | 5.64 | 6.99 | 4.18 | - |
| YUV | 71.92 | 116.19 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 79 | 51 | 0.16 | 0 | 0.35 | 0.69 | 87.86 | 0.22 | 0.25 |
| Hex | 42 | 4F | 33 | 10 | 0 | 23 | 45 | 58 | 16 | 19 |
| Octal | 102 | 117 | 63 | 20 | 0 | 43 | 105 | 130 | 26 | 31 |
| Binary | 1000010 | 1001111 | 110011 | 10000 | 0 | 100011 | 1000101 | 1011000 | 10110 | 11001 |
Color Harmonies of #424F33
Complementary color
Monochromatic Colors of #424F33
Black with #424F33
Text Example
Text Example
White with #424F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424F33; }
p { color: rgb(66,79,51); }
H1.HeaderClassName
{
color: #424F33;
}
.AnyTagClassName
{
color: #424F33;
}
</style>
background-color css
<style>
a { background-color: #424F33; }
a { background-color: rgb(66,79,51); }
div.DivClassName
{
background-color: #424F33;
}
.BgClassName
{
background-color: #424F33;
}
</style>
border-color css
<style>
span { border-color: #424F33; }
span { border-color: rgb(66,79,51); }
td.TdClassName
{
border-color: #424F33;
}
.TagClassName
{
border-color: #424F33;
}
</style>