Shades of Dingley #628644
Tints of Dingley #628644
RGB
CMYK
RGB Variations
Color information
#628644 (or 0x628644) is known color: Dingley. HEX triplet: 62, 86 and 44. RGB value is (98,134,68). Sum of RGB (Red+Green+Blue) = 98+134+68=300 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.67% from 300); Green value is 134 (52.73% from 255 or 44.67% from 300); Blue value is 68 (26.95% from 255 or 22.67% from 300); Max value from RGB is 134 - color contains mainly: green. Hex color #628644 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628644 is #9D79BB. Grayscale: #737373. Windows color (decimal): -10320316 or 4490850. OLE color: 4490850.
HSL color Cylindrical-coordinate representation of color #628644: hue angle of 92.73º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #628644 is Cyan = 0.27, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 98 | 134 | 68 | - |
| CMYK | 0.27 | 0 | 0.49 | 0.47 |
| HSL | 92.73º | 0.33% | 0.4% | - |
| HSV(B) | 92.73º | 0.49% | 0.53% | - |
| XYZ | 14.61 | 20.06 | 8.57 | - |
| YUV | 115.71 | 101.07 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 134 | 68 | 0.27 | 0 | 0.49 | 0.47 | 92.73 | 0.33 | 0.4 |
| Hex | 62 | 86 | 44 | 1B | 0 | 31 | 2F | 5D | 21 | 28 |
| Octal | 142 | 206 | 104 | 33 | 0 | 61 | 57 | 135 | 41 | 50 |
| Binary | 1100010 | 10000110 | 1000100 | 11011 | 0 | 110001 | 101111 | 1011101 | 100001 | 101000 |
Color Harmonies of #628644
Complementary color
Monochromatic Colors of #628644
Black with #628644
Text Example
Text Example
White with #628644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628644; }
p { color: rgb(98,134,68); }
H1.HeaderClassName
{
color: #628644;
}
.AnyTagClassName
{
color: #628644;
}
</style>
background-color css
<style>
a { background-color: #628644; }
a { background-color: rgb(98,134,68); }
div.DivClassName
{
background-color: #628644;
}
.BgClassName
{
background-color: #628644;
}
</style>
border-color css
<style>
span { border-color: #628644; }
span { border-color: rgb(98,134,68); }
td.TdClassName
{
border-color: #628644;
}
.TagClassName
{
border-color: #628644;
}
</style>