Shades of Clover #4A6022
Tints of Clover #4A6022
RGB
CMYK
RGB Variations
Color information
#4A6022 (or 0x4A6022) is known color: Clover. HEX triplet: 4A, 60 and 22. RGB value is (74,96,34). Sum of RGB (Red+Green+Blue) = 74+96+34=204 (27% of max value = 765). Red value is 74 (29.30% from 255 or 36.27% from 204); Green value is 96 (37.89% from 255 or 47.06% from 204); Blue value is 34 (13.67% from 255 or 16.67% from 204); Max value from RGB is 96 - color contains mainly: green. Hex color #4A6022 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6022 is #B59FDD. Grayscale: #525252. Windows color (decimal): -11902942 or 2252874. OLE color: 2252874.
HSL color Cylindrical-coordinate representation of color #4A6022: hue angle of 81.29º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4A6022 is Cyan = 0.23, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 74 | 96 | 34 | - |
| CMYK | 0.23 | 0 | 0.65 | 0.62 |
| HSL | 81.29º | 0.48% | 0.25% | - |
| HSV(B) | 81.29º | 0.65% | 0.38% | - |
| XYZ | 7.3 | 9.94 | 3.05 | - |
| YUV | 82.35 | 100.71 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 96 | 34 | 0.23 | 0 | 0.65 | 0.62 | 81.29 | 0.48 | 0.25 |
| Hex | 4A | 60 | 22 | 17 | 0 | 41 | 3E | 51 | 30 | 19 |
| Octal | 112 | 140 | 42 | 27 | 0 | 101 | 76 | 121 | 60 | 31 |
| Binary | 1001010 | 1100000 | 100010 | 10111 | 0 | 1000001 | 111110 | 1010001 | 110000 | 11001 |
Color Harmonies of #4A6022
Complementary color
Monochromatic Colors of #4A6022
Black with #4A6022
Text Example
Text Example
White with #4A6022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6022; }
p { color: rgb(74,96,34); }
H1.HeaderClassName
{
color: #4A6022;
}
.AnyTagClassName
{
color: #4A6022;
}
</style>
background-color css
<style>
a { background-color: #4A6022; }
a { background-color: rgb(74,96,34); }
div.DivClassName
{
background-color: #4A6022;
}
.BgClassName
{
background-color: #4A6022;
}
</style>
border-color css
<style>
span { border-color: #4A6022; }
span { border-color: rgb(74,96,34); }
td.TdClassName
{
border-color: #4A6022;
}
.TagClassName
{
border-color: #4A6022;
}
</style>