Shades of Dingley #628C44
Tints of Dingley #628C44
RGB
CMYK
RGB Variations
Color information
#628C44 (or 0x628C44) is known color: Dingley. HEX triplet: 62, 8C and 44. RGB value is (98,140,68). Sum of RGB (Red+Green+Blue) = 98+140+68=306 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.03% from 306); Green value is 140 (55.08% from 255 or 45.75% from 306); Blue value is 68 (26.95% from 255 or 22.22% from 306); Max value from RGB is 140 - color contains mainly: green. Hex color #628C44 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628C44 is #9D73BB. Grayscale: #777777. Windows color (decimal): -10318780 or 4492386. OLE color: 4492386.
HSL color Cylindrical-coordinate representation of color #628C44: hue angle of 95º degrees, saturation: 0.35, 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 #628C44 is Cyan = 0.3, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 98 | 140 | 68 | - |
| CMYK | 0.3 | 0 | 0.51 | 0.45 |
| HSL | 95º | 0.35% | 0.41% | - |
| HSV(B) | 95º | 0.51% | 0.55% | - |
| XYZ | 15.46 | 21.77 | 8.86 | - |
| YUV | 119.23 | 99.09 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 140 | 68 | 0.3 | 0 | 0.51 | 0.45 | 95 | 0.35 | 0.41 |
| Hex | 62 | 8C | 44 | 1E | 0 | 33 | 2D | 5F | 23 | 29 |
| Octal | 142 | 214 | 104 | 36 | 0 | 63 | 55 | 137 | 43 | 51 |
| Binary | 1100010 | 10001100 | 1000100 | 11110 | 0 | 110011 | 101101 | 1011111 | 100011 | 101001 |
Color Harmonies of #628C44
Complementary color
Monochromatic Colors of #628C44
Black with #628C44
Text Example
Text Example
White with #628C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628C44; }
p { color: rgb(98,140,68); }
H1.HeaderClassName
{
color: #628C44;
}
.AnyTagClassName
{
color: #628C44;
}
</style>
background-color css
<style>
a { background-color: #628C44; }
a { background-color: rgb(98,140,68); }
div.DivClassName
{
background-color: #628C44;
}
.BgClassName
{
background-color: #628C44;
}
</style>
border-color css
<style>
span { border-color: #628C44; }
span { border-color: rgb(98,140,68); }
td.TdClassName
{
border-color: #628C44;
}
.TagClassName
{
border-color: #628C44;
}
</style>