Shades of Cabbage Pont #4D5A42
Tints of Cabbage Pont #4D5A42
RGB
CMYK
RGB Variations
Color information
#4D5A42 (or 0x4D5A42) is known color: Cabbage Pont. HEX triplet: 4D, 5A and 42. RGB value is (77,90,66). Sum of RGB (Red+Green+Blue) = 77+90+66=233 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.05% from 233); Green value is 90 (35.55% from 255 or 38.63% from 233); Blue value is 66 (26.17% from 255 or 28.33% from 233); Max value from RGB is 90 - color contains mainly: green. Hex color #4D5A42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5A42 is #B2A5BD. Grayscale: #535353. Windows color (decimal): -11707838 or 4348493. OLE color: 4348493.
HSL color Cylindrical-coordinate representation of color #4D5A42: hue angle of 92.5º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4D5A42 is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 77 | 90 | 66 | - |
| CMYK | 0.14 | 0 | 0.27 | 0.65 |
| HSL | 92.5º | 0.15% | 0.31% | - |
| HSV(B) | 92.5º | 0.27% | 0.35% | - |
| XYZ | 7.7 | 9.28 | 6.54 | - |
| YUV | 83.38 | 118.19 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 90 | 66 | 0.14 | 0 | 0.27 | 0.65 | 92.5 | 0.15 | 0.31 |
| Hex | 4D | 5A | 42 | E | 0 | 1B | 41 | 5C | F | 1F |
| Octal | 115 | 132 | 102 | 16 | 0 | 33 | 101 | 134 | 17 | 37 |
| Binary | 1001101 | 1011010 | 1000010 | 1110 | 0 | 11011 | 1000001 | 1011100 | 1111 | 11111 |
Color Harmonies of #4D5A42
Complementary color
Monochromatic Colors of #4D5A42
Black with #4D5A42
Text Example
Text Example
White with #4D5A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5A42; }
p { color: rgb(77,90,66); }
H1.HeaderClassName
{
color: #4D5A42;
}
.AnyTagClassName
{
color: #4D5A42;
}
</style>
background-color css
<style>
a { background-color: #4D5A42; }
a { background-color: rgb(77,90,66); }
div.DivClassName
{
background-color: #4D5A42;
}
.BgClassName
{
background-color: #4D5A42;
}
</style>
border-color css
<style>
span { border-color: #4D5A42; }
span { border-color: rgb(77,90,66); }
td.TdClassName
{
border-color: #4D5A42;
}
.TagClassName
{
border-color: #4D5A42;
}
</style>