Shades of Cabbage Pont #4B5A43
Tints of Cabbage Pont #4B5A43
RGB
CMYK
RGB Variations
Color information
#4B5A43 (or 0x4B5A43) is known color: Cabbage Pont. HEX triplet: 4B, 5A and 43. RGB value is (75,90,67). Sum of RGB (Red+Green+Blue) = 75+90+67=232 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.33% from 232); Green value is 90 (35.55% from 255 or 38.79% from 232); Blue value is 67 (26.56% from 255 or 28.88% from 232); Max value from RGB is 90 - color contains mainly: green. Hex color #4B5A43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5A43 is #B4A5BC. Grayscale: #525252. Windows color (decimal): -11838909 or 4414027. OLE color: 4414027.
HSL color Cylindrical-coordinate representation of color #4B5A43: hue angle of 99.13º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4B5A43 is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 75 | 90 | 67 | - |
| CMYK | 0.17 | 0 | 0.26 | 0.65 |
| HSL | 99.13º | 0.15% | 0.31% | - |
| HSV(B) | 99.13º | 0.26% | 0.35% | - |
| XYZ | 7.57 | 9.21 | 6.69 | - |
| YUV | 82.89 | 119.03 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 90 | 67 | 0.17 | 0 | 0.26 | 0.65 | 99.13 | 0.15 | 0.31 |
| Hex | 4B | 5A | 43 | 11 | 0 | 1A | 41 | 63 | F | 1F |
| Octal | 113 | 132 | 103 | 21 | 0 | 32 | 101 | 143 | 17 | 37 |
| Binary | 1001011 | 1011010 | 1000011 | 10001 | 0 | 11010 | 1000001 | 1100011 | 1111 | 11111 |
Color Harmonies of #4B5A43
Complementary color
Monochromatic Colors of #4B5A43
Black with #4B5A43
Text Example
Text Example
White with #4B5A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5A43; }
p { color: rgb(75,90,67); }
H1.HeaderClassName
{
color: #4B5A43;
}
.AnyTagClassName
{
color: #4B5A43;
}
</style>
background-color css
<style>
a { background-color: #4B5A43; }
a { background-color: rgb(75,90,67); }
div.DivClassName
{
background-color: #4B5A43;
}
.BgClassName
{
background-color: #4B5A43;
}
</style>
border-color css
<style>
span { border-color: #4B5A43; }
span { border-color: rgb(75,90,67); }
td.TdClassName
{
border-color: #4B5A43;
}
.TagClassName
{
border-color: #4B5A43;
}
</style>