Shades of Clover #4A5633
Tints of Clover #4A5633
RGB
CMYK
RGB Variations
Color information
#4A5633 (or 0x4A5633) is known color: Clover. HEX triplet: 4A, 56 and 33. RGB value is (74,86,51). Sum of RGB (Red+Green+Blue) = 74+86+51=211 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.07% from 211); Green value is 86 (33.98% from 255 or 40.76% from 211); Blue value is 51 (20.31% from 255 or 24.17% from 211); Max value from RGB is 86 - color contains mainly: green. Hex color #4A5633 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5633 is #B5A9CC. Grayscale: #4E4E4E. Windows color (decimal): -11905485 or 3364426. OLE color: 3364426.
HSL color Cylindrical-coordinate representation of color #4A5633: hue angle of 80.57º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4A5633 is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 74 | 86 | 51 | - |
| CMYK | 0.14 | 0 | 0.41 | 0.66 |
| HSL | 80.57º | 0.26% | 0.27% | - |
| HSV(B) | 80.57º | 0.41% | 0.34% | - |
| XYZ | 6.75 | 8.35 | 4.39 | - |
| YUV | 78.42 | 112.52 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 86 | 51 | 0.14 | 0 | 0.41 | 0.66 | 80.57 | 0.26 | 0.27 |
| Hex | 4A | 56 | 33 | E | 0 | 29 | 42 | 51 | 1A | 1B |
| Octal | 112 | 126 | 63 | 16 | 0 | 51 | 102 | 121 | 32 | 33 |
| Binary | 1001010 | 1010110 | 110011 | 1110 | 0 | 101001 | 1000010 | 1010001 | 11010 | 11011 |
Color Harmonies of #4A5633
Complementary color
Monochromatic Colors of #4A5633
Black with #4A5633
Text Example
Text Example
White with #4A5633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5633; }
p { color: rgb(74,86,51); }
H1.HeaderClassName
{
color: #4A5633;
}
.AnyTagClassName
{
color: #4A5633;
}
</style>
background-color css
<style>
a { background-color: #4A5633; }
a { background-color: rgb(74,86,51); }
div.DivClassName
{
background-color: #4A5633;
}
.BgClassName
{
background-color: #4A5633;
}
</style>
border-color css
<style>
span { border-color: #4A5633; }
span { border-color: rgb(74,86,51); }
td.TdClassName
{
border-color: #4A5633;
}
.TagClassName
{
border-color: #4A5633;
}
</style>