Shades of Cabbage Pont #4B5942
Tints of Cabbage Pont #4B5942
RGB
CMYK
RGB Variations
Color information
#4B5942 (or 0x4B5942) is known color: Cabbage Pont. HEX triplet: 4B, 59 and 42. RGB value is (75,89,66). Sum of RGB (Red+Green+Blue) = 75+89+66=230 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.61% from 230); Green value is 89 (35.16% from 255 or 38.70% from 230); Blue value is 66 (26.17% from 255 or 28.70% from 230); Max value from RGB is 89 - color contains mainly: green. Hex color #4B5942 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5942 is #B4A6BD. Grayscale: #525252. Windows color (decimal): -11839166 or 4348235. OLE color: 4348235.
HSL color Cylindrical-coordinate representation of color #4B5942: hue angle of 96.52º 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 #4B5942 is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 75 | 89 | 66 | - |
| CMYK | 0.16 | 0 | 0.26 | 0.65 |
| HSL | 96.52º | 0.15% | 0.3% | - |
| HSV(B) | 96.52º | 0.26% | 0.35% | - |
| XYZ | 7.46 | 9.03 | 6.5 | - |
| YUV | 82.19 | 118.86 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 89 | 66 | 0.16 | 0 | 0.26 | 0.65 | 96.52 | 0.15 | 0.3 |
| Hex | 4B | 59 | 42 | 10 | 0 | 1A | 41 | 61 | F | 1E |
| Octal | 113 | 131 | 102 | 20 | 0 | 32 | 101 | 141 | 17 | 36 |
| Binary | 1001011 | 1011001 | 1000010 | 10000 | 0 | 11010 | 1000001 | 1100001 | 1111 | 11110 |
Color Harmonies of #4B5942
Complementary color
Monochromatic Colors of #4B5942
Black with #4B5942
Text Example
Text Example
White with #4B5942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5942; }
p { color: rgb(75,89,66); }
H1.HeaderClassName
{
color: #4B5942;
}
.AnyTagClassName
{
color: #4B5942;
}
</style>
background-color css
<style>
a { background-color: #4B5942; }
a { background-color: rgb(75,89,66); }
div.DivClassName
{
background-color: #4B5942;
}
.BgClassName
{
background-color: #4B5942;
}
</style>
border-color css
<style>
span { border-color: #4B5942; }
span { border-color: rgb(75,89,66); }
td.TdClassName
{
border-color: #4B5942;
}
.TagClassName
{
border-color: #4B5942;
}
</style>