Shades of Cabbage Pont #4B5A3B
Tints of Cabbage Pont #4B5A3B
RGB
CMYK
RGB Variations
Color information
#4B5A3B (or 0x4B5A3B) is known color: Cabbage Pont. HEX triplet: 4B, 5A and 3B. RGB value is (75,90,59). Sum of RGB (Red+Green+Blue) = 75+90+59=224 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.48% from 224); Green value is 90 (35.55% from 255 or 40.18% from 224); Blue value is 59 (23.44% from 255 or 26.34% from 224); Max value from RGB is 90 - color contains mainly: green. Hex color #4B5A3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5A3B is #B4A5C4. Grayscale: #525252. Windows color (decimal): -11838917 or 3889739. OLE color: 3889739.
HSL color Cylindrical-coordinate representation of color #4B5A3B: hue angle of 89.03º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4B5A3B is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 75 | 90 | 59 | - |
| CMYK | 0.17 | 0 | 0.34 | 0.65 |
| HSL | 89.03º | 0.21% | 0.29% | - |
| HSV(B) | 89.03º | 0.34% | 0.35% | - |
| XYZ | 7.35 | 9.12 | 5.51 | - |
| YUV | 81.98 | 115.03 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 90 | 59 | 0.17 | 0 | 0.34 | 0.65 | 89.03 | 0.21 | 0.29 |
| Hex | 4B | 5A | 3B | 11 | 0 | 22 | 41 | 59 | 15 | 1D |
| Octal | 113 | 132 | 73 | 21 | 0 | 42 | 101 | 131 | 25 | 35 |
| Binary | 1001011 | 1011010 | 111011 | 10001 | 0 | 100010 | 1000001 | 1011001 | 10101 | 11101 |
Color Harmonies of #4B5A3B
Complementary color
Monochromatic Colors of #4B5A3B
Black with #4B5A3B
Text Example
Text Example
White with #4B5A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5A3B; }
p { color: rgb(75,90,59); }
H1.HeaderClassName
{
color: #4B5A3B;
}
.AnyTagClassName
{
color: #4B5A3B;
}
</style>
background-color css
<style>
a { background-color: #4B5A3B; }
a { background-color: rgb(75,90,59); }
div.DivClassName
{
background-color: #4B5A3B;
}
.BgClassName
{
background-color: #4B5A3B;
}
</style>
border-color css
<style>
span { border-color: #4B5A3B; }
span { border-color: rgb(75,90,59); }
td.TdClassName
{
border-color: #4B5A3B;
}
.TagClassName
{
border-color: #4B5A3B;
}
</style>