Shades of Clover #4B6025
Tints of Clover #4B6025
RGB
CMYK
RGB Variations
Color information
#4B6025 (or 0x4B6025) is known color: Clover. HEX triplet: 4B, 60 and 25. RGB value is (75,96,37). Sum of RGB (Red+Green+Blue) = 75+96+37=208 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.06% from 208); Green value is 96 (37.89% from 255 or 46.15% from 208); Blue value is 37 (14.84% from 255 or 17.79% from 208); Max value from RGB is 96 - color contains mainly: green. Hex color #4B6025 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B6025 is #B49FDA. Grayscale: #535353. Windows color (decimal): -11837403 or 2449483. OLE color: 2449483.
HSL color Cylindrical-coordinate representation of color #4B6025: hue angle of 81.36º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4B6025 is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 75 | 96 | 37 | - |
| CMYK | 0.22 | 0 | 0.61 | 0.62 |
| HSL | 81.36º | 0.44% | 0.26% | - |
| HSV(B) | 81.36º | 0.61% | 0.38% | - |
| XYZ | 7.42 | 10 | 3.29 | - |
| YUV | 83 | 102.04 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 96 | 37 | 0.22 | 0 | 0.61 | 0.62 | 81.36 | 0.44 | 0.26 |
| Hex | 4B | 60 | 25 | 16 | 0 | 3D | 3E | 51 | 2C | 1A |
| Octal | 113 | 140 | 45 | 26 | 0 | 75 | 76 | 121 | 54 | 32 |
| Binary | 1001011 | 1100000 | 100101 | 10110 | 0 | 111101 | 111110 | 1010001 | 101100 | 11010 |
Color Harmonies of #4B6025
Complementary color
Monochromatic Colors of #4B6025
Black with #4B6025
Text Example
Text Example
White with #4B6025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6025; }
p { color: rgb(75,96,37); }
H1.HeaderClassName
{
color: #4B6025;
}
.AnyTagClassName
{
color: #4B6025;
}
</style>
background-color css
<style>
a { background-color: #4B6025; }
a { background-color: rgb(75,96,37); }
div.DivClassName
{
background-color: #4B6025;
}
.BgClassName
{
background-color: #4B6025;
}
</style>
border-color css
<style>
span { border-color: #4B6025; }
span { border-color: rgb(75,96,37); }
td.TdClassName
{
border-color: #4B6025;
}
.TagClassName
{
border-color: #4B6025;
}
</style>