Shades of Cabbage Pont #4A583C
Tints of Cabbage Pont #4A583C
RGB
CMYK
RGB Variations
Color information
#4A583C (or 0x4A583C) is known color: Cabbage Pont. HEX triplet: 4A, 58 and 3C. RGB value is (74,88,60). Sum of RGB (Red+Green+Blue) = 74+88+60=222 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.33% from 222); Green value is 88 (34.77% from 255 or 39.64% from 222); Blue value is 60 (23.83% from 255 or 27.03% from 222); Max value from RGB is 88 - color contains mainly: green. Hex color #4A583C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A583C is #B5A7C3. Grayscale: #505050. Windows color (decimal): -11904964 or 3954762. OLE color: 3954762.
HSL color Cylindrical-coordinate representation of color #4A583C: hue angle of 90º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4A583C is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 74 | 88 | 60 | - |
| CMYK | 0.16 | 0 | 0.32 | 0.65 |
| HSL | 90º | 0.19% | 0.29% | - |
| HSV(B) | 90º | 0.32% | 0.35% | - |
| XYZ | 7.13 | 8.76 | 5.59 | - |
| YUV | 80.62 | 116.36 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 88 | 60 | 0.16 | 0 | 0.32 | 0.65 | 90 | 0.19 | 0.29 |
| Hex | 4A | 58 | 3C | 10 | 0 | 20 | 41 | 5A | 13 | 1D |
| Octal | 112 | 130 | 74 | 20 | 0 | 40 | 101 | 132 | 23 | 35 |
| Binary | 1001010 | 1011000 | 111100 | 10000 | 0 | 100000 | 1000001 | 1011010 | 10011 | 11101 |
Color Harmonies of #4A583C
Complementary color
Monochromatic Colors of #4A583C
Black with #4A583C
Text Example
Text Example
White with #4A583C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A583C; }
p { color: rgb(74,88,60); }
H1.HeaderClassName
{
color: #4A583C;
}
.AnyTagClassName
{
color: #4A583C;
}
</style>
background-color css
<style>
a { background-color: #4A583C; }
a { background-color: rgb(74,88,60); }
div.DivClassName
{
background-color: #4A583C;
}
.BgClassName
{
background-color: #4A583C;
}
</style>
border-color css
<style>
span { border-color: #4A583C; }
span { border-color: rgb(74,88,60); }
td.TdClassName
{
border-color: #4A583C;
}
.TagClassName
{
border-color: #4A583C;
}
</style>