Shades of Cabbage Pont #4B5940
Tints of Cabbage Pont #4B5940
RGB
CMYK
RGB Variations
Color information
#4B5940 (or 0x4B5940) is known color: Cabbage Pont. HEX triplet: 4B, 59 and 40. RGB value is (75,89,64). Sum of RGB (Red+Green+Blue) = 75+89+64=228 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.89% from 228); Green value is 89 (35.16% from 255 or 39.04% from 228); Blue value is 64 (25.39% from 255 or 28.07% from 228); Max value from RGB is 89 - color contains mainly: green. Hex color #4B5940 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5940 is #B4A6BF. Grayscale: #525252. Windows color (decimal): -11839168 or 4217163. OLE color: 4217163.
HSL color Cylindrical-coordinate representation of color #4B5940: hue angle of 93.6º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4B5940 is Cyan = 0.16, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 75 | 89 | 64 | - |
| CMYK | 0.16 | 0 | 0.28 | 0.65 |
| HSL | 93.6º | 0.16% | 0.3% | - |
| HSV(B) | 93.6º | 0.28% | 0.35% | - |
| XYZ | 7.4 | 9.01 | 6.2 | - |
| YUV | 81.96 | 117.86 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 89 | 64 | 0.16 | 0 | 0.28 | 0.65 | 93.6 | 0.16 | 0.3 |
| Hex | 4B | 59 | 40 | 10 | 0 | 1C | 41 | 5E | 10 | 1E |
| Octal | 113 | 131 | 100 | 20 | 0 | 34 | 101 | 136 | 20 | 36 |
| Binary | 1001011 | 1011001 | 1000000 | 10000 | 0 | 11100 | 1000001 | 1011110 | 10000 | 11110 |
Color Harmonies of #4B5940
Complementary color
Monochromatic Colors of #4B5940
Black with #4B5940
Text Example
Text Example
White with #4B5940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5940; }
p { color: rgb(75,89,64); }
H1.HeaderClassName
{
color: #4B5940;
}
.AnyTagClassName
{
color: #4B5940;
}
</style>
background-color css
<style>
a { background-color: #4B5940; }
a { background-color: rgb(75,89,64); }
div.DivClassName
{
background-color: #4B5940;
}
.BgClassName
{
background-color: #4B5940;
}
</style>
border-color css
<style>
span { border-color: #4B5940; }
span { border-color: rgb(75,89,64); }
td.TdClassName
{
border-color: #4B5940;
}
.TagClassName
{
border-color: #4B5940;
}
</style>