Shades of Clover #4A602B
Tints of Clover #4A602B
RGB
CMYK
RGB Variations
Color information
#4A602B (or 0x4A602B) is known color: Clover. HEX triplet: 4A, 60 and 2B. RGB value is (74,96,43). Sum of RGB (Red+Green+Blue) = 74+96+43=213 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.74% from 213); Green value is 96 (37.89% from 255 or 45.07% from 213); Blue value is 43 (17.19% from 255 or 20.19% from 213); Max value from RGB is 96 - color contains mainly: green. Hex color #4A602B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A602B is #B59FD4. Grayscale: #535353. Windows color (decimal): -11902933 or 2842698. OLE color: 2842698.
HSL color Cylindrical-coordinate representation of color #4A602B: hue angle of 84.91º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4A602B is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 74 | 96 | 43 | - |
| CMYK | 0.23 | 0 | 0.55 | 0.62 |
| HSL | 84.91º | 0.38% | 0.27% | - |
| HSV(B) | 84.91º | 0.55% | 0.38% | - |
| XYZ | 7.44 | 10 | 3.82 | - |
| YUV | 83.38 | 105.21 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 96 | 43 | 0.23 | 0 | 0.55 | 0.62 | 84.91 | 0.38 | 0.27 |
| Hex | 4A | 60 | 2B | 17 | 0 | 37 | 3E | 55 | 26 | 1B |
| Octal | 112 | 140 | 53 | 27 | 0 | 67 | 76 | 125 | 46 | 33 |
| Binary | 1001010 | 1100000 | 101011 | 10111 | 0 | 110111 | 111110 | 1010101 | 100110 | 11011 |
Color Harmonies of #4A602B
Complementary color
Monochromatic Colors of #4A602B
Black with #4A602B
Text Example
Text Example
White with #4A602B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A602B; }
p { color: rgb(74,96,43); }
H1.HeaderClassName
{
color: #4A602B;
}
.AnyTagClassName
{
color: #4A602B;
}
</style>
background-color css
<style>
a { background-color: #4A602B; }
a { background-color: rgb(74,96,43); }
div.DivClassName
{
background-color: #4A602B;
}
.BgClassName
{
background-color: #4A602B;
}
</style>
border-color css
<style>
span { border-color: #4A602B; }
span { border-color: rgb(74,96,43); }
td.TdClassName
{
border-color: #4A602B;
}
.TagClassName
{
border-color: #4A602B;
}
</style>