Shades of Dingley #628849
Tints of Dingley #628849
RGB
CMYK
RGB Variations
Color information
#628849 (or 0x628849) is known color: Dingley. HEX triplet: 62, 88 and 49. RGB value is (98,136,73). Sum of RGB (Red+Green+Blue) = 98+136+73=307 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.92% from 307); Green value is 136 (53.52% from 255 or 44.30% from 307); Blue value is 73 (28.91% from 255 or 23.78% from 307); Max value from RGB is 136 - color contains mainly: green. Hex color #628849 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628849 is #9D77B6. Grayscale: #757575. Windows color (decimal): -10319799 or 4819042. OLE color: 4819042.
HSL color Cylindrical-coordinate representation of color #628849: hue angle of 96.19º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #628849 is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 98 | 136 | 73 | - |
| CMYK | 0.28 | 0 | 0.46 | 0.47 |
| HSL | 96.19º | 0.3% | 0.41% | - |
| HSV(B) | 96.19º | 0.46% | 0.53% | - |
| XYZ | 15.04 | 20.69 | 9.5 | - |
| YUV | 117.46 | 102.91 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 136 | 73 | 0.28 | 0 | 0.46 | 0.47 | 96.19 | 0.3 | 0.41 |
| Hex | 62 | 88 | 49 | 1C | 0 | 2E | 2F | 60 | 1E | 29 |
| Octal | 142 | 210 | 111 | 34 | 0 | 56 | 57 | 140 | 36 | 51 |
| Binary | 1100010 | 10001000 | 1001001 | 11100 | 0 | 101110 | 101111 | 1100000 | 11110 | 101001 |
Color Harmonies of #628849
Complementary color
Monochromatic Colors of #628849
Black with #628849
Text Example
Text Example
White with #628849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628849; }
p { color: rgb(98,136,73); }
H1.HeaderClassName
{
color: #628849;
}
.AnyTagClassName
{
color: #628849;
}
</style>
background-color css
<style>
a { background-color: #628849; }
a { background-color: rgb(98,136,73); }
div.DivClassName
{
background-color: #628849;
}
.BgClassName
{
background-color: #628849;
}
</style>
border-color css
<style>
span { border-color: #628849; }
span { border-color: rgb(98,136,73); }
td.TdClassName
{
border-color: #628849;
}
.TagClassName
{
border-color: #628849;
}
</style>