Shades of Cabbage Pont #4A593A
Tints of Cabbage Pont #4A593A
RGB
CMYK
RGB Variations
Color information
#4A593A (or 0x4A593A) is known color: Cabbage Pont. HEX triplet: 4A, 59 and 3A. RGB value is (74,89,58). Sum of RGB (Red+Green+Blue) = 74+89+58=221 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.48% from 221); Green value is 89 (35.16% from 255 or 40.27% from 221); Blue value is 58 (23.05% from 255 or 26.24% from 221); Max value from RGB is 89 - color contains mainly: green. Hex color #4A593A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A593A is #B5A6C5. Grayscale: #515151. Windows color (decimal): -11904710 or 3823946. OLE color: 3823946.
HSL color Cylindrical-coordinate representation of color #4A593A: 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.35%. Process color model (Four color, CMYK) of #4A593A is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 74 | 89 | 58 | - |
| CMYK | 0.17 | 0 | 0.35 | 0.65 |
| HSL | 89.03º | 0.21% | 0.29% | - |
| HSV(B) | 89.03º | 0.35% | 0.35% | - |
| XYZ | 7.16 | 8.91 | 5.34 | - |
| YUV | 80.98 | 115.03 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 89 | 58 | 0.17 | 0 | 0.35 | 0.65 | 89.03 | 0.21 | 0.29 |
| Hex | 4A | 59 | 3A | 11 | 0 | 23 | 41 | 59 | 15 | 1D |
| Octal | 112 | 131 | 72 | 21 | 0 | 43 | 101 | 131 | 25 | 35 |
| Binary | 1001010 | 1011001 | 111010 | 10001 | 0 | 100011 | 1000001 | 1011001 | 10101 | 11101 |
Color Harmonies of #4A593A
Complementary color
Monochromatic Colors of #4A593A
Black with #4A593A
Text Example
Text Example
White with #4A593A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A593A; }
p { color: rgb(74,89,58); }
H1.HeaderClassName
{
color: #4A593A;
}
.AnyTagClassName
{
color: #4A593A;
}
</style>
background-color css
<style>
a { background-color: #4A593A; }
a { background-color: rgb(74,89,58); }
div.DivClassName
{
background-color: #4A593A;
}
.BgClassName
{
background-color: #4A593A;
}
</style>
border-color css
<style>
span { border-color: #4A593A; }
span { border-color: rgb(74,89,58); }
td.TdClassName
{
border-color: #4A593A;
}
.TagClassName
{
border-color: #4A593A;
}
</style>