Shades of Dingley #728A48
Tints of Dingley #728A48
RGB
CMYK
RGB Variations
Color information
#728A48 (or 0x728A48) is known color: Dingley. HEX triplet: 72, 8A and 48. RGB value is (114,138,72). Sum of RGB (Red+Green+Blue) = 114+138+72=324 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.19% from 324); Green value is 138 (54.30% from 255 or 42.59% from 324); Blue value is 72 (28.52% from 255 or 22.22% from 324); Max value from RGB is 138 - color contains mainly: green. Hex color #728A48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728A48 is #8D75B7. Grayscale: #7B7B7B. Windows color (decimal): -9270712 or 4754034. OLE color: 4754034.
HSL color Cylindrical-coordinate representation of color #728A48: hue angle of 81.82º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #728A48 is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 114 | 138 | 72 | - |
| CMYK | 0.17 | 0 | 0.48 | 0.46 |
| HSL | 81.82º | 0.31% | 0.41% | - |
| HSV(B) | 81.82º | 0.48% | 0.54% | - |
| XYZ | 17.2 | 22.22 | 9.51 | - |
| YUV | 123.3 | 99.05 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 138 | 72 | 0.17 | 0 | 0.48 | 0.46 | 81.82 | 0.31 | 0.41 |
| Hex | 72 | 8A | 48 | 11 | 0 | 30 | 2E | 52 | 1F | 29 |
| Octal | 162 | 212 | 110 | 21 | 0 | 60 | 56 | 122 | 37 | 51 |
| Binary | 1110010 | 10001010 | 1001000 | 10001 | 0 | 110000 | 101110 | 1010010 | 11111 | 101001 |
Color Harmonies of #728A48
Complementary color
Monochromatic Colors of #728A48
Black with #728A48
Text Example
Text Example
White with #728A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728A48; }
p { color: rgb(114,138,72); }
H1.HeaderClassName
{
color: #728A48;
}
.AnyTagClassName
{
color: #728A48;
}
</style>
background-color css
<style>
a { background-color: #728A48; }
a { background-color: rgb(114,138,72); }
div.DivClassName
{
background-color: #728A48;
}
.BgClassName
{
background-color: #728A48;
}
</style>
border-color css
<style>
span { border-color: #728A48; }
span { border-color: rgb(114,138,72); }
td.TdClassName
{
border-color: #728A48;
}
.TagClassName
{
border-color: #728A48;
}
</style>