Shades of Dingley #638C40
Tints of Dingley #638C40
RGB
CMYK
RGB Variations
Color information
#638C40 (or 0x638C40) is known color: Dingley. HEX triplet: 63, 8C and 40. RGB value is (99,140,64). Sum of RGB (Red+Green+Blue) = 99+140+64=303 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.67% from 303); Green value is 140 (55.08% from 255 or 46.20% from 303); Blue value is 64 (25.39% from 255 or 21.12% from 303); Max value from RGB is 140 - color contains mainly: green. Hex color #638C40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638C40 is #9C73BF. Grayscale: #777777. Windows color (decimal): -10253248 or 4230243. OLE color: 4230243.
HSL color Cylindrical-coordinate representation of color #638C40: hue angle of 92.37º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #638C40 is Cyan = 0.29, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 99 | 140 | 64 | - |
| CMYK | 0.29 | 0 | 0.54 | 0.45 |
| HSL | 92.37º | 0.37% | 0.4% | - |
| HSV(B) | 92.37º | 0.54% | 0.55% | - |
| XYZ | 15.45 | 21.78 | 8.24 | - |
| YUV | 119.08 | 96.92 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 140 | 64 | 0.29 | 0 | 0.54 | 0.45 | 92.37 | 0.37 | 0.4 |
| Hex | 63 | 8C | 40 | 1D | 0 | 36 | 2D | 5C | 25 | 28 |
| Octal | 143 | 214 | 100 | 35 | 0 | 66 | 55 | 134 | 45 | 50 |
| Binary | 1100011 | 10001100 | 1000000 | 11101 | 0 | 110110 | 101101 | 1011100 | 100101 | 101000 |
Color Harmonies of #638C40
Complementary color
Monochromatic Colors of #638C40
Black with #638C40
Text Example
Text Example
White with #638C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638C40; }
p { color: rgb(99,140,64); }
H1.HeaderClassName
{
color: #638C40;
}
.AnyTagClassName
{
color: #638C40;
}
</style>
background-color css
<style>
a { background-color: #638C40; }
a { background-color: rgb(99,140,64); }
div.DivClassName
{
background-color: #638C40;
}
.BgClassName
{
background-color: #638C40;
}
</style>
border-color css
<style>
span { border-color: #638C40; }
span { border-color: rgb(99,140,64); }
td.TdClassName
{
border-color: #638C40;
}
.TagClassName
{
border-color: #638C40;
}
</style>