Shades of Cabbage Pont #4B5D3B
Tints of Cabbage Pont #4B5D3B
RGB
CMYK
RGB Variations
Color information
#4B5D3B (or 0x4B5D3B) is known color: Cabbage Pont. HEX triplet: 4B, 5D and 3B. RGB value is (75,93,59). Sum of RGB (Red+Green+Blue) = 75+93+59=227 (30% of max value = 765). Red value is 75 (29.69% from 255 or 33.04% from 227); Green value is 93 (36.72% from 255 or 40.97% from 227); Blue value is 59 (23.44% from 255 or 25.99% from 227); Max value from RGB is 93 - color contains mainly: green. Hex color #4B5D3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5D3B is #B4A2C4. Grayscale: #535353. Windows color (decimal): -11838149 or 3890507. OLE color: 3890507.
HSL color Cylindrical-coordinate representation of color #4B5D3B: hue angle of 91.76º degrees, saturation: 0.22, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4B5D3B is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 75 | 93 | 59 | - |
| CMYK | 0.19 | 0 | 0.37 | 0.64 |
| HSL | 91.76º | 0.22% | 0.3% | - |
| HSV(B) | 91.76º | 0.37% | 0.36% | - |
| XYZ | 7.61 | 9.64 | 5.6 | - |
| YUV | 83.74 | 114.04 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 93 | 59 | 0.19 | 0 | 0.37 | 0.64 | 91.76 | 0.22 | 0.3 |
| Hex | 4B | 5D | 3B | 13 | 0 | 25 | 40 | 5C | 16 | 1E |
| Octal | 113 | 135 | 73 | 23 | 0 | 45 | 100 | 134 | 26 | 36 |
| Binary | 1001011 | 1011101 | 111011 | 10011 | 0 | 100101 | 1000000 | 1011100 | 10110 | 11110 |
Color Harmonies of #4B5D3B
Complementary color
Monochromatic Colors of #4B5D3B
Black with #4B5D3B
Text Example
Text Example
White with #4B5D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5D3B; }
p { color: rgb(75,93,59); }
H1.HeaderClassName
{
color: #4B5D3B;
}
.AnyTagClassName
{
color: #4B5D3B;
}
</style>
background-color css
<style>
a { background-color: #4B5D3B; }
a { background-color: rgb(75,93,59); }
div.DivClassName
{
background-color: #4B5D3B;
}
.BgClassName
{
background-color: #4B5D3B;
}
</style>
border-color css
<style>
span { border-color: #4B5D3B; }
span { border-color: rgb(75,93,59); }
td.TdClassName
{
border-color: #4B5D3B;
}
.TagClassName
{
border-color: #4B5D3B;
}
</style>