Shades of Dingley #728D48
Tints of Dingley #728D48
RGB
CMYK
RGB Variations
Color information
#728D48 (or 0x728D48) is known color: Dingley. HEX triplet: 72, 8D and 48. RGB value is (114,141,72). Sum of RGB (Red+Green+Blue) = 114+141+72=327 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.86% from 327); Green value is 141 (55.47% from 255 or 43.12% from 327); Blue value is 72 (28.52% from 255 or 22.02% from 327); Max value from RGB is 141 - color contains mainly: green. Hex color #728D48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728D48 is #8D72B7. Grayscale: #7D7D7D. Windows color (decimal): -9269944 or 4754802. OLE color: 4754802.
HSL color Cylindrical-coordinate representation of color #728D48: hue angle of 83.48º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #728D48 is Cyan = 0.19, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 141 | 72 | - |
| CMYK | 0.19 | 0 | 0.49 | 0.45 |
| HSL | 83.48º | 0.32% | 0.42% | - |
| HSV(B) | 83.48º | 0.49% | 0.55% | - |
| XYZ | 17.63 | 23.1 | 9.66 | - |
| YUV | 125.06 | 98.05 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 141 | 72 | 0.19 | 0 | 0.49 | 0.45 | 83.48 | 0.32 | 0.42 |
| Hex | 72 | 8D | 48 | 13 | 0 | 31 | 2D | 53 | 20 | 2A |
| Octal | 162 | 215 | 110 | 23 | 0 | 61 | 55 | 123 | 40 | 52 |
| Binary | 1110010 | 10001101 | 1001000 | 10011 | 0 | 110001 | 101101 | 1010011 | 100000 | 101010 |
Color Harmonies of #728D48
Complementary color
Monochromatic Colors of #728D48
Black with #728D48
Text Example
Text Example
White with #728D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728D48; }
p { color: rgb(114,141,72); }
H1.HeaderClassName
{
color: #728D48;
}
.AnyTagClassName
{
color: #728D48;
}
</style>
background-color css
<style>
a { background-color: #728D48; }
a { background-color: rgb(114,141,72); }
div.DivClassName
{
background-color: #728D48;
}
.BgClassName
{
background-color: #728D48;
}
</style>
border-color css
<style>
span { border-color: #728D48; }
span { border-color: rgb(114,141,72); }
td.TdClassName
{
border-color: #728D48;
}
.TagClassName
{
border-color: #728D48;
}
</style>