Shades of Clover #4B552E
Tints of Clover #4B552E
RGB
CMYK
RGB Variations
Color information
#4B552E (or 0x4B552E) is known color: Clover. HEX triplet: 4B, 55 and 2E. RGB value is (75,85,46). Sum of RGB (Red+Green+Blue) = 75+85+46=206 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.41% from 206); Green value is 85 (33.59% from 255 or 41.26% from 206); Blue value is 46 (18.36% from 255 or 22.33% from 206); Max value from RGB is 85 - color contains mainly: green. Hex color #4B552E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B552E is #B4AAD1. Grayscale: #4D4D4D. Windows color (decimal): -11840210 or 3036491. OLE color: 3036491.
HSL color Cylindrical-coordinate representation of color #4B552E: hue angle of 75.38º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4B552E is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 75 | 85 | 46 | - |
| CMYK | 0.12 | 0 | 0.46 | 0.67 |
| HSL | 75.38º | 0.3% | 0.26% | - |
| HSV(B) | 75.38º | 0.46% | 0.33% | - |
| XYZ | 6.64 | 8.19 | 3.82 | - |
| YUV | 77.56 | 110.19 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 85 | 46 | 0.12 | 0 | 0.46 | 0.67 | 75.38 | 0.3 | 0.26 |
| Hex | 4B | 55 | 2E | C | 0 | 2E | 43 | 4B | 1E | 1A |
| Octal | 113 | 125 | 56 | 14 | 0 | 56 | 103 | 113 | 36 | 32 |
| Binary | 1001011 | 1010101 | 101110 | 1100 | 0 | 101110 | 1000011 | 1001011 | 11110 | 11010 |
Color Harmonies of #4B552E
Complementary color
Monochromatic Colors of #4B552E
Black with #4B552E
Text Example
Text Example
White with #4B552E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B552E; }
p { color: rgb(75,85,46); }
H1.HeaderClassName
{
color: #4B552E;
}
.AnyTagClassName
{
color: #4B552E;
}
</style>
background-color css
<style>
a { background-color: #4B552E; }
a { background-color: rgb(75,85,46); }
div.DivClassName
{
background-color: #4B552E;
}
.BgClassName
{
background-color: #4B552E;
}
</style>
border-color css
<style>
span { border-color: #4B552E; }
span { border-color: rgb(75,85,46); }
td.TdClassName
{
border-color: #4B552E;
}
.TagClassName
{
border-color: #4B552E;
}
</style>