Shades of Dingley #628444
Tints of Dingley #628444
RGB
CMYK
RGB Variations
Color information
#628444 (or 0x628444) is known color: Dingley. HEX triplet: 62, 84 and 44. RGB value is (98,132,68). Sum of RGB (Red+Green+Blue) = 98+132+68=298 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.89% from 298); Green value is 132 (51.95% from 255 or 44.30% from 298); Blue value is 68 (26.95% from 255 or 22.82% from 298); Max value from RGB is 132 - color contains mainly: green. Hex color #628444 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628444 is #9D7BBB. Grayscale: #727272. Windows color (decimal): -10320828 or 4490338. OLE color: 4490338.
HSL color Cylindrical-coordinate representation of color #628444: hue angle of 91.88º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #628444 is Cyan = 0.26, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 98 | 132 | 68 | - |
| CMYK | 0.26 | 0 | 0.48 | 0.48 |
| HSL | 91.88º | 0.32% | 0.39% | - |
| HSV(B) | 91.88º | 0.48% | 0.52% | - |
| XYZ | 14.33 | 19.52 | 8.48 | - |
| YUV | 114.54 | 101.74 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 132 | 68 | 0.26 | 0 | 0.48 | 0.48 | 91.88 | 0.32 | 0.39 |
| Hex | 62 | 84 | 44 | 1A | 0 | 30 | 30 | 5C | 20 | 27 |
| Octal | 142 | 204 | 104 | 32 | 0 | 60 | 60 | 134 | 40 | 47 |
| Binary | 1100010 | 10000100 | 1000100 | 11010 | 0 | 110000 | 110000 | 1011100 | 100000 | 100111 |
Color Harmonies of #628444
Complementary color
Monochromatic Colors of #628444
Black with #628444
Text Example
Text Example
White with #628444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628444; }
p { color: rgb(98,132,68); }
H1.HeaderClassName
{
color: #628444;
}
.AnyTagClassName
{
color: #628444;
}
</style>
background-color css
<style>
a { background-color: #628444; }
a { background-color: rgb(98,132,68); }
div.DivClassName
{
background-color: #628444;
}
.BgClassName
{
background-color: #628444;
}
</style>
border-color css
<style>
span { border-color: #628444; }
span { border-color: rgb(98,132,68); }
td.TdClassName
{
border-color: #628444;
}
.TagClassName
{
border-color: #628444;
}
</style>