Shades of Cabbage Pont #47573A
Tints of Cabbage Pont #47573A
RGB
CMYK
RGB Variations
Color information
#47573A (or 0x47573A) is known color: Cabbage Pont. HEX triplet: 47, 57 and 3A. RGB value is (71,87,58). Sum of RGB (Red+Green+Blue) = 71+87+58=216 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.87% from 216); Green value is 87 (34.38% from 255 or 40.28% from 216); Blue value is 58 (23.05% from 255 or 26.85% from 216); Max value from RGB is 87 - color contains mainly: green. Hex color #47573A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47573A is #B8A8C5. Grayscale: #4F4F4F. Windows color (decimal): -12101830 or 3823431. OLE color: 3823431.
HSL color Cylindrical-coordinate representation of color #47573A: hue angle of 93.1º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #47573A is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 71 | 87 | 58 | - |
| CMYK | 0.18 | 0 | 0.33 | 0.66 |
| HSL | 93.1º | 0.2% | 0.28% | - |
| HSV(B) | 93.1º | 0.33% | 0.34% | - |
| XYZ | 6.77 | 8.46 | 5.28 | - |
| YUV | 78.91 | 116.2 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 87 | 58 | 0.18 | 0 | 0.33 | 0.66 | 93.1 | 0.2 | 0.28 |
| Hex | 47 | 57 | 3A | 12 | 0 | 21 | 42 | 5D | 14 | 1C |
| Octal | 107 | 127 | 72 | 22 | 0 | 41 | 102 | 135 | 24 | 34 |
| Binary | 1000111 | 1010111 | 111010 | 10010 | 0 | 100001 | 1000010 | 1011101 | 10100 | 11100 |
Color Harmonies of #47573A
Complementary color
Monochromatic Colors of #47573A
Black with #47573A
Text Example
Text Example
White with #47573A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47573A; }
p { color: rgb(71,87,58); }
H1.HeaderClassName
{
color: #47573A;
}
.AnyTagClassName
{
color: #47573A;
}
</style>
background-color css
<style>
a { background-color: #47573A; }
a { background-color: rgb(71,87,58); }
div.DivClassName
{
background-color: #47573A;
}
.BgClassName
{
background-color: #47573A;
}
</style>
border-color css
<style>
span { border-color: #47573A; }
span { border-color: rgb(71,87,58); }
td.TdClassName
{
border-color: #47573A;
}
.TagClassName
{
border-color: #47573A;
}
</style>