Shades of Clover #4A542F
Tints of Clover #4A542F
RGB
CMYK
RGB Variations
Color information
#4A542F (or 0x4A542F) is known color: Clover. HEX triplet: 4A, 54 and 2F. RGB value is (74,84,47). Sum of RGB (Red+Green+Blue) = 74+84+47=205 (27% of max value = 765). Red value is 74 (29.30% from 255 or 36.10% from 205); Green value is 84 (33.20% from 255 or 40.98% from 205); Blue value is 47 (18.75% from 255 or 22.93% from 205); Max value from RGB is 84 - color contains mainly: green. Hex color #4A542F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A542F is #B5ABD0. Grayscale: #4C4C4C. Windows color (decimal): -11906001 or 3101770. OLE color: 3101770.
HSL color Cylindrical-coordinate representation of color #4A542F: hue angle of 76.22º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4A542F is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 74 | 84 | 47 | - |
| CMYK | 0.12 | 0 | 0.44 | 0.67 |
| HSL | 76.22º | 0.28% | 0.26% | - |
| HSV(B) | 76.22º | 0.44% | 0.33% | - |
| XYZ | 6.51 | 8 | 3.89 | - |
| YUV | 76.79 | 111.19 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 84 | 47 | 0.12 | 0 | 0.44 | 0.67 | 76.22 | 0.28 | 0.26 |
| Hex | 4A | 54 | 2F | C | 0 | 2C | 43 | 4C | 1C | 1A |
| Octal | 112 | 124 | 57 | 14 | 0 | 54 | 103 | 114 | 34 | 32 |
| Binary | 1001010 | 1010100 | 101111 | 1100 | 0 | 101100 | 1000011 | 1001100 | 11100 | 11010 |
Color Harmonies of #4A542F
Complementary color
Monochromatic Colors of #4A542F
Black with #4A542F
Text Example
Text Example
White with #4A542F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A542F; }
p { color: rgb(74,84,47); }
H1.HeaderClassName
{
color: #4A542F;
}
.AnyTagClassName
{
color: #4A542F;
}
</style>
background-color css
<style>
a { background-color: #4A542F; }
a { background-color: rgb(74,84,47); }
div.DivClassName
{
background-color: #4A542F;
}
.BgClassName
{
background-color: #4A542F;
}
</style>
border-color css
<style>
span { border-color: #4A542F; }
span { border-color: rgb(74,84,47); }
td.TdClassName
{
border-color: #4A542F;
}
.TagClassName
{
border-color: #4A542F;
}
</style>