Shades of Dingley #628A46
Tints of Dingley #628A46
RGB
CMYK
RGB Variations
Color information
#628A46 (or 0x628A46) is known color: Dingley. HEX triplet: 62, 8A and 46. RGB value is (98,138,70). Sum of RGB (Red+Green+Blue) = 98+138+70=306 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.03% from 306); Green value is 138 (54.30% from 255 or 45.10% from 306); Blue value is 70 (27.73% from 255 or 22.88% from 306); Max value from RGB is 138 - color contains mainly: green. Hex color #628A46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628A46 is #9D75B9. Grayscale: #767676. Windows color (decimal): -10319290 or 4622946. OLE color: 4622946.
HSL color Cylindrical-coordinate representation of color #628A46: hue angle of 95.29º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #628A46 is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 98 | 138 | 70 | - |
| CMYK | 0.29 | 0 | 0.49 | 0.46 |
| HSL | 95.29º | 0.33% | 0.41% | - |
| HSV(B) | 95.29º | 0.49% | 0.54% | - |
| XYZ | 15.23 | 21.22 | 9.09 | - |
| YUV | 118.29 | 100.75 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 138 | 70 | 0.29 | 0 | 0.49 | 0.46 | 95.29 | 0.33 | 0.41 |
| Hex | 62 | 8A | 46 | 1D | 0 | 31 | 2E | 5F | 21 | 29 |
| Octal | 142 | 212 | 106 | 35 | 0 | 61 | 56 | 137 | 41 | 51 |
| Binary | 1100010 | 10001010 | 1000110 | 11101 | 0 | 110001 | 101110 | 1011111 | 100001 | 101001 |
Color Harmonies of #628A46
Complementary color
Monochromatic Colors of #628A46
Black with #628A46
Text Example
Text Example
White with #628A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628A46; }
p { color: rgb(98,138,70); }
H1.HeaderClassName
{
color: #628A46;
}
.AnyTagClassName
{
color: #628A46;
}
</style>
background-color css
<style>
a { background-color: #628A46; }
a { background-color: rgb(98,138,70); }
div.DivClassName
{
background-color: #628A46;
}
.BgClassName
{
background-color: #628A46;
}
</style>
border-color css
<style>
span { border-color: #628A46; }
span { border-color: rgb(98,138,70); }
td.TdClassName
{
border-color: #628A46;
}
.TagClassName
{
border-color: #628A46;
}
</style>