Shades of Cabbage Pont #4A5841
Tints of Cabbage Pont #4A5841
RGB
CMYK
RGB Variations
Color information
#4A5841 (or 0x4A5841) is known color: Cabbage Pont. HEX triplet: 4A, 58 and 41. RGB value is (74,88,65). Sum of RGB (Red+Green+Blue) = 74+88+65=227 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.60% from 227); Green value is 88 (34.77% from 255 or 38.77% from 227); Blue value is 65 (25.78% from 255 or 28.63% from 227); Max value from RGB is 88 - color contains mainly: green. Hex color #4A5841 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5841 is #B5A7BE. Grayscale: #515151. Windows color (decimal): -11904959 or 4282442. OLE color: 4282442.
HSL color Cylindrical-coordinate representation of color #4A5841: hue angle of 96.52º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4A5841 is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 74 | 88 | 65 | - |
| CMYK | 0.16 | 0 | 0.26 | 0.65 |
| HSL | 96.52º | 0.15% | 0.3% | - |
| HSV(B) | 96.52º | 0.26% | 0.35% | - |
| XYZ | 7.27 | 8.82 | 6.32 | - |
| YUV | 81.19 | 118.86 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 88 | 65 | 0.16 | 0 | 0.26 | 0.65 | 96.52 | 0.15 | 0.3 |
| Hex | 4A | 58 | 41 | 10 | 0 | 1A | 41 | 61 | F | 1E |
| Octal | 112 | 130 | 101 | 20 | 0 | 32 | 101 | 141 | 17 | 36 |
| Binary | 1001010 | 1011000 | 1000001 | 10000 | 0 | 11010 | 1000001 | 1100001 | 1111 | 11110 |
Color Harmonies of #4A5841
Complementary color
Monochromatic Colors of #4A5841
Black with #4A5841
Text Example
Text Example
White with #4A5841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5841; }
p { color: rgb(74,88,65); }
H1.HeaderClassName
{
color: #4A5841;
}
.AnyTagClassName
{
color: #4A5841;
}
</style>
background-color css
<style>
a { background-color: #4A5841; }
a { background-color: rgb(74,88,65); }
div.DivClassName
{
background-color: #4A5841;
}
.BgClassName
{
background-color: #4A5841;
}
</style>
border-color css
<style>
span { border-color: #4A5841; }
span { border-color: rgb(74,88,65); }
td.TdClassName
{
border-color: #4A5841;
}
.TagClassName
{
border-color: #4A5841;
}
</style>