Shades of Cabbage Pont #47513C
Tints of Cabbage Pont #47513C
RGB
CMYK
RGB Variations
Color information
#47513C (or 0x47513C) is known color: Cabbage Pont. HEX triplet: 47, 51 and 3C. RGB value is (71,81,60). Sum of RGB (Red+Green+Blue) = 71+81+60=212 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.49% from 212); Green value is 81 (32.03% from 255 or 38.21% from 212); Blue value is 60 (23.83% from 255 or 28.30% from 212); Max value from RGB is 81 - color contains mainly: green. Hex color #47513C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47513C is #B8AEC3. Grayscale: #4B4B4B. Windows color (decimal): -12103364 or 3952967. OLE color: 3952967.
HSL color Cylindrical-coordinate representation of color #47513C: hue angle of 88.57º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #47513C is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 71 | 81 | 60 | - |
| CMYK | 0.12 | 0 | 0.26 | 0.68 |
| HSL | 88.57º | 0.15% | 0.28% | - |
| HSV(B) | 88.57º | 0.26% | 0.32% | - |
| XYZ | 6.36 | 7.55 | 5.4 | - |
| YUV | 75.62 | 119.19 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 81 | 60 | 0.12 | 0 | 0.26 | 0.68 | 88.57 | 0.15 | 0.28 |
| Hex | 47 | 51 | 3C | C | 0 | 1A | 44 | 59 | F | 1C |
| Octal | 107 | 121 | 74 | 14 | 0 | 32 | 104 | 131 | 17 | 34 |
| Binary | 1000111 | 1010001 | 111100 | 1100 | 0 | 11010 | 1000100 | 1011001 | 1111 | 11100 |
Color Harmonies of #47513C
Complementary color
Monochromatic Colors of #47513C
Black with #47513C
Text Example
Text Example
White with #47513C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47513C; }
p { color: rgb(71,81,60); }
H1.HeaderClassName
{
color: #47513C;
}
.AnyTagClassName
{
color: #47513C;
}
</style>
background-color css
<style>
a { background-color: #47513C; }
a { background-color: rgb(71,81,60); }
div.DivClassName
{
background-color: #47513C;
}
.BgClassName
{
background-color: #47513C;
}
</style>
border-color css
<style>
span { border-color: #47513C; }
span { border-color: rgb(71,81,60); }
td.TdClassName
{
border-color: #47513C;
}
.TagClassName
{
border-color: #47513C;
}
</style>