Shades of Dingley #728848
Tints of Dingley #728848
RGB
CMYK
RGB Variations
Color information
#728848 (or 0x728848) is known color: Dingley. HEX triplet: 72, 88 and 48. RGB value is (114,136,72). Sum of RGB (Red+Green+Blue) = 114+136+72=322 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.40% from 322); Green value is 136 (53.52% from 255 or 42.24% from 322); Blue value is 72 (28.52% from 255 or 22.36% from 322); Max value from RGB is 136 - color contains mainly: green. Hex color #728848 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728848 is #8D77B7. Grayscale: #7A7A7A. Windows color (decimal): -9271224 or 4753522. OLE color: 4753522.
HSL color Cylindrical-coordinate representation of color #728848: hue angle of 80.62º degrees, saturation: 0.31, 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 #728848 is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 114 | 136 | 72 | - |
| CMYK | 0.16 | 0 | 0.47 | 0.47 |
| HSL | 80.63º | 0.31% | 0.41% | - |
| HSV(B) | 80.63º | 0.47% | 0.53% | - |
| XYZ | 16.91 | 21.65 | 9.42 | - |
| YUV | 122.13 | 99.71 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 136 | 72 | 0.16 | 0 | 0.47 | 0.47 | 80.63 | 0.31 | 0.41 |
| Hex | 72 | 88 | 48 | 10 | 0 | 2F | 2F | 51 | 1F | 29 |
| Octal | 162 | 210 | 110 | 20 | 0 | 57 | 57 | 121 | 37 | 51 |
| Binary | 1110010 | 10001000 | 1001000 | 10000 | 0 | 101111 | 101111 | 1010001 | 11111 | 101001 |
Color Harmonies of #728848
Complementary color
Monochromatic Colors of #728848
Black with #728848
Text Example
Text Example
White with #728848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728848; }
p { color: rgb(114,136,72); }
H1.HeaderClassName
{
color: #728848;
}
.AnyTagClassName
{
color: #728848;
}
</style>
background-color css
<style>
a { background-color: #728848; }
a { background-color: rgb(114,136,72); }
div.DivClassName
{
background-color: #728848;
}
.BgClassName
{
background-color: #728848;
}
</style>
border-color css
<style>
span { border-color: #728848; }
span { border-color: rgb(114,136,72); }
td.TdClassName
{
border-color: #728848;
}
.TagClassName
{
border-color: #728848;
}
</style>