Shades of Cabbage Pont #475241
Tints of Cabbage Pont #475241
RGB
CMYK
RGB Variations
Color information
#475241 (or 0x475241) is known color: Cabbage Pont. HEX triplet: 47, 52 and 41. RGB value is (71,82,65). Sum of RGB (Red+Green+Blue) = 71+82+65=218 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.57% from 218); Green value is 82 (32.42% from 255 or 37.61% from 218); Blue value is 65 (25.78% from 255 or 29.82% from 218); Max value from RGB is 82 - color contains mainly: green. Hex color #475241 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475241 is #B8ADBE. Grayscale: #4C4C4C. Windows color (decimal): -12103103 or 4280903. OLE color: 4280903.
HSL color Cylindrical-coordinate representation of color #475241: hue angle of 98.82º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #475241 is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 71 | 82 | 65 | - |
| CMYK | 0.13 | 0 | 0.21 | 0.68 |
| HSL | 98.82º | 0.12% | 0.29% | - |
| HSV(B) | 98.82º | 0.21% | 0.32% | - |
| XYZ | 6.57 | 7.76 | 6.15 | - |
| YUV | 76.77 | 121.36 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 82 | 65 | 0.13 | 0 | 0.21 | 0.68 | 98.82 | 0.12 | 0.29 |
| Hex | 47 | 52 | 41 | D | 0 | 15 | 44 | 63 | C | 1D |
| Octal | 107 | 122 | 101 | 15 | 0 | 25 | 104 | 143 | 14 | 35 |
| Binary | 1000111 | 1010010 | 1000001 | 1101 | 0 | 10101 | 1000100 | 1100011 | 1100 | 11101 |
Color Harmonies of #475241
Complementary color
Monochromatic Colors of #475241
Black with #475241
Text Example
Text Example
White with #475241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475241; }
p { color: rgb(71,82,65); }
H1.HeaderClassName
{
color: #475241;
}
.AnyTagClassName
{
color: #475241;
}
</style>
background-color css
<style>
a { background-color: #475241; }
a { background-color: rgb(71,82,65); }
div.DivClassName
{
background-color: #475241;
}
.BgClassName
{
background-color: #475241;
}
</style>
border-color css
<style>
span { border-color: #475241; }
span { border-color: rgb(71,82,65); }
td.TdClassName
{
border-color: #475241;
}
.TagClassName
{
border-color: #475241;
}
</style>