Shades of Clover #4B542F
Tints of Clover #4B542F
RGB
CMYK
RGB Variations
Color information
#4B542F (or 0x4B542F) is known color: Clover. HEX triplet: 4B, 54 and 2F. RGB value is (75,84,47). Sum of RGB (Red+Green+Blue) = 75+84+47=206 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.41% from 206); Green value is 84 (33.20% from 255 or 40.78% from 206); Blue value is 47 (18.75% from 255 or 22.82% from 206); Max value from RGB is 84 - color contains mainly: green. Hex color #4B542F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B542F is #B4ABD0. Grayscale: #4D4D4D. Windows color (decimal): -11840465 or 3101771. OLE color: 3101771.
HSL color Cylindrical-coordinate representation of color #4B542F: hue angle of 74.59º 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 #4B542F is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 75 | 84 | 47 | - |
| CMYK | 0.11 | 0 | 0.44 | 0.67 |
| HSL | 74.59º | 0.28% | 0.26% | - |
| HSV(B) | 74.59º | 0.44% | 0.33% | - |
| XYZ | 6.59 | 8.04 | 3.89 | - |
| YUV | 77.09 | 111.02 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 84 | 47 | 0.11 | 0 | 0.44 | 0.67 | 74.59 | 0.28 | 0.26 |
| Hex | 4B | 54 | 2F | B | 0 | 2C | 43 | 4B | 1C | 1A |
| Octal | 113 | 124 | 57 | 13 | 0 | 54 | 103 | 113 | 34 | 32 |
| Binary | 1001011 | 1010100 | 101111 | 1011 | 0 | 101100 | 1000011 | 1001011 | 11100 | 11010 |
Color Harmonies of #4B542F
Complementary color
Monochromatic Colors of #4B542F
Black with #4B542F
Text Example
Text Example
White with #4B542F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B542F; }
p { color: rgb(75,84,47); }
H1.HeaderClassName
{
color: #4B542F;
}
.AnyTagClassName
{
color: #4B542F;
}
</style>
background-color css
<style>
a { background-color: #4B542F; }
a { background-color: rgb(75,84,47); }
div.DivClassName
{
background-color: #4B542F;
}
.BgClassName
{
background-color: #4B542F;
}
</style>
border-color css
<style>
span { border-color: #4B542F; }
span { border-color: rgb(75,84,47); }
td.TdClassName
{
border-color: #4B542F;
}
.TagClassName
{
border-color: #4B542F;
}
</style>