Shades of Cabbage Pont #4B5B42
Tints of Cabbage Pont #4B5B42
RGB
CMYK
RGB Variations
Color information
#4B5B42 (or 0x4B5B42) is known color: Cabbage Pont. HEX triplet: 4B, 5B and 42. RGB value is (75,91,66). Sum of RGB (Red+Green+Blue) = 75+91+66=232 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.33% from 232); Green value is 91 (35.94% from 255 or 39.22% from 232); Blue value is 66 (26.17% from 255 or 28.45% from 232); Max value from RGB is 91 - color contains mainly: green. Hex color #4B5B42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5B42 is #B4A4BD. Grayscale: #535353. Windows color (decimal): -11838654 or 4348747. OLE color: 4348747.
HSL color Cylindrical-coordinate representation of color #4B5B42: hue angle of 98.4º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4B5B42 is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 75 | 91 | 66 | - |
| CMYK | 0.18 | 0 | 0.27 | 0.64 |
| HSL | 98.4º | 0.16% | 0.31% | - |
| HSV(B) | 98.4º | 0.27% | 0.36% | - |
| XYZ | 7.63 | 9.37 | 6.56 | - |
| YUV | 83.37 | 118.2 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 91 | 66 | 0.18 | 0 | 0.27 | 0.64 | 98.4 | 0.16 | 0.31 |
| Hex | 4B | 5B | 42 | 12 | 0 | 1B | 40 | 62 | 10 | 1F |
| Octal | 113 | 133 | 102 | 22 | 0 | 33 | 100 | 142 | 20 | 37 |
| Binary | 1001011 | 1011011 | 1000010 | 10010 | 0 | 11011 | 1000000 | 1100010 | 10000 | 11111 |
Color Harmonies of #4B5B42
Complementary color
Monochromatic Colors of #4B5B42
Black with #4B5B42
Text Example
Text Example
White with #4B5B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5B42; }
p { color: rgb(75,91,66); }
H1.HeaderClassName
{
color: #4B5B42;
}
.AnyTagClassName
{
color: #4B5B42;
}
</style>
background-color css
<style>
a { background-color: #4B5B42; }
a { background-color: rgb(75,91,66); }
div.DivClassName
{
background-color: #4B5B42;
}
.BgClassName
{
background-color: #4B5B42;
}
</style>
border-color css
<style>
span { border-color: #4B5B42; }
span { border-color: rgb(75,91,66); }
td.TdClassName
{
border-color: #4B5B42;
}
.TagClassName
{
border-color: #4B5B42;
}
</style>