Shades of Cabbage Pont #475441
Tints of Cabbage Pont #475441
RGB
CMYK
RGB Variations
Color information
#475441 (or 0x475441) is known color: Cabbage Pont. HEX triplet: 47, 54 and 41. RGB value is (71,84,65). Sum of RGB (Red+Green+Blue) = 71+84+65=220 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.27% from 220); Green value is 84 (33.20% from 255 or 38.18% from 220); Blue value is 65 (25.78% from 255 or 29.55% from 220); Max value from RGB is 84 - color contains mainly: green. Hex color #475441 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475441 is #B8ABBE. Grayscale: #4E4E4E. Windows color (decimal): -12102591 or 4281415. OLE color: 4281415.
HSL color Cylindrical-coordinate representation of color #475441: hue angle of 101.05º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #475441 is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 71 | 84 | 65 | - |
| CMYK | 0.15 | 0 | 0.23 | 0.67 |
| HSL | 101.05º | 0.13% | 0.29% | - |
| HSV(B) | 101.05º | 0.23% | 0.33% | - |
| XYZ | 6.72 | 8.06 | 6.2 | - |
| YUV | 77.95 | 120.69 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 84 | 65 | 0.15 | 0 | 0.23 | 0.67 | 101.05 | 0.13 | 0.29 |
| Hex | 47 | 54 | 41 | F | 0 | 17 | 43 | 65 | D | 1D |
| Octal | 107 | 124 | 101 | 17 | 0 | 27 | 103 | 145 | 15 | 35 |
| Binary | 1000111 | 1010100 | 1000001 | 1111 | 0 | 10111 | 1000011 | 1100101 | 1101 | 11101 |
Color Harmonies of #475441
Complementary color
Monochromatic Colors of #475441
Black with #475441
Text Example
Text Example
White with #475441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475441; }
p { color: rgb(71,84,65); }
H1.HeaderClassName
{
color: #475441;
}
.AnyTagClassName
{
color: #475441;
}
</style>
background-color css
<style>
a { background-color: #475441; }
a { background-color: rgb(71,84,65); }
div.DivClassName
{
background-color: #475441;
}
.BgClassName
{
background-color: #475441;
}
</style>
border-color css
<style>
span { border-color: #475441; }
span { border-color: rgb(71,84,65); }
td.TdClassName
{
border-color: #475441;
}
.TagClassName
{
border-color: #475441;
}
</style>