Shades of Dingley #628249
Tints of Dingley #628249
RGB
CMYK
RGB Variations
Color information
#628249 (or 0x628249) is known color: Dingley. HEX triplet: 62, 82 and 49. RGB value is (98,130,73). Sum of RGB (Red+Green+Blue) = 98+130+73=301 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.56% from 301); Green value is 130 (51.17% from 255 or 43.19% from 301); Blue value is 73 (28.91% from 255 or 24.25% from 301); Max value from RGB is 130 - color contains mainly: green. Hex color #628249 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628249 is #9D7DB6. Grayscale: #727272. Windows color (decimal): -10321335 or 4817506. OLE color: 4817506.
HSL color Cylindrical-coordinate representation of color #628249: hue angle of 93.68º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #628249 is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 98 | 130 | 73 | - |
| CMYK | 0.25 | 0 | 0.44 | 0.49 |
| HSL | 93.68º | 0.28% | 0.4% | - |
| HSV(B) | 93.68º | 0.44% | 0.51% | - |
| XYZ | 14.22 | 19.04 | 9.23 | - |
| YUV | 113.93 | 104.9 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 130 | 73 | 0.25 | 0 | 0.44 | 0.49 | 93.68 | 0.28 | 0.4 |
| Hex | 62 | 82 | 49 | 19 | 0 | 2C | 31 | 5E | 1C | 28 |
| Octal | 142 | 202 | 111 | 31 | 0 | 54 | 61 | 136 | 34 | 50 |
| Binary | 1100010 | 10000010 | 1001001 | 11001 | 0 | 101100 | 110001 | 1011110 | 11100 | 101000 |
Color Harmonies of #628249
Complementary color
Monochromatic Colors of #628249
Black with #628249
Text Example
Text Example
White with #628249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628249; }
p { color: rgb(98,130,73); }
H1.HeaderClassName
{
color: #628249;
}
.AnyTagClassName
{
color: #628249;
}
</style>
background-color css
<style>
a { background-color: #628249; }
a { background-color: rgb(98,130,73); }
div.DivClassName
{
background-color: #628249;
}
.BgClassName
{
background-color: #628249;
}
</style>
border-color css
<style>
span { border-color: #628249; }
span { border-color: rgb(98,130,73); }
td.TdClassName
{
border-color: #628249;
}
.TagClassName
{
border-color: #628249;
}
</style>