Shades of Dingley #728748
Tints of Dingley #728748
RGB
CMYK
RGB Variations
Color information
#728748 (or 0x728748) is known color: Dingley. HEX triplet: 72, 87 and 48. RGB value is (114,135,72). Sum of RGB (Red+Green+Blue) = 114+135+72=321 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.51% from 321); Green value is 135 (53.12% from 255 or 42.06% from 321); Blue value is 72 (28.52% from 255 or 22.43% from 321); Max value from RGB is 135 - color contains mainly: green. Hex color #728748 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728748 is #8D78B7. Grayscale: #797979. Windows color (decimal): -9271480 or 4753266. OLE color: 4753266.
HSL color Cylindrical-coordinate representation of color #728748: hue angle of 80º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #728748 is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 114 | 135 | 72 | - |
| CMYK | 0.16 | 0 | 0.47 | 0.47 |
| HSL | 80º | 0.3% | 0.41% | - |
| HSV(B) | 80º | 0.47% | 0.53% | - |
| XYZ | 16.77 | 21.37 | 9.37 | - |
| YUV | 121.54 | 100.04 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 135 | 72 | 0.16 | 0 | 0.47 | 0.47 | 80 | 0.3 | 0.41 |
| Hex | 72 | 87 | 48 | 10 | 0 | 2F | 2F | 50 | 1E | 29 |
| Octal | 162 | 207 | 110 | 20 | 0 | 57 | 57 | 120 | 36 | 51 |
| Binary | 1110010 | 10000111 | 1001000 | 10000 | 0 | 101111 | 101111 | 1010000 | 11110 | 101001 |
Color Harmonies of #728748
Complementary color
Monochromatic Colors of #728748
Black with #728748
Text Example
Text Example
White with #728748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728748; }
p { color: rgb(114,135,72); }
H1.HeaderClassName
{
color: #728748;
}
.AnyTagClassName
{
color: #728748;
}
</style>
background-color css
<style>
a { background-color: #728748; }
a { background-color: rgb(114,135,72); }
div.DivClassName
{
background-color: #728748;
}
.BgClassName
{
background-color: #728748;
}
</style>
border-color css
<style>
span { border-color: #728748; }
span { border-color: rgb(114,135,72); }
td.TdClassName
{
border-color: #728748;
}
.TagClassName
{
border-color: #728748;
}
</style>