Shades of Dingley #628D3C
Tints of Dingley #628D3C
RGB
CMYK
RGB Variations
Color information
#628D3C (or 0x628D3C) is known color: Dingley. HEX triplet: 62, 8D and 3C. RGB value is (98,141,60). Sum of RGB (Red+Green+Blue) = 98+141+60=299 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.78% from 299); Green value is 141 (55.47% from 255 or 47.16% from 299); Blue value is 60 (23.83% from 255 or 20.07% from 299); Max value from RGB is 141 - color contains mainly: green. Hex color #628D3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628D3C is #9D72C3. Grayscale: #777777. Windows color (decimal): -10318532 or 3968354. OLE color: 3968354.
HSL color Cylindrical-coordinate representation of color #628D3C: hue angle of 91.85º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #628D3C is Cyan = 0.30, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 98 | 141 | 60 | - |
| CMYK | 0.30 | 0 | 0.57 | 0.45 |
| HSL | 91.85º | 0.4% | 0.39% | - |
| HSV(B) | 91.85º | 0.57% | 0.55% | - |
| XYZ | 15.38 | 21.97 | 7.71 | - |
| YUV | 118.91 | 94.75 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 141 | 60 | 0.30 | 0 | 0.57 | 0.45 | 91.85 | 0.4 | 0.39 |
| Hex | 62 | 8D | 3C | 1E | 0 | 39 | 2D | 5C | 28 | 27 |
| Octal | 142 | 215 | 74 | 36 | 0 | 71 | 55 | 134 | 50 | 47 |
| Binary | 1100010 | 10001101 | 111100 | 11110 | 0 | 111001 | 101101 | 1011100 | 101000 | 100111 |
Color Harmonies of #628D3C
Complementary color
Monochromatic Colors of #628D3C
Black with #628D3C
Text Example
Text Example
White with #628D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628D3C; }
p { color: rgb(98,141,60); }
H1.HeaderClassName
{
color: #628D3C;
}
.AnyTagClassName
{
color: #628D3C;
}
</style>
background-color css
<style>
a { background-color: #628D3C; }
a { background-color: rgb(98,141,60); }
div.DivClassName
{
background-color: #628D3C;
}
.BgClassName
{
background-color: #628D3C;
}
</style>
border-color css
<style>
span { border-color: #628D3C; }
span { border-color: rgb(98,141,60); }
td.TdClassName
{
border-color: #628D3C;
}
.TagClassName
{
border-color: #628D3C;
}
</style>