Shades of Cabbage Pont #4B5A3F
Tints of Cabbage Pont #4B5A3F
RGB
CMYK
RGB Variations
Color information
#4B5A3F (or 0x4B5A3F) is known color: Cabbage Pont. HEX triplet: 4B, 5A and 3F. RGB value is (75,90,63). Sum of RGB (Red+Green+Blue) = 75+90+63=228 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.89% from 228); Green value is 90 (35.55% from 255 or 39.47% from 228); Blue value is 63 (25% from 255 or 27.63% from 228); Max value from RGB is 90 - color contains mainly: green. Hex color #4B5A3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5A3F is #B4A5C0. Grayscale: #525252. Windows color (decimal): -11838913 or 4151883. OLE color: 4151883.
HSL color Cylindrical-coordinate representation of color #4B5A3F: hue angle of 93.33º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4B5A3F is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 75 | 90 | 63 | - |
| CMYK | 0.17 | 0 | 0.30 | 0.65 |
| HSL | 93.33º | 0.18% | 0.3% | - |
| HSV(B) | 93.33º | 0.3% | 0.35% | - |
| XYZ | 7.46 | 9.17 | 6.08 | - |
| YUV | 82.44 | 117.03 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 90 | 63 | 0.17 | 0 | 0.30 | 0.65 | 93.33 | 0.18 | 0.3 |
| Hex | 4B | 5A | 3F | 11 | 0 | 1E | 41 | 5D | 12 | 1E |
| Octal | 113 | 132 | 77 | 21 | 0 | 36 | 101 | 135 | 22 | 36 |
| Binary | 1001011 | 1011010 | 111111 | 10001 | 0 | 11110 | 1000001 | 1011101 | 10010 | 11110 |
Color Harmonies of #4B5A3F
Complementary color
Monochromatic Colors of #4B5A3F
Black with #4B5A3F
Text Example
Text Example
White with #4B5A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5A3F; }
p { color: rgb(75,90,63); }
H1.HeaderClassName
{
color: #4B5A3F;
}
.AnyTagClassName
{
color: #4B5A3F;
}
</style>
background-color css
<style>
a { background-color: #4B5A3F; }
a { background-color: rgb(75,90,63); }
div.DivClassName
{
background-color: #4B5A3F;
}
.BgClassName
{
background-color: #4B5A3F;
}
</style>
border-color css
<style>
span { border-color: #4B5A3F; }
span { border-color: rgb(75,90,63); }
td.TdClassName
{
border-color: #4B5A3F;
}
.TagClassName
{
border-color: #4B5A3F;
}
</style>