Shades of Clover #4A592F
Tints of Clover #4A592F
RGB
CMYK
RGB Variations
Color information
#4A592F (or 0x4A592F) is known color: Clover. HEX triplet: 4A, 59 and 2F. RGB value is (74,89,47). Sum of RGB (Red+Green+Blue) = 74+89+47=210 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.24% from 210); Green value is 89 (35.16% from 255 or 42.38% from 210); Blue value is 47 (18.75% from 255 or 22.38% from 210); Max value from RGB is 89 - color contains mainly: green. Hex color #4A592F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A592F is #B5A6D0. Grayscale: #4F4F4F. Windows color (decimal): -11904721 or 3103050. OLE color: 3103050.
HSL color Cylindrical-coordinate representation of color #4A592F: hue angle of 81.43º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4A592F is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 74 | 89 | 47 | - |
| CMYK | 0.17 | 0 | 0.47 | 0.65 |
| HSL | 81.43º | 0.31% | 0.27% | - |
| HSV(B) | 81.43º | 0.47% | 0.35% | - |
| XYZ | 6.91 | 8.81 | 4.02 | - |
| YUV | 79.73 | 109.53 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 89 | 47 | 0.17 | 0 | 0.47 | 0.65 | 81.43 | 0.31 | 0.27 |
| Hex | 4A | 59 | 2F | 11 | 0 | 2F | 41 | 51 | 1F | 1B |
| Octal | 112 | 131 | 57 | 21 | 0 | 57 | 101 | 121 | 37 | 33 |
| Binary | 1001010 | 1011001 | 101111 | 10001 | 0 | 101111 | 1000001 | 1010001 | 11111 | 11011 |
Color Harmonies of #4A592F
Complementary color
Monochromatic Colors of #4A592F
Black with #4A592F
Text Example
Text Example
White with #4A592F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A592F; }
p { color: rgb(74,89,47); }
H1.HeaderClassName
{
color: #4A592F;
}
.AnyTagClassName
{
color: #4A592F;
}
</style>
background-color css
<style>
a { background-color: #4A592F; }
a { background-color: rgb(74,89,47); }
div.DivClassName
{
background-color: #4A592F;
}
.BgClassName
{
background-color: #4A592F;
}
</style>
border-color css
<style>
span { border-color: #4A592F; }
span { border-color: rgb(74,89,47); }
td.TdClassName
{
border-color: #4A592F;
}
.TagClassName
{
border-color: #4A592F;
}
</style>