Shades of Dingley #628C45
Tints of Dingley #628C45
RGB
CMYK
RGB Variations
Color information
#628C45 (or 0x628C45) is known color: Dingley. HEX triplet: 62, 8C and 45. RGB value is (98,140,69). Sum of RGB (Red+Green+Blue) = 98+140+69=307 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.92% from 307); Green value is 140 (55.08% from 255 or 45.60% from 307); Blue value is 69 (27.34% from 255 or 22.48% from 307); Max value from RGB is 140 - color contains mainly: green. Hex color #628C45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628C45 is #9D73BA. Grayscale: #777777. Windows color (decimal): -10318779 or 4557922. OLE color: 4557922.
HSL color Cylindrical-coordinate representation of color #628C45: hue angle of 95.49º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #628C45 is Cyan = 0.3, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 98 | 140 | 69 | - |
| CMYK | 0.3 | 0 | 0.51 | 0.45 |
| HSL | 95.49º | 0.34% | 0.41% | - |
| HSV(B) | 95.49º | 0.51% | 0.55% | - |
| XYZ | 15.49 | 21.78 | 9.02 | - |
| YUV | 119.35 | 99.59 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 140 | 69 | 0.3 | 0 | 0.51 | 0.45 | 95.49 | 0.34 | 0.41 |
| Hex | 62 | 8C | 45 | 1E | 0 | 33 | 2D | 5F | 22 | 29 |
| Octal | 142 | 214 | 105 | 36 | 0 | 63 | 55 | 137 | 42 | 51 |
| Binary | 1100010 | 10001100 | 1000101 | 11110 | 0 | 110011 | 101101 | 1011111 | 100010 | 101001 |
Color Harmonies of #628C45
Complementary color
Monochromatic Colors of #628C45
Black with #628C45
Text Example
Text Example
White with #628C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628C45; }
p { color: rgb(98,140,69); }
H1.HeaderClassName
{
color: #628C45;
}
.AnyTagClassName
{
color: #628C45;
}
</style>
background-color css
<style>
a { background-color: #628C45; }
a { background-color: rgb(98,140,69); }
div.DivClassName
{
background-color: #628C45;
}
.BgClassName
{
background-color: #628C45;
}
</style>
border-color css
<style>
span { border-color: #628C45; }
span { border-color: rgb(98,140,69); }
td.TdClassName
{
border-color: #628C45;
}
.TagClassName
{
border-color: #628C45;
}
</style>