Shades of Dingley #637E40
Tints of Dingley #637E40
RGB
CMYK
RGB Variations
Color information
#637E40 (or 0x637E40) is known color: Dingley. HEX triplet: 63, 7E and 40. RGB value is (99,126,64). Sum of RGB (Red+Green+Blue) = 99+126+64=289 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.26% from 289); Green value is 126 (49.61% from 255 or 43.60% from 289); Blue value is 64 (25.39% from 255 or 22.15% from 289); Max value from RGB is 126 - color contains mainly: green. Hex color #637E40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #637E40 is #9C81BF. Grayscale: #6F6F6F. Windows color (decimal): -10256832 or 4226659. OLE color: 4226659.
HSL color Cylindrical-coordinate representation of color #637E40: hue angle of 86.13º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #637E40 is Cyan = 0.21, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 99 | 126 | 64 | - |
| CMYK | 0.21 | 0 | 0.49 | 0.51 |
| HSL | 86.13º | 0.33% | 0.37% | - |
| HSV(B) | 86.13º | 0.49% | 0.49% | - |
| XYZ | 13.53 | 17.94 | 7.6 | - |
| YUV | 110.86 | 101.55 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 126 | 64 | 0.21 | 0 | 0.49 | 0.51 | 86.13 | 0.33 | 0.37 |
| Hex | 63 | 7E | 40 | 15 | 0 | 31 | 33 | 56 | 21 | 25 |
| Octal | 143 | 176 | 100 | 25 | 0 | 61 | 63 | 126 | 41 | 45 |
| Binary | 1100011 | 1111110 | 1000000 | 10101 | 0 | 110001 | 110011 | 1010110 | 100001 | 100101 |
Color Harmonies of #637E40
Complementary color
Monochromatic Colors of #637E40
Black with #637E40
Text Example
Text Example
White with #637E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637E40; }
p { color: rgb(99,126,64); }
H1.HeaderClassName
{
color: #637E40;
}
.AnyTagClassName
{
color: #637E40;
}
</style>
background-color css
<style>
a { background-color: #637E40; }
a { background-color: rgb(99,126,64); }
div.DivClassName
{
background-color: #637E40;
}
.BgClassName
{
background-color: #637E40;
}
</style>
border-color css
<style>
span { border-color: #637E40; }
span { border-color: rgb(99,126,64); }
td.TdClassName
{
border-color: #637E40;
}
.TagClassName
{
border-color: #637E40;
}
</style>