Shades of Clover #4A5538
Tints of Clover #4A5538
RGB
CMYK
RGB Variations
Color information
#4A5538 (or 0x4A5538) is known color: Clover. HEX triplet: 4A, 55 and 38. RGB value is (74,85,56). Sum of RGB (Red+Green+Blue) = 74+85+56=215 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.42% from 215); Green value is 85 (33.59% from 255 or 39.53% from 215); Blue value is 56 (22.27% from 255 or 26.05% from 215); Max value from RGB is 85 - color contains mainly: green. Hex color #4A5538 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5538 is #B5AAC7. Grayscale: #4E4E4E. Windows color (decimal): -11905736 or 3691850. OLE color: 3691850.
HSL color Cylindrical-coordinate representation of color #4A5538: hue angle of 82.76º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4A5538 is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 74 | 85 | 56 | - |
| CMYK | 0.13 | 0 | 0.34 | 0.67 |
| HSL | 82.76º | 0.21% | 0.28% | - |
| HSV(B) | 82.76º | 0.34% | 0.33% | - |
| XYZ | 6.79 | 8.24 | 4.97 | - |
| YUV | 78.41 | 115.36 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 85 | 56 | 0.13 | 0 | 0.34 | 0.67 | 82.76 | 0.21 | 0.28 |
| Hex | 4A | 55 | 38 | D | 0 | 22 | 43 | 53 | 15 | 1C |
| Octal | 112 | 125 | 70 | 15 | 0 | 42 | 103 | 123 | 25 | 34 |
| Binary | 1001010 | 1010101 | 111000 | 1101 | 0 | 100010 | 1000011 | 1010011 | 10101 | 11100 |
Color Harmonies of #4A5538
Complementary color
Monochromatic Colors of #4A5538
Black with #4A5538
Text Example
Text Example
White with #4A5538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5538; }
p { color: rgb(74,85,56); }
H1.HeaderClassName
{
color: #4A5538;
}
.AnyTagClassName
{
color: #4A5538;
}
</style>
background-color css
<style>
a { background-color: #4A5538; }
a { background-color: rgb(74,85,56); }
div.DivClassName
{
background-color: #4A5538;
}
.BgClassName
{
background-color: #4A5538;
}
</style>
border-color css
<style>
span { border-color: #4A5538; }
span { border-color: rgb(74,85,56); }
td.TdClassName
{
border-color: #4A5538;
}
.TagClassName
{
border-color: #4A5538;
}
</style>