Shades of Clover #4B592F
Tints of Clover #4B592F
RGB
CMYK
RGB Variations
Color information
#4B592F (or 0x4B592F) is known color: Clover. HEX triplet: 4B, 59 and 2F. RGB value is (75,89,47). Sum of RGB (Red+Green+Blue) = 75+89+47=211 (27% of max value = 765). Red value is 75 (29.69% from 255 or 35.55% from 211); Green value is 89 (35.16% from 255 or 42.18% from 211); Blue value is 47 (18.75% from 255 or 22.27% from 211); Max value from RGB is 89 - color contains mainly: green. Hex color #4B592F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B592F is #B4A6D0. Grayscale: #505050. Windows color (decimal): -11839185 or 3103051. OLE color: 3103051.
HSL color Cylindrical-coordinate representation of color #4B592F: hue angle of 80º 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 #4B592F is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 75 | 89 | 47 | - |
| CMYK | 0.16 | 0 | 0.47 | 0.65 |
| HSL | 80º | 0.31% | 0.27% | - |
| HSV(B) | 80º | 0.47% | 0.35% | - |
| XYZ | 6.99 | 8.85 | 4.03 | - |
| YUV | 80.03 | 109.36 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 89 | 47 | 0.16 | 0 | 0.47 | 0.65 | 80 | 0.31 | 0.27 |
| Hex | 4B | 59 | 2F | 10 | 0 | 2F | 41 | 50 | 1F | 1B |
| Octal | 113 | 131 | 57 | 20 | 0 | 57 | 101 | 120 | 37 | 33 |
| Binary | 1001011 | 1011001 | 101111 | 10000 | 0 | 101111 | 1000001 | 1010000 | 11111 | 11011 |
Color Harmonies of #4B592F
Complementary color
Monochromatic Colors of #4B592F
Black with #4B592F
Text Example
Text Example
White with #4B592F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B592F; }
p { color: rgb(75,89,47); }
H1.HeaderClassName
{
color: #4B592F;
}
.AnyTagClassName
{
color: #4B592F;
}
</style>
background-color css
<style>
a { background-color: #4B592F; }
a { background-color: rgb(75,89,47); }
div.DivClassName
{
background-color: #4B592F;
}
.BgClassName
{
background-color: #4B592F;
}
</style>
border-color css
<style>
span { border-color: #4B592F; }
span { border-color: rgb(75,89,47); }
td.TdClassName
{
border-color: #4B592F;
}
.TagClassName
{
border-color: #4B592F;
}
</style>