Shades of Cabbage Pont #4B5841
Tints of Cabbage Pont #4B5841
RGB
CMYK
RGB Variations
Color information
#4B5841 (or 0x4B5841) is known color: Cabbage Pont. HEX triplet: 4B, 58 and 41. RGB value is (75,88,65). Sum of RGB (Red+Green+Blue) = 75+88+65=228 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.89% from 228); Green value is 88 (34.77% from 255 or 38.60% from 228); Blue value is 65 (25.78% from 255 or 28.51% from 228); Max value from RGB is 88 - color contains mainly: green. Hex color #4B5841 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5841 is #B4A7BE. Grayscale: #515151. Windows color (decimal): -11839423 or 4282443. OLE color: 4282443.
HSL color Cylindrical-coordinate representation of color #4B5841: hue angle of 93.91º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4B5841 is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 75 | 88 | 65 | - |
| CMYK | 0.15 | 0 | 0.26 | 0.65 |
| HSL | 93.91º | 0.15% | 0.3% | - |
| HSV(B) | 93.91º | 0.26% | 0.35% | - |
| XYZ | 7.35 | 8.86 | 6.32 | - |
| YUV | 81.49 | 118.69 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 88 | 65 | 0.15 | 0 | 0.26 | 0.65 | 93.91 | 0.15 | 0.3 |
| Hex | 4B | 58 | 41 | F | 0 | 1A | 41 | 5E | F | 1E |
| Octal | 113 | 130 | 101 | 17 | 0 | 32 | 101 | 136 | 17 | 36 |
| Binary | 1001011 | 1011000 | 1000001 | 1111 | 0 | 11010 | 1000001 | 1011110 | 1111 | 11110 |
Color Harmonies of #4B5841
Complementary color
Monochromatic Colors of #4B5841
Black with #4B5841
Text Example
Text Example
White with #4B5841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5841; }
p { color: rgb(75,88,65); }
H1.HeaderClassName
{
color: #4B5841;
}
.AnyTagClassName
{
color: #4B5841;
}
</style>
background-color css
<style>
a { background-color: #4B5841; }
a { background-color: rgb(75,88,65); }
div.DivClassName
{
background-color: #4B5841;
}
.BgClassName
{
background-color: #4B5841;
}
</style>
border-color css
<style>
span { border-color: #4B5841; }
span { border-color: rgb(75,88,65); }
td.TdClassName
{
border-color: #4B5841;
}
.TagClassName
{
border-color: #4B5841;
}
</style>