Shades of Dingley #628D3D
Tints of Dingley #628D3D
RGB
CMYK
RGB Variations
Color information
#628D3D (or 0x628D3D) is known color: Dingley. HEX triplet: 62, 8D and 3D. RGB value is (98,141,61). Sum of RGB (Red+Green+Blue) = 98+141+61=300 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.67% from 300); Green value is 141 (55.47% from 255 or 47% from 300); Blue value is 61 (24.22% from 255 or 20.33% from 300); Max value from RGB is 141 - color contains mainly: green. Hex color #628D3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628D3D is #9D72C2. Grayscale: #777777. Windows color (decimal): -10318531 or 4033890. OLE color: 4033890.
HSL color Cylindrical-coordinate representation of color #628D3D: hue angle of 92.25º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #628D3D is Cyan = 0.30, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 98 | 141 | 61 | - |
| CMYK | 0.30 | 0 | 0.57 | 0.45 |
| HSL | 92.25º | 0.4% | 0.4% | - |
| HSV(B) | 92.25º | 0.57% | 0.55% | - |
| XYZ | 15.4 | 21.98 | 7.85 | - |
| YUV | 119.02 | 95.25 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 141 | 61 | 0.30 | 0 | 0.57 | 0.45 | 92.25 | 0.4 | 0.4 |
| Hex | 62 | 8D | 3D | 1E | 0 | 39 | 2D | 5C | 28 | 28 |
| Octal | 142 | 215 | 75 | 36 | 0 | 71 | 55 | 134 | 50 | 50 |
| Binary | 1100010 | 10001101 | 111101 | 11110 | 0 | 111001 | 101101 | 1011100 | 101000 | 101000 |
Color Harmonies of #628D3D
Complementary color
Monochromatic Colors of #628D3D
Black with #628D3D
Text Example
Text Example
White with #628D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628D3D; }
p { color: rgb(98,141,61); }
H1.HeaderClassName
{
color: #628D3D;
}
.AnyTagClassName
{
color: #628D3D;
}
</style>
background-color css
<style>
a { background-color: #628D3D; }
a { background-color: rgb(98,141,61); }
div.DivClassName
{
background-color: #628D3D;
}
.BgClassName
{
background-color: #628D3D;
}
</style>
border-color css
<style>
span { border-color: #628D3D; }
span { border-color: rgb(98,141,61); }
td.TdClassName
{
border-color: #628D3D;
}
.TagClassName
{
border-color: #628D3D;
}
</style>