Shades of Cabbage Pont #4A583D
Tints of Cabbage Pont #4A583D
RGB
CMYK
RGB Variations
Color information
#4A583D (or 0x4A583D) is known color: Cabbage Pont. HEX triplet: 4A, 58 and 3D. RGB value is (74,88,61). Sum of RGB (Red+Green+Blue) = 74+88+61=223 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.18% from 223); Green value is 88 (34.77% from 255 or 39.46% from 223); Blue value is 61 (24.22% from 255 or 27.35% from 223); Max value from RGB is 88 - color contains mainly: green. Hex color #4A583D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A583D is #B5A7C2. Grayscale: #505050. Windows color (decimal): -11904963 or 4020298. OLE color: 4020298.
HSL color Cylindrical-coordinate representation of color #4A583D: hue angle of 91.11º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4A583D is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 74 | 88 | 61 | - |
| CMYK | 0.16 | 0 | 0.31 | 0.65 |
| HSL | 91.11º | 0.18% | 0.29% | - |
| HSV(B) | 91.11º | 0.31% | 0.35% | - |
| XYZ | 7.16 | 8.77 | 5.73 | - |
| YUV | 80.74 | 116.86 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 88 | 61 | 0.16 | 0 | 0.31 | 0.65 | 91.11 | 0.18 | 0.29 |
| Hex | 4A | 58 | 3D | 10 | 0 | 1F | 41 | 5B | 12 | 1D |
| Octal | 112 | 130 | 75 | 20 | 0 | 37 | 101 | 133 | 22 | 35 |
| Binary | 1001010 | 1011000 | 111101 | 10000 | 0 | 11111 | 1000001 | 1011011 | 10010 | 11101 |
Color Harmonies of #4A583D
Complementary color
Monochromatic Colors of #4A583D
Black with #4A583D
Text Example
Text Example
White with #4A583D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A583D; }
p { color: rgb(74,88,61); }
H1.HeaderClassName
{
color: #4A583D;
}
.AnyTagClassName
{
color: #4A583D;
}
</style>
background-color css
<style>
a { background-color: #4A583D; }
a { background-color: rgb(74,88,61); }
div.DivClassName
{
background-color: #4A583D;
}
.BgClassName
{
background-color: #4A583D;
}
</style>
border-color css
<style>
span { border-color: #4A583D; }
span { border-color: rgb(74,88,61); }
td.TdClassName
{
border-color: #4A583D;
}
.TagClassName
{
border-color: #4A583D;
}
</style>