Shades of Dingley #629040
Tints of Dingley #629040
RGB
CMYK
RGB Variations
Color information
#629040 (or 0x629040) is known color: Dingley. HEX triplet: 62, 90 and 40. RGB value is (98,144,64). Sum of RGB (Red+Green+Blue) = 98+144+64=306 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.03% from 306); Green value is 144 (56.64% from 255 or 47.06% from 306); Blue value is 64 (25.39% from 255 or 20.92% from 306); Max value from RGB is 144 - color contains mainly: green. Hex color #629040 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #629040 is #9D6FBF. Grayscale: #797979. Windows color (decimal): -10317760 or 4231266. OLE color: 4231266.
HSL color Cylindrical-coordinate representation of color #629040: hue angle of 94.5º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #629040 is Cyan = 0.32, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 98 | 144 | 64 | - |
| CMYK | 0.32 | 0 | 0.56 | 0.44 |
| HSL | 94.5º | 0.38% | 0.41% | - |
| HSV(B) | 94.5º | 0.56% | 0.56% | - |
| XYZ | 15.94 | 22.91 | 8.43 | - |
| YUV | 121.13 | 95.76 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 144 | 64 | 0.32 | 0 | 0.56 | 0.44 | 94.5 | 0.38 | 0.41 |
| Hex | 62 | 90 | 40 | 20 | 0 | 38 | 2C | 5E | 26 | 29 |
| Octal | 142 | 220 | 100 | 40 | 0 | 70 | 54 | 136 | 46 | 51 |
| Binary | 1100010 | 10010000 | 1000000 | 100000 | 0 | 111000 | 101100 | 1011110 | 100110 | 101001 |
Color Harmonies of #629040
Complementary color
Monochromatic Colors of #629040
Black with #629040
Text Example
Text Example
White with #629040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629040; }
p { color: rgb(98,144,64); }
H1.HeaderClassName
{
color: #629040;
}
.AnyTagClassName
{
color: #629040;
}
</style>
background-color css
<style>
a { background-color: #629040; }
a { background-color: rgb(98,144,64); }
div.DivClassName
{
background-color: #629040;
}
.BgClassName
{
background-color: #629040;
}
</style>
border-color css
<style>
span { border-color: #629040; }
span { border-color: rgb(98,144,64); }
td.TdClassName
{
border-color: #629040;
}
.TagClassName
{
border-color: #629040;
}
</style>