Shades of Cabbage Pont #4D5943
Tints of Cabbage Pont #4D5943
RGB
CMYK
RGB Variations
Color information
#4D5943 (or 0x4D5943) is known color: Cabbage Pont. HEX triplet: 4D, 59 and 43. RGB value is (77,89,67). Sum of RGB (Red+Green+Blue) = 77+89+67=233 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.05% from 233); Green value is 89 (35.16% from 255 or 38.20% from 233); Blue value is 67 (26.56% from 255 or 28.76% from 233); Max value from RGB is 89 - color contains mainly: green. Hex color #4D5943 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5943 is #B2A6BC. Grayscale: #525252. Windows color (decimal): -11708093 or 4413773. OLE color: 4413773.
HSL color Cylindrical-coordinate representation of color #4D5943: hue angle of 92.73º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4D5943 is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 77 | 89 | 67 | - |
| CMYK | 0.13 | 0 | 0.25 | 0.65 |
| HSL | 92.73º | 0.14% | 0.31% | - |
| HSV(B) | 92.73º | 0.25% | 0.35% | - |
| XYZ | 7.65 | 9.13 | 6.67 | - |
| YUV | 82.9 | 119.02 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 89 | 67 | 0.13 | 0 | 0.25 | 0.65 | 92.73 | 0.14 | 0.31 |
| Hex | 4D | 59 | 43 | D | 0 | 19 | 41 | 5D | E | 1F |
| Octal | 115 | 131 | 103 | 15 | 0 | 31 | 101 | 135 | 16 | 37 |
| Binary | 1001101 | 1011001 | 1000011 | 1101 | 0 | 11001 | 1000001 | 1011101 | 1110 | 11111 |
Color Harmonies of #4D5943
Complementary color
Monochromatic Colors of #4D5943
Black with #4D5943
Text Example
Text Example
White with #4D5943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5943; }
p { color: rgb(77,89,67); }
H1.HeaderClassName
{
color: #4D5943;
}
.AnyTagClassName
{
color: #4D5943;
}
</style>
background-color css
<style>
a { background-color: #4D5943; }
a { background-color: rgb(77,89,67); }
div.DivClassName
{
background-color: #4D5943;
}
.BgClassName
{
background-color: #4D5943;
}
</style>
border-color css
<style>
span { border-color: #4D5943; }
span { border-color: rgb(77,89,67); }
td.TdClassName
{
border-color: #4D5943;
}
.TagClassName
{
border-color: #4D5943;
}
</style>