Shades of Dingley #649244
Tints of Dingley #649244
RGB
CMYK
RGB Variations
Color information
#649244 (or 0x649244) is known color: Dingley. HEX triplet: 64, 92 and 44. RGB value is (100,146,68). Sum of RGB (Red+Green+Blue) = 100+146+68=314 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.85% from 314); Green value is 146 (57.42% from 255 or 46.50% from 314); Blue value is 68 (26.95% from 255 or 21.66% from 314); Max value from RGB is 146 - color contains mainly: green. Hex color #649244 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649244 is #9B6DBB. Grayscale: #7B7B7B. Windows color (decimal): -10186172 or 4493924. OLE color: 4493924.
HSL color Cylindrical-coordinate representation of color #649244: hue angle of 95.38º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #649244 is Cyan = 0.32, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 100 | 146 | 68 | - |
| CMYK | 0.32 | 0 | 0.53 | 0.43 |
| HSL | 95.38º | 0.36% | 0.42% | - |
| HSV(B) | 95.38º | 0.53% | 0.57% | - |
| XYZ | 16.58 | 23.68 | 9.17 | - |
| YUV | 123.35 | 96.76 | 111.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 146 | 68 | 0.32 | 0 | 0.53 | 0.43 | 95.38 | 0.36 | 0.42 |
| Hex | 64 | 92 | 44 | 20 | 0 | 35 | 2B | 5F | 24 | 2A |
| Octal | 144 | 222 | 104 | 40 | 0 | 65 | 53 | 137 | 44 | 52 |
| Binary | 1100100 | 10010010 | 1000100 | 100000 | 0 | 110101 | 101011 | 1011111 | 100100 | 101010 |
Color Harmonies of #649244
Complementary color
Monochromatic Colors of #649244
Black with #649244
Text Example
Text Example
White with #649244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649244; }
p { color: rgb(100,146,68); }
H1.HeaderClassName
{
color: #649244;
}
.AnyTagClassName
{
color: #649244;
}
</style>
background-color css
<style>
a { background-color: #649244; }
a { background-color: rgb(100,146,68); }
div.DivClassName
{
background-color: #649244;
}
.BgClassName
{
background-color: #649244;
}
</style>
border-color css
<style>
span { border-color: #649244; }
span { border-color: rgb(100,146,68); }
td.TdClassName
{
border-color: #649244;
}
.TagClassName
{
border-color: #649244;
}
</style>