Shades of Clover #4A582B
Tints of Clover #4A582B
RGB
CMYK
RGB Variations
Color information
#4A582B (or 0x4A582B) is known color: Clover. HEX triplet: 4A, 58 and 2B. RGB value is (74,88,43). Sum of RGB (Red+Green+Blue) = 74+88+43=205 (27% of max value = 765). Red value is 74 (29.30% from 255 or 36.10% from 205); Green value is 88 (34.77% from 255 or 42.93% from 205); Blue value is 43 (17.19% from 255 or 20.98% from 205); Max value from RGB is 88 - color contains mainly: green. Hex color #4A582B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A582B is #B5A7D4. Grayscale: #4E4E4E. Windows color (decimal): -11904981 or 2840650. OLE color: 2840650.
HSL color Cylindrical-coordinate representation of color #4A582B: hue angle of 78.67º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4A582B is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 74 | 88 | 43 | - |
| CMYK | 0.16 | 0 | 0.51 | 0.65 |
| HSL | 78.67º | 0.34% | 0.26% | - |
| HSV(B) | 78.67º | 0.51% | 0.35% | - |
| XYZ | 6.75 | 8.61 | 3.59 | - |
| YUV | 78.68 | 107.86 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 88 | 43 | 0.16 | 0 | 0.51 | 0.65 | 78.67 | 0.34 | 0.26 |
| Hex | 4A | 58 | 2B | 10 | 0 | 33 | 41 | 4F | 22 | 1A |
| Octal | 112 | 130 | 53 | 20 | 0 | 63 | 101 | 117 | 42 | 32 |
| Binary | 1001010 | 1011000 | 101011 | 10000 | 0 | 110011 | 1000001 | 1001111 | 100010 | 11010 |
Color Harmonies of #4A582B
Complementary color
Monochromatic Colors of #4A582B
Black with #4A582B
Text Example
Text Example
White with #4A582B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A582B; }
p { color: rgb(74,88,43); }
H1.HeaderClassName
{
color: #4A582B;
}
.AnyTagClassName
{
color: #4A582B;
}
</style>
background-color css
<style>
a { background-color: #4A582B; }
a { background-color: rgb(74,88,43); }
div.DivClassName
{
background-color: #4A582B;
}
.BgClassName
{
background-color: #4A582B;
}
</style>
border-color css
<style>
span { border-color: #4A582B; }
span { border-color: rgb(74,88,43); }
td.TdClassName
{
border-color: #4A582B;
}
.TagClassName
{
border-color: #4A582B;
}
</style>