Shades of Cabbage Pont #485741
Tints of Cabbage Pont #485741
RGB
CMYK
RGB Variations
Color information
#485741 (or 0x485741) is known color: Cabbage Pont. HEX triplet: 48, 57 and 41. RGB value is (72,87,65). Sum of RGB (Red+Green+Blue) = 72+87+65=224 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.14% from 224); Green value is 87 (34.38% from 255 or 38.84% from 224); Blue value is 65 (25.78% from 255 or 29.02% from 224); Max value from RGB is 87 - color contains mainly: green. Hex color #485741 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485741 is #B7A8BE. Grayscale: #505050. Windows color (decimal): -12036287 or 4282184. OLE color: 4282184.
HSL color Cylindrical-coordinate representation of color #485741: hue angle of 100.91º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #485741 is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 72 | 87 | 65 | - |
| CMYK | 0.17 | 0 | 0.25 | 0.66 |
| HSL | 100.91º | 0.14% | 0.3% | - |
| HSV(B) | 100.91º | 0.25% | 0.34% | - |
| XYZ | 7.03 | 8.58 | 6.29 | - |
| YUV | 80.01 | 119.53 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 87 | 65 | 0.17 | 0 | 0.25 | 0.66 | 100.91 | 0.14 | 0.3 |
| Hex | 48 | 57 | 41 | 11 | 0 | 19 | 42 | 65 | E | 1E |
| Octal | 110 | 127 | 101 | 21 | 0 | 31 | 102 | 145 | 16 | 36 |
| Binary | 1001000 | 1010111 | 1000001 | 10001 | 0 | 11001 | 1000010 | 1100101 | 1110 | 11110 |
Color Harmonies of #485741
Complementary color
Monochromatic Colors of #485741
Black with #485741
Text Example
Text Example
White with #485741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485741; }
p { color: rgb(72,87,65); }
H1.HeaderClassName
{
color: #485741;
}
.AnyTagClassName
{
color: #485741;
}
</style>
background-color css
<style>
a { background-color: #485741; }
a { background-color: rgb(72,87,65); }
div.DivClassName
{
background-color: #485741;
}
.BgClassName
{
background-color: #485741;
}
</style>
border-color css
<style>
span { border-color: #485741; }
span { border-color: rgb(72,87,65); }
td.TdClassName
{
border-color: #485741;
}
.TagClassName
{
border-color: #485741;
}
</style>