Shades of Cabbage Pont #4D5B43
Tints of Cabbage Pont #4D5B43
RGB
CMYK
RGB Variations
Color information
#4D5B43 (or 0x4D5B43) is known color: Cabbage Pont. HEX triplet: 4D, 5B and 43. RGB value is (77,91,67). Sum of RGB (Red+Green+Blue) = 77+91+67=235 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.77% from 235); Green value is 91 (35.94% from 255 or 38.72% from 235); Blue value is 67 (26.56% from 255 or 28.51% from 235); Max value from RGB is 91 - color contains mainly: green. Hex color #4D5B43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5B43 is #B2A4BC. Grayscale: #545454. Windows color (decimal): -11707581 or 4414285. OLE color: 4414285.
HSL color Cylindrical-coordinate representation of color #4D5B43: hue angle of 95º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4D5B43 is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 77 | 91 | 67 | - |
| CMYK | 0.15 | 0 | 0.26 | 0.64 |
| HSL | 95º | 0.15% | 0.31% | - |
| HSV(B) | 95º | 0.26% | 0.36% | - |
| XYZ | 7.81 | 9.47 | 6.73 | - |
| YUV | 84.08 | 118.36 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 91 | 67 | 0.15 | 0 | 0.26 | 0.64 | 95 | 0.15 | 0.31 |
| Hex | 4D | 5B | 43 | F | 0 | 1A | 40 | 5F | F | 1F |
| Octal | 115 | 133 | 103 | 17 | 0 | 32 | 100 | 137 | 17 | 37 |
| Binary | 1001101 | 1011011 | 1000011 | 1111 | 0 | 11010 | 1000000 | 1011111 | 1111 | 11111 |
Color Harmonies of #4D5B43
Complementary color
Monochromatic Colors of #4D5B43
Black with #4D5B43
Text Example
Text Example
White with #4D5B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5B43; }
p { color: rgb(77,91,67); }
H1.HeaderClassName
{
color: #4D5B43;
}
.AnyTagClassName
{
color: #4D5B43;
}
</style>
background-color css
<style>
a { background-color: #4D5B43; }
a { background-color: rgb(77,91,67); }
div.DivClassName
{
background-color: #4D5B43;
}
.BgClassName
{
background-color: #4D5B43;
}
</style>
border-color css
<style>
span { border-color: #4D5B43; }
span { border-color: rgb(77,91,67); }
td.TdClassName
{
border-color: #4D5B43;
}
.TagClassName
{
border-color: #4D5B43;
}
</style>