Shades of Dingley #628548
Tints of Dingley #628548
RGB
CMYK
RGB Variations
Color information
#628548 (or 0x628548) is known color: Dingley. HEX triplet: 62, 85 and 48. RGB value is (98,133,72). Sum of RGB (Red+Green+Blue) = 98+133+72=303 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.34% from 303); Green value is 133 (52.34% from 255 or 43.89% from 303); Blue value is 72 (28.52% from 255 or 23.76% from 303); Max value from RGB is 133 - color contains mainly: green. Hex color #628548 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628548 is #9D7AB7. Grayscale: #737373. Windows color (decimal): -10320568 or 4752738. OLE color: 4752738.
HSL color Cylindrical-coordinate representation of color #628548: hue angle of 94.43º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #628548 is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 98 | 133 | 72 | - |
| CMYK | 0.26 | 0 | 0.46 | 0.48 |
| HSL | 94.43º | 0.3% | 0.4% | - |
| HSV(B) | 94.43º | 0.46% | 0.52% | - |
| XYZ | 14.59 | 19.84 | 9.19 | - |
| YUV | 115.58 | 103.4 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 133 | 72 | 0.26 | 0 | 0.46 | 0.48 | 94.43 | 0.3 | 0.4 |
| Hex | 62 | 85 | 48 | 1A | 0 | 2E | 30 | 5E | 1E | 28 |
| Octal | 142 | 205 | 110 | 32 | 0 | 56 | 60 | 136 | 36 | 50 |
| Binary | 1100010 | 10000101 | 1001000 | 11010 | 0 | 101110 | 110000 | 1011110 | 11110 | 101000 |
Color Harmonies of #628548
Complementary color
Monochromatic Colors of #628548
Black with #628548
Text Example
Text Example
White with #628548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628548; }
p { color: rgb(98,133,72); }
H1.HeaderClassName
{
color: #628548;
}
.AnyTagClassName
{
color: #628548;
}
</style>
background-color css
<style>
a { background-color: #628548; }
a { background-color: rgb(98,133,72); }
div.DivClassName
{
background-color: #628548;
}
.BgClassName
{
background-color: #628548;
}
</style>
border-color css
<style>
span { border-color: #628548; }
span { border-color: rgb(98,133,72); }
td.TdClassName
{
border-color: #628548;
}
.TagClassName
{
border-color: #628548;
}
</style>