Shades of Dingley #648D42
Tints of Dingley #648D42
RGB
CMYK
RGB Variations
Color information
#648D42 (or 0x648D42) is known color: Dingley. HEX triplet: 64, 8D and 42. RGB value is (100,141,66). Sum of RGB (Red+Green+Blue) = 100+141+66=307 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.57% from 307); Green value is 141 (55.47% from 255 or 45.93% from 307); Blue value is 66 (26.17% from 255 or 21.50% from 307); Max value from RGB is 141 - color contains mainly: green. Hex color #648D42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648D42 is #9B72BD. Grayscale: #787878. Windows color (decimal): -10187454 or 4361572. OLE color: 4361572.
HSL color Cylindrical-coordinate representation of color #648D42: hue angle of 92.8º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #648D42 is Cyan = 0.29, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 141 | 66 | - |
| CMYK | 0.29 | 0 | 0.53 | 0.45 |
| HSL | 92.8º | 0.36% | 0.41% | - |
| HSV(B) | 92.8º | 0.53% | 0.55% | - |
| XYZ | 15.76 | 22.15 | 8.6 | - |
| YUV | 120.19 | 97.42 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 141 | 66 | 0.29 | 0 | 0.53 | 0.45 | 92.8 | 0.36 | 0.41 |
| Hex | 64 | 8D | 42 | 1D | 0 | 35 | 2D | 5D | 24 | 29 |
| Octal | 144 | 215 | 102 | 35 | 0 | 65 | 55 | 135 | 44 | 51 |
| Binary | 1100100 | 10001101 | 1000010 | 11101 | 0 | 110101 | 101101 | 1011101 | 100100 | 101001 |
Color Harmonies of #648D42
Complementary color
Monochromatic Colors of #648D42
Black with #648D42
Text Example
Text Example
White with #648D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648D42; }
p { color: rgb(100,141,66); }
H1.HeaderClassName
{
color: #648D42;
}
.AnyTagClassName
{
color: #648D42;
}
</style>
background-color css
<style>
a { background-color: #648D42; }
a { background-color: rgb(100,141,66); }
div.DivClassName
{
background-color: #648D42;
}
.BgClassName
{
background-color: #648D42;
}
</style>
border-color css
<style>
span { border-color: #648D42; }
span { border-color: rgb(100,141,66); }
td.TdClassName
{
border-color: #648D42;
}
.TagClassName
{
border-color: #648D42;
}
</style>